<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jared Smith wrote:
<blockquote cite="mid1184941817.3135.7.camel@hockey.jaredsmith.net"
 type="cite">
  <pre wrap="">On Fri, 2007-07-20 at 02:08 -0400, BSumrall wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">My dial plan of issues…..
    </pre>
  </blockquote>
  <blockquote type="cite">
    <pre wrap="">exten =&gt; s,1,Answer(60)
exten =&gt; s,2,Background(otherwise-press)
exten =&gt; s,1,Playback(digits/1)
exten =&gt; s,2,Goto(default,s,1)
exten =&gt; s,1,Playback(digits/2)
exten =&gt; s,2,Goto(default,s,1)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I'm not sure why you have three different sets of priorities one and two
here... Also, you have a *very* long argument to the Answer()
application.  Usually a second or two is plenty.  Try something like
this:

  </pre>
</blockquote>
According to Asterisk 1.2.17 the delay is in milliseconds or, in this
case, 0.06 seconds.<br>
<br>
...<br>
asterisk*CLI&gt; show application Answer <br>
asterisk*CLI&gt; <br>
  -= Info about application 'Answer' =- <br>
<br>
[Synopsis]<br>
Answer a channel if ringing<br>
<br>
[Description]<br>
  Answer([delay]): If the call has not been answered, this application
will<br>
answer it. Otherwise, it has no effect on the call. If a delay is
specified,<br>
Asterisk will wait this number of milliseconds before returning to<br>
the dialplan after answering the call.<br>
<br>
regards,<br>
<br>
Drew<br>
<br>
<pre class="moz-signature" cols="72">-- 
Drew Gibson

Systems Administrator
OANDA Corporation
416-593-6767 x322
<a class="moz-txt-link-abbreviated" href="http://www.oanda.com">www.oanda.com</a>
</pre>
</body>
</html>