[Asterisk-Users] Dial Plan Help
list at ipmotel.net
list at ipmotel.net
Fri Dec 3 14:12:24 MST 2004
Thanks Luki,
I can't believe I overlooked that. It's working now.
Steven,
It wasn't working because I overlooked the priority. However is it still a
bad idea to have ivr and extensions beginning with the same number or within
the same context? I've already assigned extensions and they have been
printed, so it won't be possible to change now.
Thanks,
Jon
----- Original Message -----
From: "Luki" <asterisk at lugosoft.com>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<asterisk-users at lists.digium.com>
Sent: Friday, December 03, 2004 4:01 PM
Subject: Re: [Asterisk-Users] Dial Plan Help
>> exten=>200,Goto(office,102,1);forward to 102 in office context
>> exten=>201,Goto(office,110,1);forward to 110 in office context
>
> These are invalid -- no priority -- and hence dropped. Didn't you see the
> errors while loading (it's easy to miss, there's plenty of stuff output).
>
> Change to:
>
> exten=>200,1,Goto(office,102,1);forward to 102 in office context
> exten=>201,1,Goto(office,110,1);forward to 110 in office context
>
> --Luki
>
>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
More information about the asterisk-users
mailing list