Hi,

On 12/06/2010 03:15 PM, Adelson O. Junior wrote:
Hello list,

I've been played with b2bua module using the "top hiding" scenario
using 1.6.2 opensips version.
It seems to be working fine, but I need to call force_rtp_proxy() for
the INVITE requests to force the uac send rtp to rtpproxy IP.

I called it in the script at this point:

if(is_method("INVITE")&&  !(src_ip == "xxx.xx.0.230")) {
          force_rtp_proxy();
          b2b_init_request("top hiding");
         exit;
}

It didn't work.

Doesn't the function work with b2bua and top hiding scenario?  If it
works, what am I doing wrong?

You need to call force_rtp_proxy() in local_route for the new generated Invite.

Regards,

--
Anca Vamanu
www.voice-system.ro


_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to