Changeset 3566


Ignore:
Timestamp:
May 15, 2011 12:40:38 PM (13 years ago)
Author:
ming
Message:

Fixed #1256: Remove the "ob" parameter if SIP outbound is disabled.

File:
1 edited

Legend:

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

    r3553 r3566  
    13381338                               (int)acc->cfg.contact_uri_params.slen, 
    13391339                               acc->cfg.contact_uri_params.ptr, 
    1340                                ob, 
     1340                               (acc->cfg.use_rfc5626? ob: ""), 
    13411341                               (int)acc->cfg.contact_params.slen, 
    13421342                               acc->cfg.contact_params.ptr); 
     
    24822482                                     (int)acc->cfg.contact_uri_params.slen, 
    24832483                                     acc->cfg.contact_uri_params.ptr, 
    2484                                      ob, 
     2484                                     (acc->cfg.use_rfc5626? ob: ""), 
    24852485                                     (int)acc->cfg.contact_params.slen, 
    24862486                                     acc->cfg.contact_params.ptr); 
Note: See TracChangeset for help on using the changeset viewer.