To answer my own question, the issue was with the Erlang version. It seels Mod Erlang Event is not compatible with R15B01 version. Once I downgrade the module compiling Erlang version to R14B03, it works fine.<div><br></div>
<div>Hope it helps others in the list.</div><div><br></div><div>- Eranga<br><div><br></div><div><br><br><div class="gmail_quote">On Thu, Aug 23, 2012 at 5:32 PM, Eranga Udesh <span dir="ltr">&lt;<a href="mailto:eranga.erl@gmail.com" target="_blank">eranga.erl@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">Hi,<br><br>I&#39;m trying mod_erlang_event module in Freeswitch. However when a call comes to extension 111, the Erlang node receives RPC call correctly (my config as below) but it seems Freeswitch module does not receive the returned {Ref, NewPid} tuple of the Erlang function. I use Erlang R15B01 version. <div>

<br></div><div>I also tried with Registered process configuration as in the Mod Erlang Event wiki, but there also it timeout. I wonder if it is an incompatibility with Erlang 15B?
</div><div><br></div><div>Any ideas what could be wrong?<br><br>Config:<br><div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>&lt;extension name=&quot;to_erlang&quot; continue=&quot;true&quot;&gt;</div>

<div>   &lt;condition field=&quot;destination_number&quot; expression=&quot;^111$&quot; &gt;</div><div>       &lt;action application=&quot;erlang&quot; data=&quot;fsivr:new_call ivr@linux&quot; /&gt;</div><div>   &lt;/condition&gt;</div>

<div>&lt;/extension&gt;</div></div><div><br></div></blockquote>Output in freeswitch debug:</div><div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>2012-08-23 17:06:34.057997 [DEBUG] mod_erlang_event.c:1519 enter erlang_outbound_function fsivr:new_call ivr@linux</div>

<div>2012-08-23 17:06:34.057997 [DEBUG] mod_erlang_event.c:1525 Creating new listener for session</div><div>2012-08-23 17:06:34.098399 [DEBUG] mod_erlang_event.c:1527 Launching new listener</div><div>2012-08-23 17:06:34.098399 [DEBUG] mod_erlang_event.c:1537 Creating new spawned session for listener</div>

<div>2012-08-23 17:06:34.098399 [DEBUG] mod_erlang_event.c:1423 rpc call: fsivr:new_call(Ref)</div><div>2012-08-23 17:06:34.098399 [DEBUG] mod_erlang_event.c:1008 Connection Open</div><div>2012-08-23 17:06:39.177997 [WARNING] mod_erlang_event.c:1436 Timed out when waiting for outbound pid 12.0.0@freeswitch@linux 404fc3c7-45d1-4194-ad37-1e118fdee8d0</div>

<div>2012-08-23 17:06:39.177997 [DEBUG] switch_channel.c:2919 (sofia/internal/5000@linux4) Callstate Change RINGING -&gt; HANGUP</div></div><div><br></div></blockquote><div>Thanks in advance.</div></div><span class="HOEnZb"><font color="#888888"><div>
- Eranga</div>
</font></span></div>
</blockquote></div><br></div></div>