hi: <br> I am testing mod_erlang, using the wiki: <br><br> <a href="http://wiki.freeswitch.org/wiki/Mod_erlang_event">http://wiki.freeswitch.org/wiki/Mod_erlang_event</a><br><br> I run : >{foo, freeswitch@localhost} ! {api, status, ""}. <br>
<br>but returned: <br> =ERROR REPORT==== 18-Feb-2010::10:17:44 ===<br>Error in process <0.47.0> on node 'test@wangdq-laptop' with exit value: {badarg,[{erlang,list_to_existing_atom,["freeswitch@wangdq-laptop"]},{dist_util,recv_challenge,1},{dist_util,handshake_we_started,1}]}<br>
<br>{api,status,[]}<br><br>and in the freeswitch console : <br>2010-02-18 10:17:44.470405 [NOTICE] mod_erlang_event.c:1720 Ignorable error in ei_accept - probable bad client version, bad cookie or bad nodename<br><br><br>
but , I checked the config file : <br>it seems no problem : <br><br> <configuration name="erlang_event.conf" description="Erlang Socket Client"><br> <settings><br> <param name="listen-ip" value="0.0.0.0"/><br>
<param name="listen-port" value="8031"/><br> <param name="cookie" value="ClueCon"/><br> <param name="nodename" value="freeswitch"/><br>
<param name="shortname" value="true"/><br> <!-- in additon to cookie, optionally restrict by ACL --><br> <param name="apply-inbound-acl" value="lan"/><br>
<!-- alternative is "binary" --><br> <param name="encoding" value="string"/><br> <!-- provide compatability with previous OTP release (use with care) --><br> <!--<param name="compat-rel" value="12"/> --><br>
</settings><br></configuration><br>~ <br><br>why ? can you help me ? thanks!<br><br> <br>