- Timestamp:
- Apr 7, 2015 2:24:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
r4985 r5048 1225 1225 int err_code = 0; 1226 1226 1227 if (status != PJ_SUCCESS) 1227 if (status != PJ_SUCCESS) { 1228 err_code = PJSIP_SC_TEMPORARILY_UNAVAILABLE; 1228 1229 goto on_return; 1230 } 1229 1231 1230 1232 pjmedia_transport_simulate_lost(call_med->tp, PJMEDIA_DIR_ENCODING,
Note: See TracChangeset
for help on using the changeset viewer.