Hi,<div><br></div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Confusing!</span> you are not alone here. Actually there is no unified development approach exist in Asterisk, every module, application introduce a new way to handle same things!! And the "monitoring" is most difficult part! you have to write different parsing algos to get each bit of information, and unfortunately you have to rewrite most of your code for every new release!</div>
<div><br></div><div>And regarding your question, I recommend you to use AGI for monitoring here is some tips for you</div><div><ul><li>in originate command use extension as destination.</li><li>create "failed" extension in same context.</li>
<li>you can include some variables in originate command which can be used later in dialplan.</li><li>use AGI scripts in "destination" and "failed" extensions to get and save call status in database.</li>
</ul>Regards</div><div><br><div class="gmail_quote">On Sun, Aug 8, 2010 at 6:10 PM, thiyagu venkatesan <span dir="ltr"><<a href="mailto:thiyagu.voip@gmail.com">thiyagu.voip@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<p>Hi All,</p>
<p><br>I want to track a call that is originated using originate AMI command through AstManProxy server.</p>
<p><br>I m using AstManProxy server and I developed an AstManProxy client.<br>By using my AstManClient program I can able to login AstManProxy server.</p>
<p><br>Now I can able to issue/send originate command to generate a call but I m very confuse that I cannot able to track my<br>call.</p>
<p><br>The AMI events were very confusing and I m getting various events with different uniqueid value.<br>For a single call I m getting events with four or five uniqueid.<br>I also filtered using specific channel but also I m getting events with different uniqueid.</p>
<p><br>How can I find the below status for the call generated using originate command through AMI events,<br>1. Answer<br>2. No Answer<br>3. Busy</p>
<p><br>Can any one help me for this.</p>
<p><br>Thanks,</p>
<p><br>Thiyagu VOIP</p>
<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><br clear="all"><br>-- <br>Nasir Iqbal<br><br>ICT Innovations<br>
<a href="http://www.ictinnovations.com/" target="_blank">http://www.ictinnovations.com/</a><br><br>
</div>