Changes between Version 1 and Version 2 of PJSIP_IMS
- Timestamp:
- Jan 22, 2008 12:31:42 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PJSIP_IMS
v1 v2 19 19 The PJSIP distribution (tarball or SVN) contains everything that is required to support AKAv1MD5 and AKAv2MD5 authentication (such as ''libmilenage''), we just need to turn the settings on. Please follow '''[http://www.pjsip.org/pjsip/docs/html/group__PJSIP__AUTH__AKA__API.htm Digest AKAv1 and AKAv2 Authentication API]''' document on how to enable and use AKA authentication API. 20 20 21 For elaborate information about digest AKA support in PJSIP, please see ticket #396. 22 21 23 === Service Route Processing === 22 24 25 Processing of {{{Service-Route}}} header ([http://www.ietf.org/rfc/rfc3606.txt RFC 3606]) takes place in [http://www.pjsip.org/pjsip/docs/html/group__PJSUA__LIB.htm PJSUA-LIB] level and not at PJSIP level, since only at PJSUA-LIB level we have the notion of SIP account. 26 27 For more information about enabling this feature (at run-time) on pjsua or your application, please see ticket #400. 28 29 30