Hi,<br>I&#39;m using perl ESL to control the call in freeswitch.<br>I&#39;m having the following scenario, but not able to get it right.<br><br>Dialplan:<br>&lt;extension name=&quot;outbound_soc&quot;&gt;<br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^9097$&quot;&gt;<br>
            &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<br>            &lt;action application=&quot;socket&quot; data=&quot;<a href="http://192.168.1.222:8447">192.168.1.222:8447</a> async full&quot;/&gt;<br>
    &lt;/condition&gt;<br>&lt;/extension&gt;<br><br><br>1. User A calls to an extention (1000).<br>2. My ESL program will be running, and it answers the call.<br>3. Then the program will get a number from the user.<br>4. It will hangup the call.<br>
5. The program has to call to the number that was given by the user.<br><br>In the above scenario, I was able to do until the 4th step. After hangup the call, if I say originate it is not working.<br>Any ideas on how to do this in ESL.<br>
<br><br><br>