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

Henning Westerholt henning.westerholt at 1und1.de
Thu Sep 13 17:19:26 CEST 2007


On Thursday 13 September 2007, Iñaki Baz Castillo wrote:
> El Thursday 13 September 2007 16:41:36 Andreas Granig escribió:
> > 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.
>
> Could you explain what $du and $dd are for?
> I'am logging them and they are always "null" ¿?

You find information about this pseudovariables in the wiki:

http://openser.org/dokuwiki/doku.php/pseudovariables:1.2.x#domain_of_destination_uri

Cheers,

Henning




More information about the Users mailing list