Changeset 4712 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
- Timestamp:
- Jan 23, 2014 8:09:29 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
r4561 r4712 4498 4498 */ 4499 4499 pjsip_rx_data *rdata; 4500 pjsip_msg *msg;4501 4500 pjsip_accept_hdr *accept_hdr; 4502 pj_status_t status;4503 4501 4504 4502 rdata = e->body.tsx_state.src.rdata; 4505 msg = rdata->msg_info.msg;4506 4503 4507 4504 /* Request MUST have message body, with Content-Type equal to … … 4523 4520 * the UI takes too long to process the message. 4524 4521 */ 4525 status =pjsip_dlg_respond( inv->dlg, rdata, 200, NULL, NULL, NULL);4522 pjsip_dlg_respond( inv->dlg, rdata, 200, NULL, NULL, NULL); 4526 4523 4527 4524 /* Process MESSAGE request */
Note: See TracChangeset
for help on using the changeset viewer.