Changeset 1087 for pjproject/trunk
- Timestamp:
- Mar 20, 2007 9:13:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_pres.c
r1000 r1087 713 713 &acc_cfg->id, &acc_cfg->id, 714 714 &acc_cfg->id, 715 PJSUA_PUBLISH_EXPIRATION);715 60); 716 716 if (status != PJ_SUCCESS) { 717 717 acc->publish_sess = NULL; 718 718 return status; 719 719 } 720 721 /* Add credential for authentication */ 722 pjsip_publishc_set_credentials(acc->publish_sess, acc->cred_cnt, 723 acc->cred); 724 725 /* Set route-set */ 726 pjsip_publishc_set_route_set(acc->publish_sess, &acc->route_set); 720 727 721 728 /* Send initial PUBLISH request */
Note: See TracChangeset
for help on using the changeset viewer.