[Asterisk-Dev] Chan_h323 and RAS address problem
mawali at news.icns.com
mawali at news.icns.com
Wed Aug 20 13:25:45 MST 2003
Hi
In chan_h323 from CVS, when registering to GK sends the IP of eth0 in
RAS:RegistrationRequest->rasAddress, where the GK route is through eth1.
In other words I have 2 interfaces, eth0 and eth1, eth1=67.64.223.74 and
eth0=192.168.0.241 and in h323.conf I have:
bindaddr=67.64.223.74
and
gatekeeper=67.64.223.73
So it send RegistrationRequest to 67.64.223.73 but the ras address it send
is 192.168.0.241 (which my GK will reject since he cannot route to a PNA
IP). Why??, probably it is not getting driven from bindaddr.
It should be pretty easy to fix
Regards
More information about the asterisk-dev
mailing list