[OpenSIPS-Users] opensips default script.
    David J. 
    david at styleflare.com
       
    Mon Jul 12 13:08:37 CEST 2010
    
    
  
It seems like for quite some time alias_db does not support domains, but 
is listed to use domains in the default script.
# ----- multi-module params -----
/* uncomment the following line if you want to enable multi-domain support
    in the modules (dafault off) */
#modparam("alias_db|auth_db|usrloc|uri", "use_domain", 1)
Should this be changed to this in the default script?
# ----- multi-module params -----
/* uncomment the following line if you want to enable multi-domain support
    in the modules (dafault off) */
modparam("auth_db|usrloc|uri", "use_domain", 1)
    
    
More information about the Users
mailing list