[OpenSIPS-Users] OSP routing and proxy server

Alex Massover alex at jajah.com
Thu Nov 6 09:55:06 CET 2008


Hi!

I'm looking for a way to use OSP routing with proxy server.

The original OSP routing is done with:

    prepareosproute();
    t_on_failure("1");
    t_relay();

I want to use it with proxy server, i.e. not to send it directly to the gateway returned by prepareosproute(), but to send it to the proxy server that will forward it to the gateway.

Will the following work?

    prepareosproute();
    t_on_failure("1");
    t_relay("udp:proxy");

Or t_relay("udp:proxy") will override all routing information, so proxy will not enable to route a call?

--
Best Regards,
Alex Massover



******************************************************************************
 This footnote confirms that this email message has been scanned by Jajah Inc. Mail system for the presence of malicious code, vandals & computer viruses.
******************************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20081106/ed2b1a1e/attachment.htm 


More information about the Users mailing list