Changeset 416
- Timestamp:
- Apr 28, 2006 2:46:57 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_ua_layer.c
r315 r416 288 288 289 289 /* For UAS dialog, remote tag (inc hash) must have been initialized. */ 290 PJ_ASSERT_RETURN(dlg->role==PJSIP_ROLE_UAC ||291 (dlg->role==PJSIP_ROLE_UAS && dlg->remote.info->tag.slen292 && dlg->remote.tag_hval != 0), PJ_EBUG);290 //PJ_ASSERT_RETURN(dlg->role==PJSIP_ROLE_UAC || 291 // (dlg->role==PJSIP_ROLE_UAS && dlg->remote.info->tag.slen 292 // && dlg->remote.tag_hval != 0), PJ_EBUG); 293 293 294 294 /* Lock the user agent. */ … … 512 512 513 513 /* Dialog set has been found. 514 * Find the dialog in the dialog set based on the content of the From tag. 514 * Find the dialog in the dialog set based on the content of the remote 515 * tag. 515 516 */ 516 517 from_tag = &rdata->msg_info.from->tag;
Note: See TracChangeset
for help on using the changeset viewer.