Hi EiSl, Perhaps you can start with PJSUA callback on_call_state(), the message body can be fetched from the event structure param, usually you can safely cast the message body (pjsip_msg->body->data) into pjmedia_sdp_session pointer and the "o=" line is represented by the origin field in the pjmedia_sdp_session. BR, nanang On Fri, Jan 13, 2012 at 3:54 PM, EiSl 1972 <eisl1972 at gmail.com> wrote: > Hello all, > > For some application behavior, we need to know the 'Owner/session' > information (o=...) from the remote SDP. > We're using PJSIP via the PJSUA library. > > Do you have any suggestions what is the best way to retrieve this > information? > It is no problem at all if we need to adapt PJSUA for this a bit. > It is also no problem to have this information extracted after the > SIP-dialogs are already in ready state (connected). > > With regards, > EiSl > > _______________________________________________ > 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 >