Thanks for good advice, will definitely keep these in mind while doing coding -  starting from now :)<br><br><div class="gmail_quote">On Mon, Feb 13, 2012 at 12:30 PM, Steve Edwards <span dir="ltr">&lt;<a href="mailto:asterisk.org@sedwards.com">asterisk.org@sedwards.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, 13 Feb 2012, Sammy Govind wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi again,Just to update I fixed the issue. I read through your reply and the URL in it and tried alot to make things working but in vain- then I took the tough way and started looking at the production AGI from the first line and amended all the warning and unwanted stuff, finally I figured out that the agi-&gt;verbose() function just a few lines above the problematic code was having a warning and once that was fixed all the code started working fine.<div class="im">
<br>
<br>
I still wonder what do variable assignments has to do with verbose function warning, but its all working fine now. Thanks for the help.<br>
</div></blockquote>
<br>
It&#39;s a good idea to track down all warnings and errors even when they seem unrelated to the problem at hand.<br>
<br>
Keep in mind executing an AGI completely external from Asterisk can be a valuable debugging aid. Just create a text file containing all the proper responses and feed it to the AGI&#39;s STDIN. I do this frequently with the AGIs I write in C so I can use GDB to step through my code and figure out what&#39;s going on.<div class="im">
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Sat, Feb 11, 2012 at 11:20 PM, Ron Bergin &lt;<a href="mailto:rkb@i.frys.com" target="_blank">rkb@i.frys.com</a>&gt; wrote:<br>
</blockquote>
<br>
</div><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Finally, add a couple debugging statements after the get_variable statements to verify/dump the vars.<br>
</blockquote>
<br></div>
Doing any I/O on STDIN or STDOUT will violate the AGI protocol.<br>
<br>
-- <br>
Thanks in advance,<br>
------------------------------<u></u>------------------------------<u></u>-------------<br>
Steve Edwards       <a href="mailto:sedwards@sedwards.com" target="_blank">sedwards@sedwards.com</a>      Voice: <a href="tel:%2B1-760-468-3867" value="+17604683867" target="_blank">+1-760-468-3867</a> PST<br>
Newline                                              Fax: <a href="tel:%2B1-760-731-3000" value="+17607313000" target="_blank">+1-760-731-3000</a><br>
<br>
--<br>
______________________________<u></u>______________________________<u></u>_________<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/<u></u>mailman/listinfo/asterisk-<u></u>users</a><br>
</blockquote></div><br>