Changeset 302:67084c5761c7 in verona for phapi/phapi.c
- Timestamp:
- Sep 13, 2011 2:37:18 PM (21 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
phapi/phapi.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
phapi/phapi.c
r301 r302 1655 1655 osip_message_t *msg; 1656 1656 1657 1657 1658 if (!phIsInitialized) 1658 1659 return -PH_NOTINIT; … … 3033 3034 } else { 3034 3035 #if 1 3035 vl->rid = eXosip_register_build_initial_register(utmp, server, vl->contact, vl->regTimeout, &msg); 3036 char *rcontact; 3037 3038 ph_fix_reg_contact(vl, &rcontact); 3039 3040 vl->rid = eXosip_register_build_initial_register(utmp, server, rcontact, vl->regTimeout, &msg); 3036 3041 if (vl->proxy) 3037 3042 osip_message_set_route(msg, vl->proxy); … … 5271 5276 #define ph_req_get_status(x) osip_message_get_status_code(x) 5272 5277 5278 5273 5279 static char * 5274 5280 ph_req_get_to(osip_message_t *msg)
Note: See TracChangeset
for help on using the changeset viewer.
