Skip to content
Snippets Groups Projects
Commit de250c94 authored by zuul's avatar zuul Committed by Gerrit Code Review
Browse files

Merge "res_pjsip_outbound_publish: Fix processing 412 response"

parents 7beedb54 14886643
No related branches found
No related tags found
No related merge requests found
......@@ -893,7 +893,7 @@ static void sip_outbound_publish_callback(struct pjsip_publishc_cbparam *param)
pjsip_publishc_destroy(client->client);
client->client = NULL;
if (sip_outbound_publish_client_alloc(publish)) {
if (sip_outbound_publish_client_alloc(client)) {
ast_log(LOG_ERROR, "Failed to create a new outbound publish client for '%s' on 412 response\n",
ast_sorcery_object_get_id(publish));
goto end;
......
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