Changeset 3566
- Timestamp:
- May 15, 2011 12:40:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjsip/src/pjsua-lib/pjsua_acc.c
r3553 r3566 1338 1338 (int)acc->cfg.contact_uri_params.slen, 1339 1339 acc->cfg.contact_uri_params.ptr, 1340 ob,1340 (acc->cfg.use_rfc5626? ob: ""), 1341 1341 (int)acc->cfg.contact_params.slen, 1342 1342 acc->cfg.contact_params.ptr); … … 2482 2482 (int)acc->cfg.contact_uri_params.slen, 2483 2483 acc->cfg.contact_uri_params.ptr, 2484 ob,2484 (acc->cfg.use_rfc5626? ob: ""), 2485 2485 (int)acc->cfg.contact_params.slen, 2486 2486 acc->cfg.contact_params.ptr);
Note: See TracChangeset
for help on using the changeset viewer.