Hi All, I have a query regarding MESSAGE implementation in PJSIP. RFC-3428 <http://tools.ietf.org/html/rfc3428#section-4> mentions that: "*MESSAGE requests do not initiate dialogs. User Agents MUST NOT **insert Contact header fields into MESSAGE requests.".* But the *pjsua_im_send* method generates a SIP MESSAGE message that includes a Contact header, (shown underlined in the message log below). Is this a known issue in PJSIP 1.14.2. Thanks and regards, Anil. ___________________________ *MESSAGE sip:anil1@**x.x.x.x** SIP/2.0* *Via: SIP/2.0/UDP **x.x.x.x** :5060;rport;branch=z9hG4bKPjWBb5i2TOulKTMPruedu4iTZSoImGZuu4* *Max-Forwards: 70* *From: <sip:anil2@**x.x.x.x**>;tag=xbdSc9Nns8u0j1N6Q2C8dHfrrPJofXFF* *To: <sip:anil1@**x.x.x.x**>* *Call-ID: j4onStVg3vzr67ycwKDVuGzGQKgOyD6x* *CSeq: 48532 MESSAGE* *Accept: text/plain, application/im-iscomposing+xml* *Contact: <sip:anil2 at x.x.x.x:5060;ob>* *User-Agent: PJSUA v1.14.2 Darwin-12.2/x86_64* *Content-Type: text/plain* *Content-Length: 2* ** *Hi* On Wed, Feb 13, 2013 at 6:08 PM, Anil Giri <work.anilgiri at gmail.com> wrote: > Samuel, > > Thanks for the reply. I suppose the version you have, has changes that are > not available in the hosted PJSIP code. > > Regarding SDL, my understanding is that it works on the desktop platforms, > but doesn't support iOS. Hence, on iOS there needs to be an native device > interface using AVFoundation API. There also appears to be some effort in > that direction, in the existing code. Isn't it? Can the developers provide > some inputs please? > > Anil. > > > > On Wed, Feb 13, 2013 at 3:42 AM, Samuel Vinson <samuelv at laposte.net>wrote: > >> Hi Anil, >> >> I have a version that works with iOS. But there is an issue with the >> rotation. >> And the implementation doesn't use OpenGL. >> >> Otherwise, you should use SDL. >> >> Samuel >> >> Le 12/02/13 11:17, Anil Giri a ?crit : >> >> Hi All, >> >> While the PJSIP documentation wiki ( >> http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone) clearly >> mentions that *"Note: video (from 2.x) is not yet supported on iOS."*that video call on iOS is not yet supported, I can see video related iOS >> specific code in the project folders. >> >> The PJMEDIA_VIDEO_DEV_HAS_IOS flag and the following file specifically >> appear to be working with video on iOS: >> >> >> http://trac.pjsip.org/repos/browser/pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia-videodev/ios_dev.m >> >> Can somebody please update on the current actual status of video call >> support on iOS (iPhone / iPod)? >> >> Thanks, >> Anil, >> >> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing listpjsip at lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> >> >> _______________________________________________ >> 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/20130304/e8184f26/attachment-0001.html>