mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
* Add documentation to methods. Use is_resource for added type detection * Allow connect to specify timeout in microseconds with default 30,000 * Update calling mechanism for event sockets * Update project for new singleton event sockets * remove unused variable * catch errors on closing the socket
10 lines
348 B
XML
10 lines
348 B
XML
<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"/>
|
|
<!--<param name="apply-inbound-acl" value="lan"/>-->
|
|
</settings>
|
|
</configuration>
|