[OpenSIPS-Users] Dynamic Routing Help
Bogdan-Andrei Iancu
bogdan at voice-system.ro
Mon Dec 14 14:09:08 CET 2009
Hi Saeed,
I suspect you have an error in your script - after drouting, it seams
your script is also doing a lookup(location)....I mean you apply a
logic to send the call to GW (drouting) and then you also do the
registration-based lookup for users (location).
What you need to do is, after do_routing(), to send the call out by
doing t_relay() and exit after it.
Regards,
Bogdan
Saeed Akhtar wrote:
> Hi all,
>
> I'm want to route my call to another sip server if certain criteria
> match so I looked for it and found dynamic routing (drouting) and
> Least Cost Routes - LCR module to do so. I read about dynamic routing
> and as it was serving my purpose so I thought I should go for it.
> Now in drouting, I gave address to another SIP server on local
> network. When I tested it, it was a failure. I go through console
> output. I found out it successfully modified ruri and following
> message showed.
>
> DBG:drouting:do_routing: setting gw [0] as ruri "sip:<new
> number>@<ip address>"
>
>
> Then next it gave me following message:
>
> DBG:registrat:lookup: '<new number>' Not found in usrloc
>
>
> And hence request was not forwarded to other sip server. I also
> rechecked it through wireshark but no packet was forwarded to other
> sip server ip address.
>
> What I believe is that OpenSIPS is checking its own registrar no
> metter even if ip address of other server is already given. Can
> someone please tell me how to bypass this registrar check and just
> forward the request to other server simply.
>
> Regards,
>
> Saeed Akhtar
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
--
Bogdan-Andrei Iancu
www.voice-system.ro
More information about the Users
mailing list