Changeset 1417 for pjproject/trunk/pjsip/src/pjsip/sip_ua_layer.c
- Timestamp:
- Aug 16, 2007 10:11:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_ua_layer.c
r1307 r1417 237 237 * Create key to identify dialog set. 238 238 */ 239 /* 239 240 PJ_DEF(void) pjsip_ua_create_dlg_set_key( pj_pool_t *pool, 240 241 pj_str_t *set_key, … … 253 254 local_tag->ptr, local_tag->slen); 254 255 } 256 */ 255 257 256 258 /* … … 512 514 513 515 pjsip_tsx_create_key(rdata->tp_info.pool, &key, role, 514 &pjsip_invite_method, rdata);516 pjsip_get_invite_method(), rdata); 515 517 516 518 /* Lookup the INVITE transaction */
Note: See TracChangeset
for help on using the changeset viewer.