This seems better. I will give it a try.<br>Thanks federico.<br><br><div class="gmail_quote">On Thu, Mar 17, 2011 at 11:10 PM, federico cabiddu <span dir="ltr">&lt;<a href="mailto:federico.cabiddu@gmail.com">federico.cabiddu@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">AMD is used mainly in scenarios like yours where an agent (the SIP<br>
extension) is called, then an outbound call is generated and finally<br>
the two legs are bridged. In your case you could call the Dial cmd<br>
using the M option. The argument of M can be a macro like this simple<br>
one:<br>
<br>
exten =&gt; s,1,Background(short_silence)<br>
exten =&gt; s,n,AMD()<br>
exten =&gt; s,n,GotoIf($[${AMDSTATUS}=MACHINE]?mach:humn)<br>
exten =&gt; s,n(humn),MacroExit<br>
exten =&gt; s,n(mach),Set(MACRO_RESULT=CONTINUE)<br>
<br>
So if an human is detected the legs will be bridged, if not the called<br>
party will be hangup and the next number will be called.<br>
The problem is, like previously said, the accuracy of the detection...<br>
<br>
Best regards,<br>
<div class="im"><br>
Federico<br>
<br>
2011/3/17 Asterisk Man &lt;<a href="mailto:theasteriskman@gmail.com">theasteriskman@gmail.com</a>&gt;:<br>
</div><div><div></div><div class="h5">&gt; Thanks buddy,<br>
&gt; But I think, AMD helps when I call customer first and then SIP extension.<br>
&gt; Any other suggestion!<br>
&gt;<br>
&gt; On Thu, Mar 17, 2011 at 6:44 PM, Danny Nicholas &lt;<a href="mailto:danny@debsinc.com">danny@debsinc.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; ________________________________<br>
&gt;&gt;<br>
&gt;&gt; From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>
&gt;&gt; [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Asterisk Man<br>
&gt;&gt; Sent: Thursday, March 17, 2011 8:13 AM<br>
&gt;&gt; To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
&gt;&gt; Subject: [asterisk-users] Answering machine detection for a second leg<br>
&gt;&gt; callgenerated by a call file.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi Group,<br>
&gt;&gt;<br>
&gt;&gt; I have following case scenario.<br>
&gt;&gt;<br>
&gt;&gt; Through call file, Asterisk makes a call to  SIP extension. When Extension<br>
&gt;&gt; answers the call, Asterisk reads customer numbers (set in callfile) and<br>
&gt;&gt; calls them one by one untill one of the customers answeres the call. Here<br>
&gt;&gt; customer and SIP extension gets patched and talk to each other.<br>
&gt;&gt;<br>
&gt;&gt; Now if outgoing call is answered by Answering machine,I don&#39;t want<br>
&gt;&gt; asterisk to patch it up with SIP extension. Please suggest me how this can<br>
&gt;&gt; be achieved.<br>
&gt;&gt;<br>
&gt;&gt; Thanking you in advance.<br>
&gt;&gt; --AM<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; May or may not help – google for “Asterisk AMD”<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; _____________________________________________________________________<br>
&gt;&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;&gt; New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
&gt;&gt;               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
&gt;&gt;<br>
&gt;&gt; asterisk-users mailing list<br>
&gt;&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; _____________________________________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt; New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
&gt;               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
<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>
</div></div></blockquote></div><br>