<div dir="ltr">In the console I get errors<div><div>2015-03-05 17:03:18.232604 [ERR] ei_helpers.c:274 Invalid process type!</div></div><div><br></div><div>What is the process uset there?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 5, 2015 at 3:00 PM, Sergey Safarov <span dir="ltr">&lt;<a href="mailto:s.safarov@gmail.com" target="_blank">s.safarov@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I want to receive events from the erlang module and for that execute the following commands<br><div><br></div><div><div>[root@fs1 xml]# erl -sname test -setcookie ClueCon</div><div>Erlang/OTP 17 [erts-6.2.1] [source] [64-bit] [smp:2:2] [async-threads:10] [hipe] [kernel-poll:false]</div><div><br></div><div>Eshell V6.2.1  (abort with ^G)</div><div>(test@fs1)1&gt;  {foo, fs1@fs1} ! {event, &#39;CHANNEL_CREATE&#39;}, receive Y -&gt; Y after 1000 -&gt; timeout end. </div><div>ok</div><div>(test@fs1)2&gt; </div></div><div><br></div><div><br></div><div>And second way</div><div><div>[root@fs1 xml]# erl -sname test -setcookie ClueCon</div><div>Erlang/OTP 17 [erts-6.2.1] [source] [64-bit] [smp:2:2] [async-threads:10] [hipe] [kernel-poll:false]</div><div><br></div><div>Eshell V6.2.1  (abort with ^G)</div><div>(test@fs1)1&gt;  {foo, fs1@fs1} ! {event, &#39;ALL&#39;}.</div><div>{event,&#39;ALL&#39;}</div><div>(test@fs1)2&gt; receive Y -&gt; Y after 1000 -&gt; timeout end.</div><div>ok</div><div>(test@fs1)3&gt;</div></div><div><br></div><div><div>And I can not get events.</div><div>What am I doing wrong?</div></div></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div>