Changeset 5979 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
- Timestamp:
- May 9, 2019 4:00:00 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
r5978 r5979 4667 4667 100, NULL, NULL, &response); 4668 4668 if (status != PJ_SUCCESS) { 4669 PJ_LOG(3, (THIS_FILE, "Failed to create initial answer")); 4669 PJ_PERROR(3, (THIS_FILE, status, 4670 "Failed to create initial answer")); 4670 4671 goto on_return; 4671 4672 } … … 4673 4674 status = pjsip_inv_send_msg(inv, response); 4674 4675 if (status != PJ_SUCCESS) { 4675 PJ_LOG(3, (THIS_FILE, "Failed to send initial answer")); 4676 PJ_PERROR(3, (THIS_FILE, status, 4677 "Failed to send initial answer")); 4676 4678 goto on_return; 4677 4679 }
Note: See TracChangeset
for help on using the changeset viewer.