Changes between Version 17 and Version 18 of FAQ


Ignore:
Timestamp:
Jan 17, 2008 10:14:07 AM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v17 v18  
    596596 Route: <sip:PO;lr> 
    597597}}} 
     598 
     599=== How Can I Extract a Particular Header from Incoming Message === #pjsip_event 
     600 
     601The [wiki:SIP_Message_Buffer_Event] page describes in detail how to extract SIP messaging elements from a {{{pjsip_event}}} object. The {{{pjsip_event}}} object should have been provided in the callback. 
     602 
     603If you have {{{pjsip_rx_data}}} object rather than {{{pjsip_event}}} object, then extracting the SIP message is easier. You can find the SIP messaging elements (the SIP message and shortcuts to important headers) in {{{msg_info}}} field of the {{{pjsip_rx_data}}} object. 
    598604 
    599605