Ignore:
Timestamp:
Feb 24, 2007 1:29:22 PM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #90: PUBLISH is rejected with 404 when REGISTER is challenged with 401/407

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c

    r974 r998  
    469469                       (int)param->reason.slen, param->reason.ptr, 
    470470                       param->expiration)); 
     471 
     472            /* Send initial PUBLISH if it is enabled */ 
     473            if (acc->cfg.publish_enabled && acc->publish_sess==NULL) 
     474                pjsua_pres_init_publish_acc(acc->index); 
    471475        } 
    472476 
Note: See TracChangeset for help on using the changeset viewer.