On Fri, Mar 13, 2009 at 2:09 PM, Attila Nyers <atixlevlist at gmail.com> wrote: > Hi! > > Is it consequent that when I pass an URI to pjsip, I have to start it like > this "sip:", but when I receivie an URI from for example on_pager callback, > its starting with "<sip:" (the difference is "<" and on the end ">") > > SIP URI can take several forms, such as: sip:user at host <sip:user at host> The User <sip:user at host> "The User" <sip:user at host> They all are valid, and their use depends on the context where they appear. You may pass any format above to any functions in pjsip which expects SIP URI. cheers Benny > thx, > Attila > _______________________________________________ > 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/af97f2f2/attachment.html>