On 07/09/13 08:43, Juha Heinanen wrote:
why are ip4 addresses 0.0.0.0? my mediaproxy-ng is running with these options and i did not pass ip address as param too offer:
$ ps ax | egrep media 8678 ? Sl 10:19 /usr/sbin/mediaproxy-ng --ip=192.98.102.10 --listen-ng=127.0.0.1:25060 --timeout=60 --silent-timeout=3600 --pidfile=/var/run/mediaproxy-ng.pid --tos=184 --port-min=50000 --port-max=60000 --no-fallback --table=0
i would thus expect to see ip4 192.98.102.10 in the sdp returned to sip proxy.
There was a bug in using the "received from" address. We always have the "trust address" flag set, so we never noticed it. This is now fixed in git master.
cheers