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_call.c

    r1553 r1561  
    384384    } 
    385385 
     386    /* Set authentication preference */ 
     387    pjsip_auth_clt_set_prefs(&dlg->auth_sess, &acc->cfg.auth_pref); 
    386388 
    387389    /* Create initial INVITE: */ 
     
    666668                                       pjsua_var.acc[acc_id].cred); 
    667669    } 
     670 
     671    /* Set preference */ 
     672    pjsip_auth_clt_set_prefs(&dlg->auth_sess,  
     673                             &pjsua_var.acc[acc_id].cfg.auth_pref); 
    668674 
    669675    /* Create invite session: */ 
Note: See TracChangeset for help on using the changeset viewer.