[Asterisk-Users] Hunt Groups
Chris Modesitt
chris at octelecom.net
Tue Aug 17 12:00:34 MST 2004
I have a question about how Asterisk Parses the Dial Plan. To create a
hunt-group which would be the appropriate dial plan:
[CompanyABC]
exten => 7228888,1,Dial(SIP/8017228888,60,r)
exten => 7228888,102,Dial(SIP/8014361234,60,r)
exten => 7228888,103,Dial(SIP/8014362345,60,r)
exten => 7228888,104,Dial(SIP/8014363456,60,r)
exten => 7228888,105,Dial(SIP/8014364567,60,r)
exten => 7228888,106,Dial(SIP/8014365678,60,r)
exten => 7228888,107,Dial(SIP/8014366789,60,r)
exten => 7228888,108,Dial(SIP/8014369876,60,r)
exten => 7228888,109,Dial(SIP/8014368765,60,r)
exten => 7228888,110,Congestion
exten => 7228888,111,Hangup
OR
[CompanyABC]
exten => 7228888,1,Dial(SIP/8017228888,60,r)
exten => 7228888,102,Dial(SIP/8014361234,60,r)
exten => 7228888,203,Dial(SIP/8014362345,60,r)
exten => 7228888,304,Dial(SIP/8014363456,60,r)
exten => 7228888,405,Dial(SIP/8014364567,60,r)
exten => 7228888,506,Dial(SIP/8014365678,60,r)
exten => 7228888,607,Dial(SIP/8014366789,60,r)
exten => 7228888,708,Dial(SIP/8014369876,60,r)
exten => 7228888,809,Dial(SIP/8014368765,60,r)
exten => 7228888,910,Congestion
exten => 7228888,1011,Hangup
If extensions extension is busy or fails do you always increment by +100 or
just the first time?
Thanks
Chris.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040817/e8ce3bda/attachment.htm
More information about the asterisk-users
mailing list