<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello,<br> I was trying to enable esl connections from outside of fs host. To do so I've followed <a href="https://wiki.freeswitch.org/wiki/Mod_event_socket#Configuration" target="_blank">https://wiki.freeswitch.org/wiki/Mod_event_socket#Configuration</a> and changed default event_socket.conf.xml<br>from:<div><br><div><div><configuration name="event_socket.conf" description="Socket Client"></div><div> <settings></div><div> <param name="nat-map" value="false"/></div><div> <param name="listen-ip" value="::"/></div><div> <param name="listen-port" value="8021"/></div><div> <param name="password" value="ClueCon"/></div><div><span style="font-size: 12pt;"> </settings></span></div><div></configuration></div><div><br>to:</div><div><br></div><div><div><configuration name="event_socket.conf" description="Socket Client"></div><div> <settings></div><div> <param name="nat-map" value="false"/></div><div> <param name="listen-ip" value="0.0.0.0"/></div><div> <param name="listen-port" value="8021"/></div><div> <param name="password" value="ClueCon"/></div><div><span style="font-size: 12pt;"> </settings></span></div><div></configuration></div></div><div><br>and issued: </div><div>reload mod_event_socket.<br><br>Trying to telnet to fs host on port 8021 I observe:<br><br><div>Content-Type: text/rude-rejection</div><div>Content-Length: 24</div><div><br></div><div>Access Denied, go away.</div><div>Content-Type: text/disconnect-notice</div><div>Content-Length: 67</div><div><br></div><div>Disconnected, goodbye.</div><div>See you at ClueCon! http://www.cluecon.com/</div><div>Connection closed by foreign host.</div><div><br></div>And in fs log i can see the following:<br><br>mod_event_socket.c:2603 IP "someiphere" Rejected by acl "loopback.auto"<br><br>But as far as I understand the <span style="font-size: 12pt;">event_socket.conf.xml doesn't mention any ACL set up against ESL connection ?</span></div><div>Would someone please be so kind to point what am I missing ?</div><div>Thanks.</div><div>Regards,</div><div>Pavel.</div><div><span style="font-size: 12pt;"><br></span></div><div><br></div><br></div></div>                                            </div></body>
</html>