[Freeswitch-users] LUA script has problem with bridge action?

Vincent Xia gmangudai at gmail.com
Mon Jun 10 09:49:30 MSD 2013


i commented hangup_after_bridge and the problem persists,
my lua script:
freeswitch.consoleLog("info",
"lua===============================================\n" )

dialplan:
    <extension name="test_lua" continue="false">
     <condition field="destination_number" expression="^(10[01][0-9])$">
    <action application="export" data="dialed_extension=$1"/>
<!--<action application="set" data="hangup_after_bridge=true"/>-->
<action application="bridge" data="user/${dialed_extension}"/>
<action application="answer"/>
    <action application="lua" data="test.lua"/>
<action application="sleep" data="1000"/>
     </condition>
    </extension>




2013/6/10 Vincent Xia <gmangudai at gmail.com>

> my lua script is very simple with just one sentence to print info on
> freeswitch console, i've post it along with the dialplan anyways.
>
>
> 2013/6/10 Brian Foster <bdfoster at davri.com>
>
>> What exactly is your Lua script doing? Please post your script here at
>> http://pastebin.freeswitch.org. Also go ahead and post your relevent
>> dialplan and reply with links to both posts.
>>
>> - BDF
>> On Jun 10, 2013 12:29 AM, "Vincent Xia" <gmangudai at gmail.com> wrote:
>>
>>> i set the dialplan to call test.lua by adding
>>> <action application="lua" data="test.lua"/>
>>>
>>> it works fine when placing it before a "bridge" action, like
>>> <action application="lua" data="test.lua"/>
>>> <action application="bridge" data="user/${dialed_extension}"/>
>>>
>>> but if i put "lua" after "bridge"
>>> <action application="bridge" data="user/${dialed_extension}"/>
>>> <action application="lua" data="test.lua"/>
>>>
>>> then test.lua is not executed, no matter the dialed_extension answered
>>> the call or not,
>>>
>>> my question is:
>>> 1. why is this happening?
>>> 2. how can i get test.lua get executed after "bridge"?
>>>
>>>
>>> _________________________________________________________________________
>>> 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/20130610/7df4a898/attachment-0001.html 


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