mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 12:17:35 +00:00
9 lines
293 B
XML
9 lines
293 B
XML
|
<configuration name="event_socket.conf" description="Socket Client">
|
||
|
<settings>
|
||
|
<param name="nat-map" value="false"/>
|
||
|
<param name="listen-ip" value="127.0.0.1"/>
|
||
|
<param name="listen-port" value="8021"/>
|
||
|
<param name="password" value="ClueCon"/>
|
||
|
</settings>
|
||
|
</configuration>
|