I downloaded version 1.4.0 compiled and installed it.&nbsp; This is my extensions.conf:<br><br>[outboundmsg1]<br>exten =&gt; s,1,NoCDR<br>exten =&gt; s,n,AMD<br>exten =&gt; s,n,NoOp(${AMDSTATUS})<br>exten =&gt; s,n,NoOp(${AMDREASON})
<br>exten =&gt; s,n,GotoIf($[${AMDSTATUS}=HUMAN]?humn:mach)<br>exten =&gt; s,n(mach),WaitForSilence(2500)<br>exten =&gt; s,n,Playback(outboundmsgs/msg1)<br>exten =&gt; s,n,Hangup<br>exten =&gt; s,n(humn),WaitForSilence(500)
<br>exten =&gt; s,n,Playback(outboundmsgs/msg1)<br>exten =&gt; s,n,Hangup<br><br>I tried echoing out the values to ensure they were correct.&nbsp; When I tried the log I got this results below, which shows that it does not ever return from AMD function.&nbsp; I pumped the logging up to 6, with no real difference in what is being displayed.&nbsp; If I just wait until the timeout period expired it doesn&#39;t have any impact either.&nbsp; I actually have to hang up before AMD returns and when I do hangup it doesn&#39;t output anything anyway.
<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Channel SIP/sip.broadvoice.com-08f24a68 was answered.<br>&nbsp;&nbsp;&nbsp; -- Executing [s@outboundmsg1:1] NoCDR(&quot;SIP/sip.broadvoice.com-08f24a68&quot;, &quot;&quot;) in new stack<br>[Jan 26 13:32:34] NOTICE[18188]: 
cdr.c:424 ast_cdr_free: CDR on channel &#39;SIP/sip.broadvoice.com-08f24a68&#39; not posted<br>[Jan 26 13:32:34] NOTICE[18188]: cdr.c:426 ast_cdr_free: CDR on channel &#39;SIP/sip.broadvoice.com-08f24a68&#39; lacks end<br>
&nbsp;&nbsp;&nbsp; -- Executing [s@outboundmsg1:2] AMD(&quot;SIP/sip.broadvoice.com-08f24a68&quot;, &quot;&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- AMD: SIP/sip.broadvoice.com-08f24a68 5555555555 (null) (Fmt: 4)<br>&nbsp;&nbsp;&nbsp; -- AMD: initialSilence [2500] greeting [1500] afterGreetingSilence [800] totalAnalysisTime [5000] minimumWordLength [100] betweenWordsSilence [50] maximumNumberOfWords [3] silenceThreshold [256]
<br>&nbsp;&nbsp;&nbsp; -- AMD: HANGUP<br>[Jan 26 13:33:08] DEBUG[18188]: pbx.c:2383 __ast_pbx_run: Extension s, priority 2 returned normally even though call was hung up<br>[Jan 26 13:33:08] NOTICE[18188]: pbx_spool.c:351 attempt_thread: Call completed to 
<a href="mailto:SIP/6079362172@sip.broadvoice.com">SIP/6079362172@sip.broadvoice.com</a><br><br>