--- zzzz-none-000/linux-2.6.32.61/net/ipv4/netfilter/nf_nat_h323.c 2013-06-10 09:43:48.000000000 +0000 +++ ar9-7330-650/linux-2.6.32.61/net/ipv4/netfilter/nf_nat_h323.c 2011-10-18 07:17:20.000000000 +0000 @@ -241,9 +241,7 @@ /* Modify signal */ if (set_h245_addr(skb, data, dataoff, taddr, - &ct->tuplehash[!dir].tuple.dst.u3, - htons((port & htons(1)) ? nated_port + 1 : - nated_port)) == 0) { + &ct->tuplehash[!dir].tuple.dst.u3, nated_port) == 0) { /* Save ports */ info->rtp_port[i][dir] = rtp_port; info->rtp_port[i][!dir] = htons(nated_port);