teddy@nunux:~$ diff kamailio.cfg_with_nat kamailio.cfg 24c24 < #!define WITH_NAT --- > ##!define WITH_NAT 137c137 < #!ifdef WITH_NAT --- > ##!ifdef WITH_NAT 140c140 < #!endif --- > ##!endif 319c319 < #!ifdef WITH_NAT --- > ##!ifdef WITH_NAT 333c333 < #!endif --- > ##!endif 402c402 < rtpproxy_offer(); --- > #rtpproxy_offer(); 496c496 < rtpproxy_offer(); --- > #rtpproxy_offer(); 499c499 < t_on_reply("1"); --- > #t_on_reply("1"); 511,515c511,515 < onreply_route[1] { < if (status=~"[12][0-9][0-9]") < #force_rtp_proxy(); < rtpproxy_offer(); < } --- > #onreply_route[1] { > # if (status=~"[12][0-9][0-9]") > # #force_rtp_proxy(); > # #rtpproxy_offer(); > #} 757c757 < #!ifdef WITH_NAT --- > ##!ifdef WITH_NAT 767c767 < #!endif --- > ##!endif 773c773 < #!ifdef WITH_NAT --- > ##!ifdef WITH_NAT 796c796 < #!endif --- > ##!endif teddy@nunux:~$