Here It Goes a Simple Example<br><a href="http://pastebin.freeswitch.org/16300" target="_blank">http://pastebin.freeswitch.org/16300</a><br><br>Play &amp; Get Digits Is unable to get var &quot;bacalhau&quot; on the B Leg.<br>
The exact same code works on the A Leg of the Call , it appears that on the B leg maybe socket full is ignore by parser.<br>
<br>I Will test if i transfer the call into a FS xml context , and then into a socket conn . <br>Let&#39;s see if this will make the channel commands work properly.<br><br><div class="gmail_quote">2011/5/13 curriegrad2004 <span dir="ltr">&lt;<a href="mailto:curriegrad2004@gmail.com">curriegrad2004@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Ah yes, the dreaded cup of coffee is needed...<br>
<div><div></div><div class="h5"><br>
On Fri, May 13, 2011 at 10:04 AM, Michael Collins &lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt; wrote:<br>
&gt; haha<br>
&gt; uuid_getvar &lt;uuid&gt; &lt;var_name&gt;<br>
&gt; -MC<br>
&gt;<br>
&gt; On Fri, May 13, 2011 at 10:01 AM, Antonio Teixeira &lt;<a href="mailto:eagle.antonio@gmail.com">eagle.antonio@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hello<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m using ESL to Fork a call inside another , this is the commom example<br>
&gt;&gt; of User (A) pressing 1 and calling another party (B).<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m forking the call by opening an inbound socket and issuing the command<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; api(&#39;originate&#39;,&quot;{step=1,origination_caller_id_number=XXXX,fail_on_single_reject=true,ignore_early_media=true,originate_timeout=90,parked_call_uuid=%s}sofia/external/%s@2XXXXXXX<br>
&gt;&gt; &amp;socket(<a href="http://192.168.0.12:8040" target="_blank">192.168.0.12:8040</a> sync full)<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; All works great ( i get the call) and as you can see the call to B is<br>
&gt;&gt; redirected to the IVR Server<br>
&gt;&gt;<br>
&gt;&gt; The problem is if i do on the channel B ( By esl)<br>
&gt;&gt; uuid_getvar step XXXXXXXXXXXXXXXXXXXXXXXXXX<br>
&gt;&gt;<br>
&gt;&gt; I get<br>
&gt;&gt; Event-Name: SOCKET_DATA<br>
&gt;&gt; Content-Type: command/reply<br>
&gt;&gt; Reply-Text: -ERR%20command%20not%20found<br>
&gt;&gt;<br>
&gt;&gt; Has anyone faced this ??<br>
&gt;&gt; BTW using the python ESL:<br>
&gt;&gt;<br>
&gt;&gt; Best Regards<br>
&gt;&gt; Antonio Teixeira<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>