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

Juan Pablo L. jpablolorenzetti at hotmail.com
Thu Dec 6 01:13:36 MSK 2012


Hi Avi, i followed idea 1, i modified the dial plan to look like this:
<extension name="huawei_csoft_gw_outbound_call_international">                <condition field="destination_number" expression="^(00[\d]{7,}?)$">                        <action application="lua" data="get_user_profile.lua" />                        <action application="set" data="number_to_dial=$1" />                        <action application="execute_extension" data="ldi"/>                </condition>        </extension>
        <extension name="check_and_send_international_call">                <condition field="destination_number" expression="^ldi$" />                <condition field="${int}" expression="1">                        <action application="set" data="effective_caller_id_number=280${caller_id_number}"/>                        <action application="bridge" data="sofia/gateway/huawei_csoft/${number_to_dial}"/>                </condition>        </extension>

but i dont understand why the previous alternative did not work, is there anyways to avoid the dial plan to be parsed twice ? thanks!


From: avi at avimarcus.net
Date: Wed, 5 Dec 2012 22:50:05 +0200
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] get a variable at hunting phase that is set at executing phase

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





_________________________________________________________________________
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/9f9065d7/attachment.html 


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