[Freeswitch-users] get a variable at hunting phase that is set at executing phase

Avi Marcus avi at avimarcus.net
Wed Dec 5 23:50:05 MSK 2012


Two options:
1) Transfer after running your script. It starts the dialplan over again.
2) inline="true" - that actually runs it right away. However, you can't
touch media at this point or you break the call routing. So I don't think
this option is allowed for lua. Or it might have been, give it a try.
If so, update the wiki here:
http://wiki.freeswitch.org/wiki/Dialplan_XML#Inline_Actions

-Avi

On Wed, Dec 5, 2012 at 10:36 PM, Juan Pablo L. <jpablolorenzetti at hotmail.com
> wrote:

> Guys, i have a script the sets some variables the i m supposed to use to
> decide if a condition meets, i have tried to use the execute_extension app
> but it does not work, this is the dialplan:
>
>
> <extension name="huawei_csoft_gw_outbound_call_international">
>         <condition field="${int}" expression="1"/>
>         <condition field="destination_number" expression="^00[\d]{7,}?$">
>                 <action application="set"
> data="effective_caller_id_number=280${caller_id_number}"/>
>                 <action application="bridge"
> data="sofia/gateway/huawei_csoft/${destination_number}"/>
>         </condition>
>    </extension>
>
> the script that sets the var ${int} is called "get_user_profile.lua", i
> have placed it all over the place and cant make this work.
> i have used "execute_extension" in the following way:
>
> <extension name="is_international_allowed">
>         <condition field="destination_number" expression="^iia$">
>                 <action application="lua" data="get_user_profile.lua" />
>         </condition>
>     </extension>
>
>     <extension name="huawei_csoft_gw_outbound_call_international">
>         <condition field="destination_number" expression="^00[\d]{7,}?$">
>                 <action application="execute_extension" data="iia XML
> smart_private"/> -->
>         </condition>
>         <condition field="${int}" expression="1"/>
>         <condition field="destination_number" expression="^00[\d]{7,}?$">
>                 <action application="set"
> data="effective_caller_id_number=280${caller_id_number}"/>
>                 <action application="bridge"
> data="sofia/gateway/huawei_csoft/${destination_number}"/>
>         </condition>
>     </extension>
>
> i know this is simple but i m missing something here, i appreciate any
> ideas. thanks!!
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20121205/5e7dbbb9/attachment.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list