Changes between Version 17 and Version 18 of FAQ
- Timestamp:
- Jan 17, 2008 10:14:07 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v17 v18 596 596 Route: <sip:PO;lr> 597 597 }}} 598 599 === How Can I Extract a Particular Header from Incoming Message === #pjsip_event 600 601 The [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 603 If 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. 598 604 599 605