[OpenSER-Users] Problem in REGISTER with "Route" (I don't want to use "alias" in conf file)

Andreas Granig agranig at sipwise.com
Thu Sep 13 16:41:36 CEST 2007


Hi,

Klaus Darilion wrote:
> This is a known limitation with openser - loose_route does not import 
> the domains from domain module.
> 
> Maybe we already have it on the feature request list - but if not, 
> please submit it on the feature request tracker

Daniel once suggested a workaround for this issue:

if(loose_route())
{
   if($du != null && is_domain_local("$dd"))
   {
     $du = null;
   }
   else
   {
     # do loose-routing here
   }
}

Works fine here.

Andreas




More information about the Users mailing list