<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>

<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.6944.0">
<TITLE>RE: [Asterisk-Users] If you know your party's extension # please dial it now ...</TITLE>
</HEAD>
<BODY>
<DIV id=idOWAReplyText41929 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>Simply define your local 
extensions as well as your virtual extensions...</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>exten 1,1,Play...</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>exten 2,1,Play...</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>exten 3,1,Play...</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>exten 333,1,Play...</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>When they press 1 the system will 
immediately Play, when they press 2 the system will immidiately 
play.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>When they press 3 the system will wait x 
amount of seconds for more input because there is the 333 extension, if no more 
numbers are pressed it will go to 3,1 if 333 is pressed it will play the 
approrpiate file.</FONT></DIV>
<DIV dir=ltr>&nbsp;</DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> asterisk-users-admin@lists.digium.com on 
behalf of willy@yponeinc.com<BR><B>Sent:</B> Sun 3/21/2004 5:09 PM<BR><B>To:</B> 
Asterisk Users<BR><B>Subject:</B> RE: [Asterisk-Users] If you know your party's 
extension # please dial it now ...<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>Please elaborate ...<BR>----- Original Message Follows 
-----<BR>&gt; You don't have to avoid using an option 3 when even if<BR>&gt; 
extensions are 3XXX<BR>&gt;<BR>&gt; &gt; -----Original Message-----<BR>&gt; &gt; 
From: asterisk-users-admin@lists.digium.com<BR>&gt; &gt; [<A 
href="mailto:asterisk-users-admin@lists.digium.com">mailto:asterisk-users-admin@lists.digium.com</A>] 
On Behalf<BR>&gt; &gt; Of&nbsp; Rich Adamson<BR>&gt; &gt; Sent: Sunday, March 
21, 2004 4:19 PM<BR>&gt; &gt; To: Asterisk Users<BR>&gt; &gt; Subject: Re: 
[Asterisk-Users] If you know your party's<BR>&gt; &gt; extension # please dial 
it now ...<BR>&gt; &gt;<BR>&gt; &gt; &gt; I've built the usual "press one for 
sales, 2 for<BR>&gt; &gt; &gt; support" IVR which&nbsp; works fine but I'm 
having<BR>&gt; &gt; &gt; difficulty in allowing callers to type in&nbsp; 
whole<BR>&gt; &gt; &gt; extension numbers.<BR>&gt; &gt; &gt; My internal extn 
ranges are 3xxx and 4xxx. I have<BR>&gt; &gt; pasted&nbsp; the IVR below<BR>&gt; 
&gt; &gt; (just in case someone wants one). The welcome message<BR>&gt; &gt; 
states callers<BR>&gt; &gt; &gt; should type in the extension number they want 
or<BR>&gt; &gt; choose&nbsp; from the options.<BR>&gt; &gt; &gt; It seems though 
that one can only press one number<BR>&gt; &gt; &gt; before the IVR&nbsp; moves 
to the next step.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; I'm starting to think that 
if my extn's are 3xxx and<BR>&gt; &gt; 4xxx I&nbsp; can't have<BR>&gt; &gt; &gt; 
any menu choices beginning with 3 or 4. Would this be<BR>&gt; &gt; correct? If 
so<BR>&gt; &gt; &gt; how does the received DTMF break out of the IVR and<BR>&gt; 
&gt; get&nbsp; matched to the<BR>&gt; &gt; &gt; relevant dialplan entry?<BR>&gt; 
&gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; [mainmenu]<BR>&gt; &gt; &gt;&nbsp; 
exten =&gt; s,1,Answer<BR>&gt; &gt; &gt;&nbsp; exten =&gt; 
s,2,SetMusicOnHold(default)<BR>&gt; &gt; &gt;&nbsp; exten =&gt; 
s,3,DigitTimeout,3<BR>&gt; &gt; &gt;&nbsp; exten =&gt; 
s,4,ResponseTimeout,5<BR>&gt; &gt; &gt;&nbsp; ;SAI menu - 1 for tech support, 2 
for voicemail, 3<BR>&gt; &gt; &gt; for echo test&nbsp;&nbsp; exten =&gt; 
s,5,Background(welcomemsg)<BR>&gt; &gt; &gt; exten =&gt;&nbsp; 
s,6,Background(choosemsg)<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;&nbsp; ; 
Sales<BR>&gt; &gt; &gt; exten =&gt; 1,1,Dial,SIP/3400|20<BR>&gt; &gt; &gt; exten 
=&gt; 1,2,Voicemail(3400)<BR>&gt; &gt; &gt; exten =&gt; 
1,3,Goto(mainmenu,s,60<BR>&gt; &gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Mark,<BR>&gt; 
&gt;<BR>&gt; &gt; Here's a partial copy of my ivr, and I too am using 
the<BR>&gt; &gt; 3xxx&nbsp; extensions.<BR>&gt; &gt; Notice I avoided use of 
option 3 in the ivr menues.<BR>&gt; &gt;<BR>&gt; &gt; [bus-ivr-main]<BR>&gt; 
&gt; exten =&gt; s,1,Wait,1<BR>&gt; &gt; exten =&gt; s,2,Answer<BR>&gt; &gt; 
exten =&gt; s,3,DigitTimeout,5<BR>&gt; &gt; exten =&gt; 
s,4,ResponseTimeout,20<BR>&gt; &gt; exten =&gt; 
s,5,Background(npi-greeting)&nbsp; ; "Thanks for<BR>&gt; &gt; calling&nbsp; 
press 1 
for"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&gt; 
&gt;<BR>&gt; &gt; exten =&gt; 1,1,Goto(local-extns|3014|1) ; Sales exten 
=&gt;<BR>&gt; &gt; 2,1,Dial(${PHONE1}&amp;${PHONE2},15) ; Technical 
Services<BR>&gt; &gt; exten&nbsp; =&gt; 2,2,Voicemail2(u3000) exten =&gt; 
2,102<BR>&gt; &gt; ,Voicemail2(b3000)&nbsp; exten =&gt; 2,103,Hangup<BR>&gt; 
&gt; exten =&gt; 8,1,Goto(npilist|s|1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
; Company<BR>&gt; &gt; directory list exten =&gt; 
9,1,Goto(npitest|s|1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;<BR>&gt; &gt; 
VoIP Testing Menu<BR>&gt; &gt; Rich<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; 
&gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; 
Asterisk-Users mailing list<BR>&gt; &gt; Asterisk-Users@lists.digium.com<BR>&gt; 
&gt; <A 
href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR>&gt; 
&gt; To UNSUBSCRIBE or update options visit:<BR>&gt; &gt;&nbsp;&nbsp;<BR>&gt; 
&gt; <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>&gt; 
Asterisk-Users mailing list<BR>&gt; Asterisk-Users@lists.digium.com<BR>&gt; <A 
href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR>&gt; 
To UNSUBSCRIBE or update options visit:<BR>&gt;&nbsp;&nbsp;&nbsp; <A 
href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR><BR>Willy 
Wouters<BR>ypOne 
Publishing<BR><BR>_______________________________________________<BR>Asterisk-Users 
mailing list<BR>Asterisk-Users@lists.digium.com<BR><A 
href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A><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></FONT></P></DIV>

</BODY>
</HTML>