Ignore:
Timestamp:
Apr 15, 2008 10:37:19 AM (16 years ago)
Author:
bennylp
Message:

Use the smart Contact header for TCP/TLS

File:
1 edited

Legend:

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

    r1929 r1931  
    572572        pjsip_regc_destroy(acc->regc); 
    573573        acc->regc = NULL; 
     574        acc->contact.slen = 0; 
    574575    } 
    575576 
     
    860861        pjsip_regc_destroy(acc->regc); 
    861862        acc->regc = NULL; 
     863        acc->contact.slen = 0; 
    862864         
    863865        /* Stop keep-alive timer if any. */ 
     
    870872        pjsip_regc_destroy(acc->regc); 
    871873        acc->regc = NULL; 
     874        acc->contact.slen = 0; 
    872875 
    873876        /* Stop keep-alive timer if any. */ 
     
    879882            pjsip_regc_destroy(acc->regc); 
    880883            acc->regc = NULL; 
     884            acc->contact.slen = 0; 
    881885 
    882886            /* Stop keep-alive timer if any. */ 
     
    947951        pjsip_regc_destroy(acc->regc); 
    948952        acc->regc = NULL; 
     953        acc->contact.slen = 0; 
    949954    } 
    950955 
     
    993998        pj_pool_release(pool); 
    994999        acc->regc = NULL; 
     1000        acc->contact.slen = 0; 
    9951001        return status; 
    9961002    } 
Note: See TracChangeset for help on using the changeset viewer.