[reSIProcate] Setting a different UDP port?
Hi,
I am testing the basic_register project under DUM.
I am trying to change the default port from 5060 to 5065 by doing:
...
DialogUsageManager clientDum;
clientDum.addTransport(UDP, 5065);
...
Unfortunately this only changes the source port but not the destination
port (I sniffed packets with Ethereal). I want to REGISTER to an outbound
proxy that is on port 5065. I have no problem REGISTERing on a proxy that
is on the default port 5060.
Thanks for any help on this!
Christian