Changeset 1417 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
- Timestamp:
- Aug 16, 2007 10:11:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
r1406 r1417 2772 2772 if (tsx->role==PJSIP_ROLE_UAS && 2773 2773 tsx->state==PJSIP_TSX_STATE_TRYING && 2774 pjsip_method_cmp(&tsx->method, &pjsip_refer_method)==0)2774 pjsip_method_cmp(&tsx->method, pjsip_get_refer_method())==0) 2775 2775 { 2776 2776 /*
Note: See TracChangeset
for help on using the changeset viewer.