Hi,<br> &nbsp; i&#39;ve got a quite simple question. I&#39;m writing an agi script
(based on phpagi). My script is working just fine, i&#39;m just unable to
pass (set) a variable from my agi script to my dialplan. I&#39;m setting a
variable into my script, but when it ends and return to dialplan, the
variable is just empty.<br>
<br>
Here is my dialplan<br>
<br>
exten =&gt; _X., 1, DeadAGI(myscript.php)<br>
exten =&gt; _X., n, Verbose(1,${MYVAR})<br>
<br>
<br>
Here is my script<br>
<br>
bla bla bla<br>
$agi-&gt;set_var(&quot;MYVAR&quot;,&quot;1234&quot;);<br>
?&gt;<br>
<br>I tryed uper and lowercase<br>I tryed prefixing variable name with __<br><br>If you have any idea ...<br>
<br>
Thank you<br>
<br>
Mathieu