<strong>d</strong>: This flag trumps the 'H' flag and intercepts any dtmf while waiting for the call to be answered and returns that value on the spot. This allows you to dial a 1-digit exit extension while waiting for the call to be answered - see also
<br><br>
<div><span class="gmail_quote">On 6/22/06, <b class="gmail_sendername">John Klimek</b> &lt;<a href="mailto:jklimek@gmail.com">jklimek@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Anybody have any more information on this Dial() &quot;d&quot; option for incoming calls?<br><br>On 6/19/06, John Klimek &lt;
<a href="mailto:jklimek@gmail.com">jklimek@gmail.com</a>&gt; wrote:<br>&gt; Thanks for the information...<br>&gt;<br>&gt; After doing some reading it looks like I can use the &quot;d&quot; option with<br>&gt; the Dial() command to be able to enter a 1-digit extension while the
<br>&gt; other extension is ringing, but this doesn't seem to be working for me<br>&gt; either...<br>&gt;<br>&gt; Here is my new config:<br>&gt;<br>&gt; exten =&gt; s,1,Dial(SIP/50,23,r,d)<br>&gt; exten =&gt; s,2,VoiceMail(
u50@default)<br>&gt; exten =&gt; s,3,Playback(vm-goodbye)<br>&gt; exten =&gt; s,4,Hangup<br>&gt;<br>&gt; exten =&gt; 1,1,SayDigits(1)<br>&gt; exten =&gt; 2,1,SayDigits(2)<br>&gt; exten =&gt; 10,1,SayDigits(10)<br>&gt;<br>
&gt; However, when my phone is ringing (eg. extension 50), I try entering<br>&gt; &quot;1&quot; or &quot;2&quot; (to be forwarded via the Dial &quot;d&quot; option), but it doesn't<br>&gt; do anything.<br>&gt;<br>&gt; What am I doing wrong?
<br>&gt;<br>&gt; I like your solution above, but if I use that I'll need to wait 23<br>&gt; seconds for Dial() to timeout before I can do anything.&nbsp;&nbsp;I'd like to<br>&gt; be immediately able to enter an extension (if possible, which maybe
<br>&gt; it's not...)<br>&gt;<br>&gt; On 6/19/06, Leah Newmark &lt;<a href="mailto:lnewmark@capalon.com">lnewmark@capalon.com</a>&gt; wrote:<br>&gt; &gt; Using the Background command, you will be able to play the voicemail
<br>&gt; &gt; while still being allowed to enter digits.<br>&gt; &gt;<br>&gt; &gt; exten =&gt; s,1,Wait(2)<br>&gt; &gt; exten =&gt; 108,2,Background(voicemail/default/108/unavail)<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; exten =&gt; s,1,Dial(SIP/50,23,r)
<br>&gt; &gt; exten =&gt; s,2,Background(/voicemail/default/50/unavail) ;or whatever the<br>&gt; &gt; soundfile is called<br>&gt; &gt; exten =&gt; s,3,Voicemail(s50) ;s will skip the greeting and just go to the<br>&gt; &gt; beep
<br>&gt; &gt; exten =&gt; s,4,Playback(vm-goodbye)<br>&gt; &gt; exten =&gt; s,5,Hangup<br>&gt; &gt;<br>&gt; &gt; You can then put<br>&gt; &gt; exten =&gt; 1, Dial(sip/me)<br>&gt; &gt; exten =&gt; 2, Dial(sip/her)<br>&gt; &gt; or whatever your dial statements look like.
<br>&gt; &gt;<br>&gt; &gt; Leah Newmark<br>&gt; &gt; Capalon VoIP<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; <a href="mailto:asterisk-users-request@lists.digium.com">asterisk-users-request@lists.digium.com</a> wrote:<br>&gt; &gt;
<br>&gt; &gt; Message: 9<br>&gt; &gt; Date: Mon, 19 Jun 2006 14:18:22 -0400<br>&gt; &gt; From: &quot;John Klimek&quot; &lt;<a href="mailto:jklimek@gmail.com">jklimek@gmail.com</a>&gt;<br>&gt; &gt; Subject: [Asterisk-Users] Can I enter an extension to dial while
<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; voicemail&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; is playing?<br>&gt; &gt; To: &quot;Asterisk Users Mailing List - Non-Commercial Discussion&quot;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com
</a>&gt;<br>&gt; &gt; Message-ID:<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<a href="mailto:c68396460606191118p12d6e5fcj144b5079995e11c2@mail.gmail.com">c68396460606191118p12d6e5fcj144b5079995e11c2@mail.gmail.com</a>&gt;<br>&gt; &gt; Content-Type: text/plain; charset=ISO-8859-1; format=flowed
<br>&gt; &gt;<br>&gt; &gt; I have a very, very simple Asterisk setup in my house.&nbsp;&nbsp;I have a<br>&gt; &gt; Sipura 3000 with a PSTN line connected and one analog phone connected.<br>&gt; &gt;<br>&gt; &gt; The [incoming] context looks like this:
<br>&gt; &gt;<br>&gt; &gt; exten =&gt; s,1,Dial(SIP/50,23,r)<br>&gt; &gt; exten =&gt; s,2,VoiceMail(u50@default)<br>&gt; &gt; exten =&gt; s,3,Playback(vm-goodbye)<br>&gt; &gt; exten =&gt; s,4,Hangup<br>&gt; &gt;<br>&gt; &gt; As you can see, when somebody calls in if I don't answer in 23 seconds
<br>&gt; &gt; then they are forwarded to my voicemail.<br>&gt; &gt;<br>&gt; &gt; How can I make it so I can call an enter extensions either while the<br>&gt; &gt; phone is ringing or while the voicemail message is playing?&nbsp;&nbsp;I want
<br>&gt; &gt; the system to be as seemless as possible so the wife is happy =)<br>&gt; &gt;<br>&gt; &gt; Right now it works great because my Sipura 3000 forwards to call to<br>&gt; &gt; Asterisk and Asterisk rings my analog phone, but the incoming caller
<br>&gt; &gt; hears a steady dial-tone the whole time.&nbsp;&nbsp;I wouldn't want that to<br>&gt; &gt; change.&nbsp;&nbsp;(so the caller isn't wondering what is going on)<br>&gt; &gt;<br>&gt; &gt; Any help is appriciated&nbsp;&nbsp;:)<br>&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>&gt; &gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>&gt; &gt;<br>&gt; &gt; Asterisk-Users mailing list<br>&gt; &gt; To UNSUBSCRIBE or update options visit:
<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt; &gt;<br>&gt;<br>_______________________________________________<br>--Bandwidth and Colocation provided by 
<a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>