<div dir="ltr">On Wed, Apr 4, 2018 at 7:17 PM, Richard Mudgett <span dir="ltr"><<a href="mailto:rmudgett@digium.com" target="_blank">rmudgett@digium.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The argument is used when the channel is already answered.  The channel will then send<br><div class="gmail_extra"><div class="gmail_quote"><div>the busy tone inband for the specified number of seconds and hangup.  The behavior also <br>depends upon the channel driver.<br><br></div><div>exten = _X.,1,NoOp()<br></div><div>same = n,Answer()<br></div><div>same = n,Busy(15)<br></div><div>same = n,Hangup()<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"></span></div></div></div></blockquote><div><br></div><div>My understand is, at least for some channel drivers/technologies, that it should also work when the channel is *not* answered, because answering the call can mess up your CDR records.  My guess is that's what Steve is trying to accomplish here... signal that the "line" is busy and can't be answered, without actually answering the call.<br><br></div><div>-Jared<br></div></div></div></div>