[asterisk-users] Autoattendant press 1 collides with extension numbers...

C F shmaltz at gmail.com
Tue May 1 06:21:54 MST 2007


You need to include the context to the extensions (10x)

On 5/1/07, J. Oquendo <sil at infiltrated.net> wrote:
> So I have whose autoattendant is colliding with their extensions...
> Quick fix anyone?
>
> Second someone presses say a person's extension (101) ... Autoattendant
> sends them to the first context...
>
> [companyx-main-aa]
> exten => s,1,Background(companyx/companyx-main)
> exten => s,2,Background(silence/10)
> exten => s,3,Background(companyx/companyx-main)
> exten => s,4,Background(silence/10)
> exten => s,5,Hangup
> exten => 0,1,Dial(companyx-cust-svce,s,1)
> exten => 1,1,Goto(companyx-cust-svce,s,1)
> exten => 2,1,Goto(companyx-shipping,s,1)
> exten => 3,1,Goto(companyx-accounting,s,1)
> exten => 4,1,Goto(companyx-sales,s,1)
> ;exten => 5,1,Goto(companyx-directory,s,1)
> exten => i,1,Playback(invalid)
> exten => i,2,Goto(companyx-aa,s,1)
>
> [companyx-cust-svce]
> exten => s,1,Dial(SIP/companyx103,15,tr)
> exten => s,2,Dial(SIP/companyx100&SIP/companyx103,15,tr)
> exten => s,3,Voicemail(u100 at companyx)
> exten => s,4,Voicemail(b100 at companyx)
> exten => s,5,Hangup
>
> --
> ====================================================
> J. Oquendo
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1383A743
> echo infiltrated.net|sed 's/^/sil@/g'
>
> "Wise men talk because they have something to say;
> fools, because they have to say something." -- Plato
>
>
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>


More information about the asterisk-users mailing list