<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hello,<BR>
&nbsp;<BR>
I tried to search the answer of my problem but unable to get resolution so sending to you guys. I'm using asterisk 1.6.2.7 and writing the AGI scripts using PHP. I'm unable to retrieve the DIALSTATUS value, during execution of AGI script, I get empty value.<BR>
&nbsp;<BR>
Extracts from AGI Script:<BR>
&nbsp;<BR>
#!/usr/bin/php -q<BR>#!/bin/bash<BR>&lt;?php<BR>include_once ("phpagi-2.14/phpagi.php");<BR>$agi = new AGI();<BR><BR>
--------some codes for dial out------------<BR>
&nbsp;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$dialstatus=$agi-&gt;get_variable(DIALSTATUS);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$dd=$dialstatus["data"];<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $agi-&gt;verbose("Status".$dd);<BR>
&nbsp;<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: 0012127773456<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: 0012127773456<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 "Status" 1<BR>&lt;SIP/10036-00000096&gt;AGI Tx &gt;&gt; 200 result=1</STRONG><BR>
<STRONG></STRONG>&nbsp;<BR>
Please help me in this.<BR>
&nbsp;<BR>
Thanks,<BR>
Kamlesh<BR>
<STRONG></STRONG>&nbsp;<BR>
<STRONG>&nbsp;<BR>
<BR><BR></STRONG>                                               </div></body>
</html>