<div dir="ltr">Update:<div><br></div><div>I execute 2 scripts.</div><div><br></div><div>I set an execute_on_answer lua script (lua2), and execute another (lua1).</div><div>like so:</div><div><br></div><div><div><font face="monospace, monospace" size="1"><span class="" style="white-space:pre">        </span><extension name="wholesale" continue="true"></font></div><div><font face="monospace, monospace" size="1"><span class="" style="white-space:pre">                </span><condition field="destination_number" expression="^1.*$"></font></div><div><font face="monospace, monospace" size="1"><span class="" style="white-space:pre">                        </span><action application="info"/></font></div><div><font face="monospace, monospace" size="1"><span class="" style="white-space:pre">                        </span><action application="set" data="hangup_after_bridge=false"/><br></font></div><div><font face="monospace, monospace" size="1"><span class="" style="white-space:pre">                        </span><action application="set" data="execute_on_answer=lua lua2"/></font></div><div><font face="monospace, monospace" size="1"><span class="" style="white-space:pre">                        </span><action application="log" data="INFO EXECUTING SCRIPT NOW"/></font></div><div><font face="monospace, monospace" size="1"><span class="" style="white-space:pre">                        </span><action application="lua" data="lua1"/></font></div><div><font face="monospace, monospace" size="1"><span class="" style="white-space:pre">                        </span><action application="hangup" data="NORMAL_CLEARING"/></font></div><div><font face="monospace, monospace" size="1"><span class="" style="white-space:pre">                </span></condition></font></div><div><font face="monospace, monospace" size="1"><span class="" style="white-space:pre">        </span></extension></font></div></div><div><br></div><div><br></div><div>Now, the lua1 executes, i set a variable "custom_dur" which is the duration for the call.</div><div>When lua3 executes on answer, the variable custom_duration is still there, no problems. Then I transfer the call to "9999", which is:</div><div><br></div><div><div><font face="monospace, monospace" size="1"><span class="" style="white-space:pre">        </span><extension name="9999"></font></div><div><font face="monospace, monospace" size="1"><span class="" style="white-space:pre">                </span><condition field="destination_number" expression="^9999$"></font></div><div><span class="" style="font-family:monospace,monospace;font-size:x-small;white-space:pre">                        </span><span style="font-family:monospace,monospace;font-size:x-small"><action application="lua" data="lua3"/></span><br></div><div><font face="monospace, monospace" size="1"><span class="" style="white-space:pre">                        </span><action application="hangup" data="NORMAL_CLEARING"/></font></div><div><font face="monospace, monospace" size="1"><span class="" style="white-space:pre">                </span></condition></font></div><div><font face="monospace, monospace" size="1"><span class="" style="white-space:pre">        </span></extension></font></div></div><div><br></div><div>Now, on lua3 I try to get the variable and it's not there anymore!</div><div><br></div><div>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??</div><div><br></div><div>Am I missing something on variables??</div><div><br></div><div>Thanks a lot,</div><div><br></div><div>David</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 4, 2015 at 3:30 AM, David Villasmil Govea <span dir="ltr"><<a href="mailto:david.villasmil@gmail.com" target="_blank">david.villasmil@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello Guys,<div><br></div><div>I have this lus script, which sets a custom variable, this is ok.</div><div>The the call is transferred to another extension, and the variable is not there anymore, is this by design?</div><div><br></div><div>Thanks!</div><div><br></div><div>David<span class="HOEnZb"><font color="#888888"><br clear="all"><div><br></div>-- <br><div>DVG<br><br>-- <br>Imagination is more important than knowledge<br>Albert Einstein</div>
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">DVG<br><br>-- <br>Imagination is more important than knowledge<br>Albert Einstein</div>
</div>