Ether it's better to do:
if is_method("UPDATE")
fix_nated_sdp(2);
for a counter ballance
Need your suggestions.
Thanks.
On 07/06/2011 03:45 PM, Andrew O. Zhukov wrote:
Please add in all samples, default installed
/etc/*.cfg files etc, etc,
etc... RFC3311 processinging in a branch route:
} else if (is_method("INVITE|UPDATE")){
force_rtp_proxy();
instead of
} else if (is_method("INVITE")){
force_rtp_proxy();
Or in last cvs version sample
if (nat_uac_test("3")) {
....
if ( is_method("INVITE") ) {
fix_nated_sdp("1"); # Add direction=active to SDP
};
is_method("INVITE|UPDATE");
Thanks in advance !!!
--
Andrew O. Zhukov
Telegroup Ukraine
Technical director.
Phone 380-44-3039100
Cell 380-67-4017256
Fax 380-44-3039002