mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-10 20:08:16 +00:00
Merge "chan_pjsip: Changed to continued after invalid media for pjsip show channelstats" into 13
This commit is contained in:
@@ -356,7 +356,7 @@ static int cli_channelstats_print_body(void *obj, void *arg, int flags)
|
|||||||
if (!media || !media->rtp) {
|
if (!media || !media->rtp) {
|
||||||
ast_str_append(&context->output_buffer, 0, " %s not valid\n", snapshot->name);
|
ast_str_append(&context->output_buffer, 0, " %s not valid\n", snapshot->name);
|
||||||
ao2_cleanup(channel);
|
ao2_cleanup(channel);
|
||||||
return -1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
codec_in_use[0] = '\0';
|
codec_in_use[0] = '\0';
|
||||||
|
|||||||
Reference in New Issue
Block a user