Changeset 4307 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
- Timestamp:
- Dec 13, 2012 3:46:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
r4306 r4307 2161 2161 * the call in the media transport creation callback instead. 2162 2162 */ 2163 if (call->med_ch_cb ) {2163 if (call->med_ch_cb && !call->inv) { 2164 2164 PJ_LOG(4,(THIS_FILE, "Pending call %d hangup upon completion " 2165 2165 "of media transport", call_id));
Note: See TracChangeset
for help on using the changeset viewer.