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 & Get Digits Is unable to get var "bacalhau" 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's see if this will make the channel commands work properly.<br><br><div class="gmail_quote">2011/5/13 curriegrad2004 <span dir="ltr"><<a href="mailto:curriegrad2004@gmail.com">curriegrad2004@gmail.com</a>></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 <<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>> wrote:<br>
> haha<br>
> uuid_getvar <uuid> <var_name><br>
> -MC<br>
><br>
> On Fri, May 13, 2011 at 10:01 AM, Antonio Teixeira <<a href="mailto:eagle.antonio@gmail.com">eagle.antonio@gmail.com</a>><br>
> wrote:<br>
>><br>
>> Hello<br>
>><br>
>> I'm using ESL to Fork a call inside another , this is the commom example<br>
>> of User (A) pressing 1 and calling another party (B).<br>
>><br>
>> I'm forking the call by opening an inbound socket and issuing the command<br>
>><br>
>><br>
>> api('originate',"{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>
>> &socket(<a href="http://192.168.0.12:8040" target="_blank">192.168.0.12:8040</a> sync full)<br>
>><br>
>><br>
>> All works great ( i get the call) and as you can see the call to B is<br>
>> redirected to the IVR Server<br>
>><br>
>> The problem is if i do on the channel B ( By esl)<br>
>> uuid_getvar step XXXXXXXXXXXXXXXXXXXXXXXXXX<br>
>><br>
>> I get<br>
>> Event-Name: SOCKET_DATA<br>
>> Content-Type: command/reply<br>
>> Reply-Text: -ERR%20command%20not%20found<br>
>><br>
>> Has anyone faced this ??<br>
>> BTW using the python ESL:<br>
>><br>
>> Best Regards<br>
>> Antonio Teixeira<br>
>><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>
>><br>
><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>
><br>
><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>