----- Original Message ----- From: "G.Marshall" <[EMAIL PROTECTED]> To: <[email protected]> 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 _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
