Yes, your right. It works fine with URL. I guess the question was meant how to make 5088 as default rather than 5060 ( If I'm not wrong ) On Fri, Sep 25, 2009 at 2:51 AM, nir elkayam <nir.elkayam at gmail.com> wrote: > I have used presence with diffrent port. > I used it with URL "sip:domain.com:port" and it work. > however, there is still: http://trac.pjsip.org/repos/ticket/411 > > > > 2009/9/24 mylen <mylen at sina.com> > >> Thanks for reply,the default SIP port is 5060,but in my project,SIP >> server was developered by other team,so i must use port 5088. Just now ,I >> modified sip_transport.c,replaced >> PJSIP_TRANSPORT_UDP, >> 5060, >> {"UDP", 3}, >> wihs >> PJSIP_TRANSPORT_UDP, >> 5088, >> {"UDP", 3}, >> it seems PUBLISH is ok,is this way correct? >> >> Regards >> 2009-09-25 >> ------------------------------ >> mylen >> >> I think SIP uses 5060 port by default. Maybe you could try changing the >> bind or listen port for the PBX your using. If your using asterisk you can >> set bindport in sip.conf. >> Rachel >> >> _______________________________________________ >> 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 >> >> > > > -- > ??? ?????? > ??: 050-3930056 > nir.elkayam at gmail.com > > > _______________________________________________ > 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/20090925/97458e06/attachment-0001.html>