Kevin Hanson
2005-Aug-02 22:19 UTC
[Asterisk-Users] same extension on multiple sip phones?
I have a need to have the two sip phones register with the same extension (at least I think I have the need :) A client wants an incoming call to ring at the receptionists desk and also at their desk. If the receptionist is in it will be answered there and put on hold followed by a "Joe, you have a call on line 1". Is there a way to do this w/ asterisk? I've played with two phones with same sip registration and it seems the last one to register is the one asterisk recognizes. Thanks, Kevin
Wilson Pickett
2005-Aug-02 22:55 UTC
[Asterisk-Users] same extension on multiple sip phones?
> I have a need to have the two sip phones register with the same > extension (at least I think I have the need :)Consulting the wiki about the dialplan and the dial application reveals that you can dial several phones at once, or in series, whichever you wish. Dial(SIP/2000&&SIP/2001) will do the former Dial(SIP/2000,15) Dial(SIP/2001,30) will do the latter. Now you just have to remember which is which, former and latter :)
One way to do this would be to create a call queue with the two sip phones as separate extensions connected to the one logical extension (the queue). The other, and possibly simpler way to do it is to use Dial(SIP/<extension>&SIP/<extension>) to ring both sip phones at the same time. Regardless, you can't have two sip phones try to register to the same account. It's all in the dialplan. Aaron Picht -----Original Message----- From: Kevin Hanson [mailto:tuxpert@comcast.net] Sent: Tuesday, August 02, 2005 10:19 PM To: Asterisk-Users@lists.digium.com Subject: [Asterisk-Users] same extension on multiple sip phones? I have a need to have the two sip phones register with the same extension (at least I think I have the need :) A client wants an incoming call to ring at the receptionists desk and also at their desk. If the receptionist is in it will be answered there and put on hold followed by a "Joe, you have a call on line 1". Is there a way to do this w/ asterisk? I've played with two phones with same sip registration and it seems the last one to register is the one asterisk recognizes. Thanks, Kevin _______________________________________________ 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
Bruno De Luca
2005-Aug-03 00:51 UTC
[Asterisk-Users] same extension on multiple sip phones?
U can use this way in extensions.conf: exten => 2,1,Dial(${BRUNO_FGA}&${GIORGIO_FGA},${RING_TIME}) ; supp-tecnico Bruno Kevin Hanson wrote:> I have a need to have the two sip phones register with the same > extension (at least I think I have the need :) > > A client wants an incoming call to ring at the receptionists desk and > also at their desk. If the receptionist is in it will be answered > there and put on hold followed by a "Joe, you have a call on line 1". > > Is there a way to do this w/ asterisk? I've played with two phones > with same sip registration and it seems the last one to register is > the one asterisk recognizes. > > Thanks, > Kevin > _______________________________________________ > 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 > >-- ____________________________________________________________________ BRUNO DE LUCA Tel. +39 02 9350 4780 (102) FG&A Software 20017 Rho - Via Puccini, 8 E-Mail : bdeluca@fgasoftware.com Internet: http://www.fgasoftware.com
Dean Collins
2005-Aug-03 01:31 UTC
[Asterisk-Users] same extension on multiple sip phones?
Kevin, can I make a suggestion that you look at ring groups (possibly even download asterisk@home - as you can implement ring groups really easy using AAH). Cheers, Dean> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Bruno De Luca > Sent: Wednesday, 3 August 2005 3:52 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] same extension on multiple sip phones? > > U can use this way in extensions.conf: > > exten => 2,1,Dial(${BRUNO_FGA}&${GIORGIO_FGA},${RING_TIME}) ;supp-tecnico> > > Bruno > > Kevin Hanson wrote: > > > I have a need to have the two sip phones register with the same > > extension (at least I think I have the need :) > > > > A client wants an incoming call to ring at the receptionists deskand> > also at their desk. If the receptionist is in it will be answered > > there and put on hold followed by a "Joe, you have a call on line1".> > > > Is there a way to do this w/ asterisk? I've played with two phones > > with same sip registration and it seems the last one to register is > > the one asterisk recognizes. > > > > Thanks, > > Kevin > > _______________________________________________ > > 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 > > > > > > > -- > ____________________________________________________________________ > > BRUNO DE LUCA > Tel. +39 02 9350 4780 (102) > > FG&A Software > 20017 Rho - Via Puccini, 8 > > E-Mail : > bdeluca@fgasoftware.com > Internet: > http://www.fgasoftware.com > > > _______________________________________________ > 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