[Freeswitch-users] Possible to communicate with FS using event_socket without ESL?
Bert Jones
rmbertjones at comcast.net
Mon Feb 14 07:35:49 MSK 2011
Sure, here is what worked for me using Putty
First: enable mod_event_socket module in modules.conf.xml
(It is enabled by default )
<load module="mod_event_socket"/>
Next: configure in autoload_configs/event_socket.conf.xml as follows:
<settings>
<param name="nat-map" value="false"/>
<param name="listen-ip" value="192.168.0.15"/>
<param name="listen-port" value="8021"/>
<param name="password" value="myPassword"/>
<param name="apply-inbound-acl" value="lan"/>
</settings>
Then: configure Putty client as follows
Set Putty to talk to server running FS over port 8021 using telnet
protocol, open session,
Finally:
Open a telnet session and:
Send blank line,
Send "auth yourPassword",
Send blank line.
Receive "Ok"
Bert
-----Original Message-----
From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of mazilo
Sent: Sunday, February 13, 2011 7:16 AM
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] Possible to communicate with FS using
event_socket without ESL?
Bert Jones wrote:
> Further I can talk to the server, authenticate and make
> calls using telnet,
I am just curious how you do this. Do care to explain how to do this using
telnet?
-----
don't and stop are the ONLY two 4-letter words considered offensive to men,
but not when used together.
--
View this message in context:
http://freeswitch-users.2379917.n2.nabble.com/Possible-to-communicate-with-F
S-using-event-socket-without-ESL-tp6020307p6020712.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
More information about the FreeSWITCH-users
mailing list