IS working Thanks
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bogdan-Andrei Iancu Sent: Monday, April 26, 2010 5:06 AM To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] Problem with Opensips-Location tables-users Hi Erick, Erick Chinchilla Berrocal wrote: > > I have the following problem > > According the manual > > modparam("usrloc", "db_mode", 0) > > The modparam directive configures the corresponding module. The usrloc > module in the line is responsible for the location service. In other > words, when a UAC registers to an SIP proxy, the OpenSIPS will save > their contact information, also known as address-of-record (AOR) to > the location indicated by the db_mode parameter. The location of this > table depends on the value of the db_mode parameter. A db_mode > parameter set to 0 indicates that this data would not be saved into a > database. In other words, if OpenSIPS is turned off, all the records > will be lost. > > Now this is the situation > > I can see the users registered with the opensipsctl script > > With the Control Panel not is possible look the registered users. > As CP takes user registration form DB, you need to use for usrloc db_mode something different than 0 (to get DB persistence). > If we are looking in the database "opensips" in the following tables > > - Subscriber > > o Find the correct information for the users (username, domain,password) > > - Location > > o Find the correct information for the users are online, but don't > have the information for the location , column "domain" say "NULL" the > other information is correct column "Contact","expires" > > o Now if modified the column "Domain" and insert the domain, for > example "ABC.com", we can see the USERS ONLINE > CP is designed to work into a multi domain environment, so it requires a domain value in usrloc (like you have in subscriber table). For this, in opensips, add: modparam("usrloc", "use_domain", 1) Regards, Bogdan > > In the file opensips.cfg > > # ----- usrloc params ----- > > modparam("usrloc", "db_mode", 0) > > /* uncomment the following lines if you want to enable DB persistency > > for location entries */ > > modparam("usrloc", "db_mode", 2) > > modparam("usrloc", "db_url", > > "mysql://opensips:opensip...@localhost/opensips") > > In the Module "Statics Monitor" , we can look the locations-users > > Thanks > > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 3997 (20090409) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > -- Bogdan-Andrei Iancu www.voice-system.ro _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users __________ Information from ESET NOD32 Antivirus, version of virus signature database 3997 (20090409) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 3997 (20090409) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
