Hi,<div>How are you calling this AGI in your dialplan !!? </div><div><br></div><div>Regards,</div><div>Sammy.<br><br><div class="gmail_quote">On Fri, Dec 2, 2011 at 3:18 PM, Kamlesh Kumar <span dir="ltr">&lt;<a href="mailto:kamlesh_kmr@hotmail.com">kamlesh_kmr@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



<div><div dir="ltr">
Hello,<br>
 <br>
I tried to search the answer of my problem but unable to get resolution so sending to you guys. I&#39;m using asterisk 1.6.2.7 and writing the AGI scripts using PHP. I&#39;m unable to retrieve the DIALSTATUS value, during execution of AGI script, I get empty value.<br>

 <br>
Extracts from AGI Script:<br>
 <br>
#!/usr/bin/php -q<br>#!/bin/bash<br>&lt;?php<br>include_once (&quot;phpagi-2.14/phpagi.php&quot;);<br>$agi = new AGI();<br><br>
--------some codes for dial out------------<br>
 <br>
       $dialstatus=$agi-&gt;get_variable(DIALSTATUS);<br>       $dd=$dialstatus[&quot;data&quot;];<br>       $agi-&gt;verbose(&quot;Status&quot;.$dd);<br>
 <br>
In AGI debug, I get: <br>
&lt;SIP/10036-00000096&gt;AGI Tx &gt;&gt; agi_channel: SIP/10036-00000096<br>&lt;SIP/10036-00000096&gt;AGI Tx &gt;&gt; agi_language: en<br>&lt;SIP/10036-00000096&gt;AGI Tx &gt;&gt; agi_type: SIP<br>&lt;SIP/10036-00000096&gt;AGI Tx &gt;&gt; agi_uniqueid: 1322848927.172<br>
&lt;SIP/10036-00000096&gt;AGI Tx &gt;&gt; agi_version: 1.6.2.7<br>&lt;SIP/10036-00000096&gt;AGI Tx &gt;&gt; agi_callerid: 10036<br>&lt;SIP/10036-00000096&gt;AGI Tx &gt;&gt; agi_calleridname: 10036<br>&lt;SIP/10036-00000096&gt;AGI Tx &gt;&gt; agi_dnid: <a href="tel:0012127773456" value="+12127773456" target="_blank">0012127773456</a><br>
&lt;SIP/10036-00000096&gt;AGI Tx &gt;&gt; agi_rdnis: unknown<br>&lt;SIP/10036-00000096&gt;AGI Tx &gt;&gt; agi_context: privoip<br>&lt;SIP/10036-00000096&gt;AGI Tx &gt;&gt; agi_extension: <a href="tel:0012127773456" value="+12127773456" target="_blank">0012127773456</a><br>
<strong>&lt;SIP/10036-00000096&gt;AGI Rx &lt;&lt; GET VARIABLE DIALSTATUS<br>&lt;SIP/10036-00000096&gt;AGI Tx &gt;&gt; 200 result=1 (ANSWER)<br>&lt;SIP/10036-00000096&gt;AGI Rx &lt;&lt; VERBOSE &quot;Status&quot; 1<br>&lt;SIP/10036-00000096&gt;AGI Tx &gt;&gt; 200 result=1</strong><br>

<strong></strong> <br>
Please help me in this.<br>
 <br>
Thanks,<br>
Kamlesh<br>
<strong></strong> <br>
<strong> <br>
<br><br></strong>                                               </div></div>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div>