Ether it's better to do:
if is_method("UPDATE") fix_nated_sdp(2);
for rtp proxy counters 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 !!!