<div dir="ltr">Hi Guys,<div><br></div><div>I guess I have a little confusion here between inbound esl and outbound esl.</div><div><br></div><div><b>My Goal:</b> What I am trying to do is detect if the call is being transferred and notify the caller about it.</div><div><br></div><div><b>My Scenario:</b></div><div><br></div><div>1- I have an application based on SIP.js client that makes outbound calls via a registered SIP trunk on my Freeswitch box. I upload a list of phone numbers to call and hit Launch button.</div><div><br></div><div>2- Some calls can be transferred by the callee endpoint. I want to detect this fact.</div><div><br></div><div>3- According to my research, I can do this using Event Socket library.</div><div>4- To detect if there is a transfer, I can control the channel variable RDNIS or TRANSFER_TIME. If there is a transfer these variables are not empty.</div><div>5- Once I detect there is a transfer I want to send a NOTIFY packet to the client.</div><div><br></div><div><b>My confusion is the following:</b></div><div><b><br></b></div><div>I don&#39;t know whether to use an Outbound socket connection or an Inbound Connection.</div><div><br></div><div>I tried to do this with outbound connection as follows:</div><div><br></div><div><div><div>&lt;condition field=&quot;destination_number&quot; expression=&quot;^1703$&quot;&gt;</div><div>    &lt;action application=&quot;set&quot; data=&quot;socket_resume=true&quot;/&gt;</div><div>    &lt;action application=&quot;socket&quot; data=&quot;<a href="http://127.0.0.1:8084">127.0.0.1:8084</a> async&quot;/&gt; </div><div>    &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/mygateway/$1&quot;/&gt;</div><div>&lt;/condition&gt;</div></div></div><div><br></div><div>I have a perl server listening on port 8084/tcp.</div><div>In this perl script I subscribe for CHANNEL_ANSWER Events and I filter by the call uuid.</div><div><br></div><div>The problem is when I call the socket connection, the bridge application never executes.</div><div><br></div><div>How am I supposed to listen for a specific event and make a bridge call?</div><div><br></div><div>Is what I am doing wrong. Please correct me.</div><div><br></div><div><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div style="font-size:12.8px">Thank you for your support.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Kind regards.</div><div dir="ltr" style="font-size:12.8px"><div><div dir="ltr"><div dir="ltr"><div><br></div></div></div></div></div></div></div></div></div></div></div>
</div></div>