Hello!
I have some specific problem with Cisco CP7961G IP phone.
It sends packets to external Softswitch using one UDP port
which differs from 5060 (voipControlPort in its .XML), but
it waits answers on 5060!
And I can't do anything with it! I have tried Firmware from
8.0.x up to 8.5.x - all the same!
One thing I think is make corresponding translation on IPTables.
SNAT in direct path (from 79161 to Softswitch) and DNAT
in backward direction (from outside Softswitch to 7961).
BUT IT DOESN'T WORK! :-)
$IPTABLES -t nat -A PREROUTING -p udp -s 80.251.x.x
-d 80.251.y.y --dport 5060 -j DNAT
--to-destination 172.16.128.200:5060
$IPTABLES -t nat -A POSTROUTING -o eth0 -p udp -s 172.16.128.0/24
--sport 1024:65535 -d 80.251.x.x --dport 5060 -j SNAT --to-source
80.251.y.y:5060
What do I do wrong?
Kind regards,
Ellad Yatsko
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html