[SR-Users] RFC3311 troublefix

Andrew O. Zhukov gnugk at telegroup.com.ua
Wed Jul 6 14:45:26 CEST 2011


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 !!!





More information about the sr-users mailing list