[Freeswitch-users] ACL for ESL issue ?
Pavel
my.post at hotmail.com
Fri Sep 11 15:58:05 MSD 2015
Hello,
I was trying to enable esl connections from outside of fs host. To do so I've followed https://wiki.freeswitch.org/wiki/Mod_event_socket#Configuration and changed default event_socket.conf.xml
from:
<configuration name="event_socket.conf" description="Socket Client"> <settings> <param name="nat-map" value="false"/> <param name="listen-ip" value="::"/> <param name="listen-port" value="8021"/> <param name="password" value="ClueCon"/> </settings></configuration>
to:
<configuration name="event_socket.conf" description="Socket Client"> <settings> <param name="nat-map" value="false"/> <param name="listen-ip" value="0.0.0.0"/> <param name="listen-port" value="8021"/> <param name="password" value="ClueCon"/> </settings></configuration>
and issued: reload mod_event_socket.
Trying to telnet to fs host on port 8021 I observe:
Content-Type: text/rude-rejectionContent-Length: 24
Access Denied, go away.Content-Type: text/disconnect-noticeContent-Length: 67
Disconnected, goodbye.See you at ClueCon! http://www.cluecon.com/Connection closed by foreign host.
And in fs log i can see the following:
mod_event_socket.c:2603 IP "someiphere" Rejected by acl "loopback.auto"
But as far as I understand the event_socket.conf.xml doesn't mention any ACL set up against ESL connection ?Would someone please be so kind to point what am I missing ?Thanks.Regards,Pavel.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150911/fd0d7761/attachment.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list