hi: I am testing mod_erlang, using the wiki: http://wiki.freeswitch.org/wiki/Mod_erlang_event
I run : >{foo, freeswi...@localhost} ! {api, status, ""}. but returned: =ERROR REPORT==== 18-Feb-2010::10:17:44 === Error in process <0.47.0> on node 't...@wangdq-laptop' with exit value: {badarg,[{erlang,list_to_existing_atom,["freeswi...@wangdq-laptop "]},{dist_util,recv_challenge,1},{dist_util,handshake_we_started,1}]} {api,status,[]} and in the freeswitch console : 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 but , I checked the config file : it seems no problem : <configuration name="erlang_event.conf" description="Erlang Socket Client"> <settings> <param name="listen-ip" value="0.0.0.0"/> <param name="listen-port" value="8031"/> <param name="cookie" value="ClueCon"/> <param name="nodename" value="freeswitch"/> <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"/> --> </settings> </configuration> ~ why ? can you help me ? thanks!
_______________________________________________ FreeSWITCH-dev mailing list FreeSWITCH-dev@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org