Fwd: [Asterisk-Users] Grouping SIP channels (Sipura 3000)

C F shmaltz at gmail.com
Tue Dec 21 14:29:15 MST 2004


---------- Forwarded message ----------
From: C F <shmaltz at gmail.com>
Date: Tue, 21 Dec 2004 16:28:21 -0500
Subject: Re: [Asterisk-Users] Grouping SIP channels (Sipura 3000)
To: Eric Bishop <asterisk.eric at gmail.com>


Try this:
[siprollover]
exten => _9.,1,Dial(SIP/1/${EXTEN:1})
exten => _9.,2,Dial(SIP/2/${EXTEN:1})
exten => _9.,3,Dial(SIP/3/${EXTEN:1})
exten => _9.,4,Congestion

[outboundcalls]
exten => _9.,1,LOCAL/${EXTEN}@siprollover)

The above should work, however I haven't tested it. You might have to
do instead of the above the follwoing:
[siprollover]
exten => _9.,1,Dial(SIP/1/${EXTEN:1})
exten => _9.,102,Dial(SIP/2/${EXTEN:1})
exten => _9.,203,Dial(SIP/3/${EXTEN:1})
exten => _9.,304,Congestion

[outboundcalls]
exten => _9.,1,LOCAL/${EXTEN}@siprollover)


On Wed, 22 Dec 2004 08:09:15 +1100, Eric Bishop <asterisk.eric at gmail.com> wrote:
> I have looked at forking in t he wiki but it is 2 -3 lines of info.
> Not really enough to get my head around it. Do you have a simple
> example you could point me to. I would be very appreciative.
>
>
> On Tue, 21 Dec 2004 09:04:27 -0500, C F <shmaltz at gmail.com> wrote:
> > It is not possible to do. You could however utilize the local channel
> > to accomplish something like rollover. Check out forking in the wiki
> >
> >
> > On Tue, 21 Dec 2004 17:26:18 +1100, Eric Bishop <asterisk.eric at gmail.com> wrote:
> > > Does any body know if it is possible to group SIP channels just like
> > > it is possible with Zap channels? I have a group of FXO gateways
> > > (Sipura 3000's) and I would like to treat them as a group the same as
> > > I would Zap channels. Does anyone know if this is this possible?
> > > _______________________________________________
> > > 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