Hi Carlos <br><br>Yes, I know about AMD &amp; silence detection but my query relates to beep / tone detection, AMD algorithm works on silence detection and it will not  able to detect Voice Mail beeps / tones <br><br>Regards<br clear="all">
<b>Tahir Almas</b><br><br>Managing Partner<br>ICT Innovations<br><a href="http://www.ictinnovations.com" target="_blank">http://www.ictinnovations.com</a><br>Leveraging open source in ICT<br><br>Unified Communication Telemarketing Software<br>
<a href="http://www.ictbroadcast.com">http://www.ictbroadcast.com</a> <br>
<br><br><div class="gmail_quote">On Sun, Aug 5, 2012 at 10:58 PM, Carlos Rojas <span dir="ltr">&lt;<a href="mailto:crt.rojas@gmail.com" target="_blank">crt.rojas@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello<br>
<br>
You will need to do, something like<br>
<br>
[outbound]<br>
<br>
exten =&gt; s,1,NoCDR<br>
<br>
exten =&gt; s,n,AMD<br>
<br>
exten =&gt; s,n,GotoIf($[${AMDSTATUS}=HUMAN]?humn:mach)<br>
<br>
exten =&gt; s,n(mach),WaitForSilence(2500)<br>
<br>
exten =&gt; s,n,Playback(message-when-machine)<br>
<br>
exten =&gt; s,n,Hangup<br>
<br>
exten =&gt; s,n(humn),WaitForSilence(500)<br>
<br>
exten =&gt; s,n,Playback(message-when-human)<br>
<br>
exten =&gt; s,n,Hangup<br>
<div><div class="h5"><br>
<br>
On Sun, Aug 5, 2012 at 12:52 PM, tahir almas &lt;<a href="mailto:tahir@ictinnovations.com">tahir@ictinnovations.com</a>&gt; wrote:<br>
&gt; Though asterisk support AMD which is based on silence detection but I did<br>
&gt; not found support of  tone / beep detection in asterisk to record a voice<br>
&gt; message for answering machines after detecting tone<br>
&gt;<br>
&gt; Will appreciate any help in this regard<br>
&gt;<br>
&gt; Best Regards<br>
&gt; Tahir Almas<br>
&gt;<br>
&gt; Managing Partner<br>
&gt; ICT Innovations<br>
&gt; <a href="http://www.ictinnovations.com" target="_blank">http://www.ictinnovations.com</a><br>
&gt; Leveraging open source in ICT<br>
&gt;<br>
&gt; Unified Communication Telemarketing Software<br>
&gt; <a href="http://www.ictbroadcast.com" target="_blank">http://www.ictbroadcast.com</a><br>
&gt;<br>
&gt;<br>
</div></div>&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>
<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>