On Wed, Mar 11, 2009 at 3:44 AM, ljmscsq <ljmscsq at 163.com> wrote: > I have downloaded the pjproject and built the source with VC++6.0 > successfully.Now I want to test pjsua > project.but I am facing some problems. > 1.I test it in one LAN. I build sip server on my computer,its IP is > 192.168.1.1. I run A client in > 192.168.1.1 and B Client in 192.168.1.2.Two clients can be registered to > server successfully.I can see the > register information in sip server admintool.But two clients can't call > each other.when I use A to call B,I > use command m,make call sip:192.168.1.2 ,it doesn't show errors but > nothing happens on B.What's wrong with > it? > Unfortunately there could be plenty of reasons why the call didn't get through, and it wouldn't be possible to find out why just from your description. But first of all, if you're calling B directly, you don't need to register for that. And as for why the call failed, the best way is to send us the two log files produced by pjsua (use --log-file option for that). > 2.My sip server is listening 5060 port .when I change this port,I can't > register successfully.I want to know how to change default port in pj source > for register. > > Just add the port in the registrar URI (e.g. sip:192.168.1.1:5066) cheers Benny > > ------------------------------ > ????????????????? <http://www.yeah.net> > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090313/0a11a1ca/attachment.html>