hello !<br>I test mod_erlang from : <a href="http://wiki.freeswitch.org/wiki/Mod_erlang_event">http://wiki.freeswitch.org/wiki/Mod_erlang_event</a><br>but when I input : <br> &gt; <br><pre>{foo, freeswitch@localhost } ! {api, status, &quot;&quot;}.<br>
I received <br>  (test@wangdq-laptop)2&gt; <br>=ERROR REPORT==== 18-Feb-2010::11:10:13 ===<br>Error in process &lt;0.41.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>and at freeswitch console : <br>   [NOTICE] mod_erlang_event.c:1720 Ignorable error in ei_accept - probable bad client version, bad cookie or bad nodename<br><br><br>and I think the mod_erlang config file is : <br><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;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>  <br> Thanks ! <br><br></pre>