Ignore:
Timestamp:
Sep 22, 2011 7:41:43 AM (13 years ago)
Author:
bennylp
Message:

More re #1375: fixed bug, the reg_first_retry interval is not copied to account config with pjsua_acc_modify()!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjsip/src/pjsua-lib/pjsua_acc.c

    r3769 r3770  
    961961    acc->cfg.allow_contact_rewrite = cfg->allow_contact_rewrite; 
    962962    acc->cfg.reg_retry_interval = cfg->reg_retry_interval; 
     963    acc->cfg.reg_first_retry_interval = cfg->reg_first_retry_interval; 
    963964    acc->cfg.drop_calls_on_reg_fail = cfg->drop_calls_on_reg_fail; 
    964965    if (acc->cfg.reg_delay_before_refresh != cfg->reg_delay_before_refresh) { 
Note: See TracChangeset for help on using the changeset viewer.