mato848, The default/sample config has a section for registration. you need to basically use that. just copy it to your script. Look for www_authorize. Registrations are stored with the usrloc module and auth is done by auth and auth_db modules so they need to be configured as well like the sample config. Look at the docs for how you want to deal with multiple registrations: Allow them and what is an update or a different device (some devices don't properly identify themselves according to SIP standards so opensips may think it is a different device from a previous registration and you end up with two registrations for the same device and then opensips sends out two invites to the device) Call all simultaneously or one after another.
Dave On Wed, Feb 9, 2011 at 10:40 AM, [email protected] <[email protected]> wrote: > Hi, > First, sorry for my english :) > I have a problem with the user registration. I added some users to the > database and tried to register with Twinkle and it worked. But when i tried > to register other users (that were not in the database), they were > registered too, they could make calls, IMs ... . Also each random user can > use the server. Can anybody help me with that ? > > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
