Ignore:
Timestamp:
Nov 8, 2007 9:24:30 AM (17 years ago)
Author:
bennylp
Message:
  • Added option to send empty Authorization header in outgoing requests
  • When UAS has sent answer in reliable 1xx, do not put SDP in 2xx
  • Handle the case when UPDATE is challenged with 401/407
  • Obsolete --service-route option in pjsua
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-ua/sip_regc.h

    r974 r1561  
    190190 
    191191/** 
     192 * Set authentication preference. 
     193 * 
     194 * @param regc      The registration structure. 
     195 * @param pref      Authentication preference. 
     196 * 
     197 * @return          PJ_SUCCESS on success. 
     198 */ 
     199PJ_DECL(pj_status_t) pjsip_regc_set_prefs( pjsip_regc *regc, 
     200                                           const pjsip_auth_clt_pref *pref); 
     201 
     202/** 
    192203 * Set route set to be used for outgoing requests. 
    193204 * 
Note: See TracChangeset for help on using the changeset viewer.