Hello, I can not find anything on this, so it may not be possible..... I would like to dial one number which then rings at least two extensions at the same time. Not a hunt group, but ringing at the same time as if they were plugged into the same physical port. Does anyone know if this can be done, and if so how? Many thanks, Spencer
G.Marshall wrote:>Hello, > >I can not find anything on this, so it may not be possible..... > >I would like to dial one number which then rings at least two extensions >at the same time. Not a hunt group, but ringing at the same time as if >they were plugged into the same physical port. > >Does anyone know if this can be done, and if so how? > >Many thanks, > >Spencer >I know you can do Dial(SIP/101&SIP/102) and the like, but you specify you do not want this ( not a hunt group ). How do you want the call to be handled when someone picks up a phone that's ringing? Sean
----- Original Message ----- From: "G.Marshall" <g.marshall@dalmany.co.uk> To: <asterisk-users@lists.digium.com> Sent: Thursday, April 14, 2005 8:10 AM Subject: [Asterisk-Users] Ring two extensions at the same time> > Hello, > > I can not find anything on this, so it may not be possible..... > > I would like to dial one number which then rings at least two extensions > at the same time. Not a hunt group, but ringing at the same time as if > they were plugged into the same physical port. > > Does anyone know if this can be done, and if so how? > > Many thanks, > > Spencer >In your extensions.conf put something like this exten => 2005,1,Dial(SIP/2000&SIP/2001&SIP/2002, 30) When somebody calls to extension 2005 all those will ring at the same time (of course it is for SIP), but .. what do you want to do when they rings ? jat
Damian Funnell
2005-Apr-14 08:32 UTC
[Asterisk-Users] Ring two extensions at the same time
The following dial string dials both extensions - this has worked for SIP and analogue extensions on our Asterisk machines. Both extensions ring until one is answered: exten => s,3,Dial(SIP/9295&SIP/9287,,t,) FFF Managed Technology Ltd 60 Cook St P.O. 6368 Wellesley St Auckland t +64 9 356 2911 f +64 9 358 9070 m +64 21 415 297 w www.fff.co.nz G.Marshall wrote:>Hello, > >I can not find anything on this, so it may not be possible..... > >I would like to dial one number which then rings at least two extensions >at the same time. Not a hunt group, but ringing at the same time as if >they were plugged into the same physical port. > >Does anyone know if this can be done, and if so how? > >Many thanks, > >Spencer > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@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 > > > > >