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 : &gt;{foo, freeswitch@localhost} ! {api, status, &quot;&quot;}. <br>
<br>but returned: <br>  =ERROR REPORT==== 18-Feb-2010::10:17:44 ===<br>Error in process &lt;0.47.0&gt; on node &#39;test@wangdq-laptop&#39; with exit value: {badarg,[{erlang,list_to_existing_atom,[&quot;freeswitch@wangdq-laptop&quot;]},{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>  &lt;configuration name=&quot;erlang_event.conf&quot; description=&quot;Erlang Socket Client&quot;&gt;<br>  &lt;settings&gt;<br>    &lt;param name=&quot;listen-ip&quot; value=&quot;0.0.0.0&quot;/&gt;<br>
    &lt;param name=&quot;listen-port&quot; value=&quot;8031&quot;/&gt;<br>    &lt;param name=&quot;cookie&quot; value=&quot;ClueCon&quot;/&gt;<br>    &lt;param name=&quot;nodename&quot; value=&quot;freeswitch&quot;/&gt;<br>
    &lt;param name=&quot;shortname&quot; value=&quot;true&quot;/&gt;<br>    &lt;!-- in additon to cookie, optionally restrict by ACL --&gt;<br>    &lt;param name=&quot;apply-inbound-acl&quot; value=&quot;lan&quot;/&gt;<br>
    &lt;!-- alternative is &quot;binary&quot; --&gt;<br>    &lt;param name=&quot;encoding&quot; value=&quot;string&quot;/&gt;<br>    &lt;!-- provide compatability with previous OTP release (use with care) --&gt;<br>    &lt;!--&lt;param name=&quot;compat-rel&quot; value=&quot;12&quot;/&gt; --&gt;<br>
  &lt;/settings&gt;<br>&lt;/configuration&gt;<br>~             <br><br>why ? can you help me ? thanks!<br><br>    <br>