[asterisk-users] Sequential Ring Groups?
Marshall Henderson
marshallmch at gmail.com
Thu Apr 16 16:15:29 CDT 2009
Unfortunately I'm still using Asterisk 1.2.x on this box so no AEL...
it was 'inheritied'.. :-( I'll eventually upgrade it to 1.4... and
maybe even 1.6 at some point. :-)
Marshall
On Thu, Apr 16, 2009 at 2:31 PM, Dave Fullerton
<dfullertasterisk at shorelinecontainer.com> wrote:
> This is how I'm doing it (AEL notation):
>
> context inbound-pri {
> FAXNBRHERE => {
> Dial(IAX2/iaxmodem00/${EXTEN});
> Dial(IAX2/iaxmodem01/${EXTEN});
> Dial(IAX2/iaxmodem02/${EXTEN});
> Dial(IAX2/iaxmodem03/${EXTEN});
> // Et cetera ...
> Busy();
> }
> }
>
> Call comes in, starts at the top and if that modem is busy asterisk
> moves on to the next line. If all the modems are busy then a busy
> indication is sent back to the caller.
>
> -Dave
>
More information about the asterisk-users
mailing list