On 3/1/08, Julian Cable <julian.cable at yahoo.com> wrote: > Thanks Benny, > > that might have made it work but I solved the problem differently - my > solution might mean that there is a bug in pjsip but maybe not. > > First I found that the main pjsua has local-port and ip-addr parameters so I > played with this. I found that I got the same wrong behaviour if I set the > local-port parameter but if I set the ip-addr parameter it goes to the right > port! > If you can reproduce this with pjsua, then I'm very interested to know. So what was the problem again? cheers, -benny > I changed my code to set the ipaddress (its set to 0 in simpleua.c) and it > worked fine. > > Julian