<div dir="ltr">Funny you mention this, I am working on something similar.<div>I found this works but it feels like a bit of a hack:<div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>api uuid_park 932506bd-7208-446c-aa4e-d91848df0ff3</div></div><div><div>api sched_api +0.01 none uuid_transfer 932506bd-7208-446c-aa4e-d91848df0ff3 &#39;socket:<a href="http://127.0.0.1:8085">127.0.0.1:8085</a> async full&#39; inline</div></div><div><div>(Exit proxy socket immediately)</div></div></blockquote><div><div><br></div><div>I have tried the custom event route, but as soon as the proxy ESL connection exits then the call terminates.</div><div><br></div><div>Hope that helps</div><div>-Dan</div><div><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><pre style="color:rgb(0,0,0)">Hello there,

I have a setup where I would like FreeSWITCH to make an outbound ESL
connection to a proxy-like service. The proxy-like service should then make
FreeSWITCH open another outbound ESL connection to a different service that
will handle the call.

The proxy-like service should be as transparent as possible. Ideally, it
should be possible to &#39;skip&#39; it, and point FreeSWITCH directly to the
service that handles the call.

Currently, I have a dialplan that looks like this:

--
&lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;
&lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;
&lt;action application=&quot;set&quot; data=&quot;ringback=%(1000,4000,425)&quot;/&gt;
&lt;action application=&quot;socket&quot; data=&quot;<a href="http://127.0.0.1:3000">127.0.0.1:3000</a> async full&quot;/&gt;
&lt;action application=&quot;hangup&quot; data=&quot;FACILITY_NOT_IMPLEMENTED&quot;/&gt;
--

The proxy-like service listenens on port 3000. It will order FreeSWITCH to
execute the following command:

socket <a href="http://127.0.0.1:3001">127.0.0.1:3001</a> async full

This works, somewhat. I would like the proxy-service to terminate the
connection as fast as possible. However, if I send the exit-command[1]
before the call is bridged to the hangup from the XML dialplan is executed.
If the call is bridged when I send the exit-command, it works fine.

I would like the service on 3001 to emit a custom event, which the
proxy-like service listens for and terminates the ESL connection. Currently
I need to sleep a little while and then terminate the ESL connection.

How do I keep the hangup from being executed, when there is an open
outbound ESL connection?

I currently use FreeSWITCH Version
1.4.15+git~20141229T185951Z~507a0f22c5~64bit (git 507a0f2 2014-12-29
18:59:51Z 64bit).

I hope this makes sense.

Regards, Asbjørn</pre></blockquote></div></div></div>