Skip to content
Snippets Groups Projects
Commit f4fd910d authored by Friendly Automation's avatar Friendly Automation Committed by Gerrit Code Review
Browse files

Merge "chan_pjsip: Changed to continued after invalid media for pjsip show channelstats" into 13

parents b2987774 f6689547
No related branches found
No related tags found
No related merge requests found
......@@ -356,7 +356,7 @@ static int cli_channelstats_print_body(void *obj, void *arg, int flags)
if (!media || !media->rtp) {
ast_str_append(&context->output_buffer, 0, " %s not valid\n", snapshot->name);
ao2_cleanup(channel);
return -1;
return 0;
}
codec_in_use[0] = '\0';
......
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