Ignore:
Timestamp:
Nov 16, 2010 3:07:46 AM (13 years ago)
Author:
bennylp
Message:

Implemented SIP outbound (closed #1020)

File:
1 edited

Legend:

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

    r3330 r3366  
    184184    cfg->reg_retry_interval = PJSUA_REG_RETRY_INTERVAL; 
    185185    cfg->contact_rewrite_method = PJSUA_CONTACT_REWRITE_METHOD; 
     186    cfg->use_rfc5626 = PJ_TRUE; 
    186187    cfg->reg_use_proxy = PJSUA_REG_USE_OUTBOUND_PROXY | 
    187188                         PJSUA_REG_USE_ACC_PROXY; 
Note: See TracChangeset for help on using the changeset viewer.