[Freeswitch-users] lua custom variables

Michael Collins msc at freeswitch.org
Tue Jan 6 20:31:02 MSK 2015


Without seeing logs and all that it's hard to know exactly what's going on,
however could you try doing an export as opposed to a set and see if your
custom variable shows up where you want?

-MC

On Sat, Jan 3, 2015 at 10:12 PM, David Villasmil Govea <
david.villasmil at gmail.com> wrote:

> Update:
>
> I execute 2 scripts.
>
> I set an execute_on_answer lua script (lua2), and execute another (lua1).
> like so:
>
> <extension name="wholesale" continue="true">
> <condition field="destination_number" expression="^1.*$">
> <action application="info"/>
> <action application="set" data="hangup_after_bridge=false"/>
> <action application="set" data="execute_on_answer=lua lua2"/>
> <action application="log" data="INFO EXECUTING SCRIPT NOW"/>
> <action application="lua" data="lua1"/>
> <action application="hangup" data="NORMAL_CLEARING"/>
> </condition>
> </extension>
>
>
> Now, the lua1 executes, i set a variable "custom_dur" which is the
> duration for the call.
> When lua3 executes on answer, the variable custom_duration is still there,
> no problems. Then I transfer the call to "9999", which is:
>
> <extension name="9999">
> <condition field="destination_number" expression="^9999$">
> <action application="lua" data="lua3"/>
> <action application="hangup" data="NORMAL_CLEARING"/>
> </condition>
> </extension>
>
> Now, on lua3 I try to get the variable and it's not there anymore!
>
> I also tried the following: On lua1 I create a new variable, which is seen
> on ALL scripts, including lua3, but I reset it to a new value on lua2, and
> on lua3 I don't see the change!! The variable is still the value I set on
> lua1!!! wth??
>
> Am I missing something on variables??
>
> Thanks a lot,
>
> David
>
>
>
> On Sun, Jan 4, 2015 at 3:30 AM, David Villasmil Govea <
> david.villasmil at gmail.com> wrote:
>
>> Hello Guys,
>>
>> I have this lus script, which sets a custom variable, this is ok.
>> The the call is transferred to another extension, and the variable is not
>> there anymore, is this by design?
>>
>> Thanks!
>>
>> David
>>
>> --
>> DVG
>>
>> --
>> Imagination is more important than knowledge
>> Albert Einstein
>>
>
>
>
> --
> DVG
>
> --
> Imagination is more important than knowledge
> Albert Einstein
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.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/20150106/47eca9d2/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list