Skip to content
Snippets Groups Projects
Commit 11b7de82 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

res_pjsip/pjsip_distributor.c: Add missing off-nominal request response.

Change-Id: I389579b39c523d1d1e8ce020ef549a8bb5781c9b
parent f633af89
No related branches found
No related tags found
No related merge requests found
......@@ -739,6 +739,7 @@ static pj_bool_t endpoint_lookup(pjsip_rx_data *rdata)
AO2_ALLOC_OPT_LOCK_RWLOCK);
if (!unid) {
ao2_unlock(unidentified_requests);
pjsip_endpt_respond_stateless(ast_sip_get_pjsip_endpoint(), rdata, 500, NULL, NULL, NULL);
return PJ_TRUE;
}
strcpy(unid->src_name, rdata->pkt_info.src_name); /* Safe */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment