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/src/pjsua-lib/pjsua_acc.c

    r1542 r1561  
    545545    unsigned i, uri_cnt = 0, rcnt; 
    546546 
    547     /* Skip processing is enable_service_route is not set */ 
    548     if (!acc->cfg.enable_service_route) 
    549         return; 
    550  
    551547    /* Find and parse Service-Route headers */ 
    552548    for (;;) { 
     
    916912        pjsip_regc_set_credentials( acc->regc, acc->cred_cnt, acc->cred); 
    917913    } 
     914 
     915    /* Set authentication preference */ 
     916    pjsip_regc_set_prefs(acc->regc, &acc->cfg.auth_pref); 
    918917 
    919918    /* Set route-set 
Note: See TracChangeset for help on using the changeset viewer.