<div dir="ltr">Obviously this largely depends on your use case, but if you&#39;re just looking to receive events of things happening in FS (and not trying to control FS through ESL), using something like mod_amqp may be a better choice. You&#39;ll remove the complexity of having to connect to the FS instances directly, and buy the flexibility of processing the events however you want. You&#39;re also less likely to miss events due to application errors (assuming that your AMQP host is more &quot;reliable&quot; than your application).</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 1, 2016 at 9:53 AM, Michael Jerris <span dir="ltr">&lt;<a href="mailto:mike@jerris.com" target="_blank">mike@jerris.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If you want to get those events just connect to ESL and subscribe to them.  Are you saying you want to have a connection per channel but include create events?  You would have a chicken and egg problem there but in that case what do you actually need the create event for, surely another event can be used instead.<br>
<span class=""><br>
&gt; On Dec 1, 2016, at 5:00 AM, Lợi Đặng &lt;<a href="mailto:loi.dangthanh@gmail.com">loi.dangthanh@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi List, I want, but is unable to subscribe to 2 events CHANNEL_CREATE and CHANNEL_DESTROY using ESL.<br>
&gt;<br>
&gt; In a normal call caller &lt;--&gt; FS &lt;--&gt; callee, 2 CHANNEL_CREATE and 2 CHANNEL_DESTROY events fired and captured is my expectation.<br>
&gt;<br>
&gt; I achieved it easily via writing a new FS module in C. But I have some portion of python codes needed to be executed, so I tried alternative (my thought) way:<br>
&gt; - ESL inbound mode, but inbound connection is not bound to any particular channel<br>
&gt; - ESL outbound mode, but outbound connection is created from dialplan, so I guess CHANNEL_CREATE event could not be captured.<br>
&gt; - set up hangup_hook with mod_python, but python application is also called from dialplan.<br>
&gt;<br>
&gt; Please correct me if I&#39;m wrong somehow, and give me some advices for what I&#39;m trying to accomplish, since I don&#39;t want to rewrite my python code in C.<br>
&gt;<br>
<br>
<br>
</span>______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.<wbr>org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" 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.<wbr>freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/<wbr>mailman/listinfo/freeswitch-<wbr>users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.<wbr>freeswitch.org/mailman/<wbr>options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a></blockquote></div><br></div>