Louis-David Mitterrand
2005-Mar-28 07:43 UTC
[Asterisk-Users] can a sip.conf stanza be shared by several phones?
Hi, If several phones register to the same sip.conf section what will happen with a "Dial SIP/shared" in asterisk? All phones ringing and the first one to answer gets the call? Undefined behavior? Thanks, -- Jesus is coming! Everyone look busy!
Rich Adamson
2005-Mar-28 07:51 UTC
[Asterisk-Users] can a sip.conf stanza be shared by several phones?
> If several phones register to the same sip.conf section what will happen > with a "Dial SIP/shared" in asterisk? > > All phones ringing and the first one to answer gets the call? > > Undefined behavior?I believe the last one to register will be handed calls destined to that extension. If you want multiple phones to ring, then each phone should have its own unique registration, and your extensions.conf entry should look something like: 555,1,Dial(SIP/101&SIP/102,15)
oguer
2005-Mar-28 07:59 UTC
[Asterisk-Users] can a sip.conf stanza be shared by several phones?
Hi, Only one phone can be register to the same sip.conf section. Only the last registered phone will ring. You need to have 1 section for each phone. To have all phones ringing, you need to use (in extensiosn.conf) : Exten => 1,1,Dial(SIP/phone1&SIP/Phone2&SIP/Phone3) Regars, Fred. -----Message d'origine----- De?: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] De la part de Louis-David Mitterrand Envoy??: lundi 28 mars 2005 16:44 ??: asterisk-users@lists.digium.com Objet?: [Asterisk-Users] can a sip.conf stanza be shared by several phones? Hi, If several phones register to the same sip.conf section what will happen with a "Dial SIP/shared" in asterisk? All phones ringing and the first one to answer gets the call? Undefined behavior? Thanks, -- Jesus is coming! Everyone look busy! _______________________________________________ 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
Jay Milk
2005-Mar-28 08:10 UTC
[Asterisk-Users] can a sip.conf stanza be shared by several phones?
That last phone which registers will receive all the calls. This depends on the registration frequency set on the various phones, and will most likely be very unpredictable. If you want all phones to be usable, you need multiple SIP sections.> -----Original Message----- > From: Louis-David Mitterrand [mailto:vindex@apartia.org] > Sent: Monday, March 28, 2005 8:44 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] can a sip.conf stanza be shared by > several phones? > > > Hi, > > If several phones register to the same sip.conf section what > will happen with a "Dial SIP/shared" in asterisk? > > All phones ringing and the first one to answer gets the call? > > Undefined behavior?