That section tells the domain module to use the database, and to include the domains loaded from there when matching the special keyword "myself". The example config files also set up other modules (like user location module) to be domain aware as well.# ----- domain params ----- #!ifdef WITH_MULTIDOMAIN modparam("domain", "db_url", DBURL) # register callback to match myself condition with domains list modparam("domain", "register_myself", 1) #!endif
On 12/10/14 21:38, Alberto Llamas wrote:
Hello kamailio gurus,
Thanks if somebody can help me answering nex question:
I have a kamailio server as registrar server with asterisk behind. For register porpouse the UA are using subdomain like:
100@test.mydomain.com
200@test2.mydomain.comI have to add each alias in the kamailio.cfg file an restart the sevice.
Alias="test.mydomain.com"
Alias="test2.mydomain.com"Is there some option to add it in the database? Then i don't have to restart the server each time i have to add/edit/delete each subdomain.
Thanks a lot,
Albert
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users