[Asterisk-Users] hunt group
Steven Critchfield
critch at basesys.com
Thu Jun 26 14:17:41 MST 2003
Granted I haven't read the handbook in a while, but I think this might
be a unique question worth answering.
The idea should be that you create each user as a group. And then you
dial with Zap to each of the 4 groups. Asterisk will call out using the
lowest port in each of the groups. This accomplishes what you mentioned.
for the zapata interface use something like
group = 1 ; 4 line phone 1
channel => 1-4
group = 2 ; 4 line phone 2
channel => 5-8
group = 3 ; 4 line phone 3
channel => 9-12
group = 4 ; last 4 line phone
channel => 13-16
and your dial string will be like
exten => _X.,1,Dial(Zap/g1&Zap/g2&Zap/g3&Zap/g4)
On Thu, 2003-06-26 at 16:08, Jeremy McNamara wrote:
> See zapata.conf.sample group keyword and the Asterisk Handbook, this is
> covered there.
>
>
>
> Jeremy McNamara
>
>
> Joe Antkowiak wrote:
>
> >I was wondering if someone could point me in the right direction with
> >this...
> >
> >I have 3 4-line phones, all connected to a * box via a T100P and channel
> >bank.
> >
> >I essentially want to create a "hunt group" for each phone, and then as
> >calls come in, Dial to include the 3 different hunt groups, so that if one
> >user is on line 1 of their phone, a new incoming call will go to line 2 of
> >their phone, but line 1 of the others.
> >
> >Can I do this with hints?
> >
> >Thanks.
> >
> >-Joe
> >
> >_______________________________________________
> >Asterisk-Users mailing list
> >Asterisk-Users at lists.digium.com
> >http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> >
>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
--
Steven Critchfield <critch at basesys.com>
More information about the asterisk-users
mailing list