El Miércoles, 24 de Octubre de 2007, satish patel escribió:
Dear all
I Am working on Voip projects asterisk,freeswitch and other
opensource software. now i come on Openser community i have setup of openser and it is working fine with mysql base user authentication verything runing fine now i want to implement multi-domain support with openser but i am stuck in some problem i have read doc and implement configuation but there is some problem
I have created domain in mysql domain tables
anyone have runing configuration of multidoamin support in openser
For multidomain you need to enable "use_domain" in many of the modules, at least:
modparam("auth_db|usrloc|alias_db|avpops", "use_domain", 1)
But maybe there are more modules with this parameter (0 by default). Look for that parameter in any module you use.
Regards.