Changes between Version 18 and Version 19 of FAQ


Ignore:
Timestamp:
Jan 22, 2008 5:05:02 PM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v18 v19  
    603603If 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. 
    604604 
     605=== How Can I Use TLS with PJSIP/pjsua === #tls 
     606 
     607Please see [wiki:TLS Configuring PJSIP with TLS] page. 
    605608 
    606609----