<div dir="ltr">Hi all,<div><br></div><div>I&#39;ve been using mod_erlang_event outbound mode with FS 1.4 for ~1 year with no issues but am unable to get it to work on 1.6 or master (on Debian Jessie, installed from apt). When mod_erlang_event attempts to make an outbound connection to my Erlang node it errors with a timeout (relevant logs below). Inbound mode continues to work fine.</div><div><br></div><div>I am preparing a more detailed bug report with test scripts, etc. but wanted to quickly check whether anyone else on the list has faced similar issues or has suggestions on other things to try.<br><br>Thanks!<br>Nathan Hartwell</div><div><br>Logs:<br><br></div><div><div>EXECUTE sofia/internal/<a href="mailto:1001@192.168.33.10">1001@192.168.33.10</a> erlang(yacc_inbound:launch yacc-dev@localhost)</div><div>2016-03-29 23:27:21.745778 [DEBUG] mod_erlang_event.c:1665 enter erlang_outbound_function yacc_inbound:launch yacc-dev@localhost</div><div>2016-03-29 23:27:21.745778 [DEBUG] mod_erlang_event.c:1684 Using existing listener for session</div><div>2016-03-29 23:27:21.745778 [DEBUG] mod_erlang_event.c:1696 Creating new spawned session for listener</div><div>2016-03-29 23:27:21.745778 [DEBUG] mod_erlang_event.c:1540 Added session to listener</div><div>2016-03-29 23:27:21.745778 [DEBUG] mod_erlang_event.c:1563 rpc call: yacc_inbound:launch(Ref)</div><div>2016-03-29 23:27:21.745778 [DEBUG] mod_erlang_event.c:1575 Waiting for reply 9.0.0@freeswitch@localhost 3eb319cd-883c-4918-9d42-395e7683585b</div><div>2016-03-29 23:27:26.765708 [WARNING] mod_erlang_event.c:1581 Timed out when waiting for outbound pid 9.0.0@freeswitch@localhost 3eb319cd-883c-4918-9d42-395e7683585b</div></div><div><br></div><div><div>Dialplan:<br><br>  &lt;extension name=&quot;yacc_queue&quot;&gt;</div><div>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^5007$&quot;&gt;</div><div>      &lt;action application=&quot;set&quot; data=&quot;yacc_queue=advisor&quot;/&gt;<br></div><div>      &lt;action application=&quot;erlang&quot; data=&quot;yacc_inbound:launch yacc-dev@localhost&quot;/&gt;</div><div>    &lt;/condition&gt;</div><div>  &lt;/extension&gt;<br></div></div></div>