Re: [OpenSIPStack] =?iso-8859-1?q?R=E9f=2E_=3A_Re=3A__R=E9f=2E_=3A?=
Brought to you by:
joegenbaclor
From: <jo...@op...> - 2007-08-28 13:17:33
|
Yes. SIP allows multiple registrations of the same AOR pointing to=20 multiple bindings. The normal behavior of SIP proxies is to fork the=20 INVITEs if there are multiple bindings registered for an AOR. OpenSBC=20 doesn't fork currently (at least not yet) so it just sends the INVITE to = the latest binding. Kolneath SOMETH wrote: > > So is it normal that a sip account can register more than one time at=20 > the same time ? > (I mean *alice@domain* on UA1 n *alice@domain* on UA2 can register at=20 > the same time) > > Kolneath SOMETH > > > > > *"jo...@op..." <joegen.baclor* > > Envoy=E9 par : ope...@li... > > 28/08/2007 15:01 > Veuillez r=E9pondre =E0 joegen; Veuillez r=E9pondre =E0 opensipstack-de= vel > Remis le : 28/08/2007 15:01 > > =20 > Pour : ope...@li... > cc : (ccc : Kolneath SOMETH/DRD/SAGEM) > Objet : Re: [OpenSIPStack] R=E9f. : > > > > > You may modify the following code in opensbc.cxx > > > RegisterSession::AcceptRegistrationResponse OpenSBC::OnAcceptRegistrati= on( > RegisterSession &, > const SIPMessage & reg > ) > { > if( m_AcceptAllRegistration ) > return RegisterSession::AcceptByOk; > > /****************HERE IT IS*******************************/ > if( m_Registrar->GetRegistrationDB().FindRegistration( reg ) ) > { > PTRACE( 1, "Registration exists!" ); > } > /*********************************************************/ > > return RegisterSession::AcceptByChallenge; > } > > Kolneath SOMETH wrote: > > Hi Everyone, > > > > I want Registrar to check for the existence of SIP account (=20 > wheither he > > is already registered or not yet ). > > Could you pls tell me which file and what line number ? > > Thanks for your help in advance. > > > > Kolneath SOMETH > > > > > > > > > > " Ce courriel et les documents qui y sont attaches peuvent contenir=20 > des informations confidentielles. Si vous n'etes pas le destinataire=20 > escompte, merci d'en informer l'expediteur immediatement et de=20 > detruire ce courriel ainsi que tous les documents attaches de votre=20 > systeme informatique. Toute divulgation, distribution ou copie du=20 > present courriel et des documents attaches sans autorisation prealable = > de son emetteur est interdite." > > > > " This e-mail and any attached documents may contain confidential or = > proprietary information. If you are not the intended recipient, please = > advise the sender immediately and delete this e-mail and all attached=20 > documents from your computer system. Any unauthorised disclosure,=20 > distribution or copying hereof is prohibited." > >=20 > -----------------------------------------------------------------------= -- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browse= r. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > =20 > > > -----------------------------------------------------------------------= -- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser.= > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > " Ce courriel et les documents qui y sont attaches peuvent contenir=20 > des informations confidentielles. Si vous n'etes pas le destinataire=20 > escompte, merci d'en informer l'expediteur immediatement et de=20 > detruire ce courriel ainsi que tous les documents attaches de votre=20 > systeme informatique. Toute divulgation, distribution ou copie du=20 > present courriel et des documents attaches sans autorisation prealable = > de son emetteur est interdite." > > " This e-mail and any attached documents may contain confidential or=20 > proprietary information. If you are not the intended recipient, please = > advise the sender immediately and delete this e-mail and all attached=20 > documents from your computer system. Any unauthorised disclosure,=20 > distribution or copying hereof is prohibited." |