Hi Maxim ..

I am using inside this route:

route[6] {
        if (is_method("BYE|CANCEL")) {
                unforce_rtp_proxy();
        } else if (is_method("INVITE")){
                force_rtp_proxy();
                t_on_failure("3");
        };
        if (isflagset(5))
                search_append('Contact:.*sip:[^>[:cntrl:]]*', ';nat=yes');
        t_on_reply("1");
}

I am new with rtpproxy, and I am following this guide:

http://www.voip-info.org/wiki/view/OpenSER+v1.2.x+and+RTPProxy


as could add it?

blessings

rickygm


2008/9/21 Maxim Sobolev <[EMAIL PROTECTED]>

>
> You are probably invoking force_rtp_proxy on SIP message that has no SDP
> body, such as ACK, CANCEL or BYE.
>
> Regards,
> --
> Maksym Sobolyev
> Sippy Software, Inc.
> Internet Telephony (VoIP) Experts
> T/F: +1-646-651-1110
> Web: http://www.sippysoft.com
> _______________________________________________
> Users mailing list
> Users@rtpproxy.org
> http://lists.rtpproxy.org/mailman/listinfo/users
>
_______________________________________________
Users mailing list
Users@rtpproxy.org
http://lists.rtpproxy.org/mailman/listinfo/users

Reply via email to