aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_channel.c')
-rw-r--r--funcs/func_channel.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/funcs/func_channel.c b/funcs/func_channel.c
index 6a036139f..506cb2867 100644
--- a/funcs/func_channel.c
+++ b/funcs/func_channel.c
@@ -200,12 +200,24 @@ static struct ast_custom_function channel_function = {
" local_ssrc Local SSRC (stream ID)\n"
" local_lostpackets Local lost packets\n"
" local_jitter Local calculated jitter\n"
+ " local_maxjitter Local calculated jitter (maximum)\n"
+ " local_minjitter Local calculated jitter (minimum)\n"
+ " local_normdevjitter Local calculated jitter (normal deviation)\n"
+ " local_stdevjitter Local calculated jitter (standard deviation)\n"
" local_count Number of received packets\n"
" remote_ssrc Remote SSRC (stream ID)\n"
" remote_lostpackets Remote lost packets\n"
" remote_jitter Remote reported jitter\n"
+ " remote_maxjitter Remote calculated jitter (maximum)\n"
+ " remote_minjitter Remote calculated jitter (minimum)\n"
+ " remote_normdevjitter Remote calculated jitter (normal deviation)\n"
+ " remote_stdevjitter Remote calculated jitter (standard deviation)\n"
" remote_count Number of transmitted packets\n"
" rtt Round trip time\n"
+ " maxrtt Round trip time (maximum)\n"
+ " minrtt Round trip time (minimum)\n"
+ " normdevrtt Round trip time (normal deviation)\n"
+ " stdevrtt Round trip time (standard deviation)\n"
" all All statistics (in a form suited to logging, but not for parsing)\n"
"R/O rtpdest Get remote RTP destination information\n"
" This option takes one additional argument:\n"