2008-11-07 21:06:19 -05:00
|
|
|
<configuration name="erlang_event.conf" description="Erlang Socket Client">
|
|
|
|
<settings>
|
2009-02-23 13:34:08 -05:00
|
|
|
<param name="listen-ip" value="0.0.0.0"/>
|
2008-11-07 21:06:19 -05:00
|
|
|
<param name="listen-port" value="8031"/>
|
2010-11-30 13:28:14 -05:00
|
|
|
<!-- Specify the first part of the node name
|
|
|
|
(the host part after the @ will be autodetected)
|
|
|
|
OR pass a complete nodename to avoid autodetection
|
|
|
|
eg. freeswitch@example or freeswitch@example.com.
|
|
|
|
If you pass a complete node name, the 'shortname' parameter has no effect. -->
|
|
|
|
<param name="nodename" value="freeswitch"/>
|
|
|
|
<!-- Specify this OR 'cookie-file' or $HOME/.erlang.cookie will be read -->
|
2008-11-07 21:06:19 -05:00
|
|
|
<param name="cookie" value="ClueCon"/>
|
2010-11-30 13:28:14 -05:00
|
|
|
<!-- Read a cookie from an arbitary erlang cookie file instead -->
|
|
|
|
<!--<param name="cookie-file" value="/tmp/erlang.cookie"/>-->
|
2009-10-21 16:57:46 -04:00
|
|
|
<param name="shortname" value="true"/>
|
|
|
|
<!-- in additon to cookie, optionally restrict by ACL -->
|
|
|
|
<!--<param name="apply-inbound-acl" value="lan"/>-->
|
|
|
|
<!-- alternative is "binary" -->
|
|
|
|
<!--<param name="encoding" value="string"/>-->
|
|
|
|
<!-- provide compatability with previous OTP release (use with care) -->
|
|
|
|
<!--<param name="compat-rel" value="12"/> -->
|
2008-11-07 21:06:19 -05:00
|
|
|
</settings>
|
|
|
|
</configuration>
|