aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-11 17:35:17 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-11 17:35:17 +0000
commit33c78738282aa6e193d69300f495186be70812a9 (patch)
tree271895b1bfff8b751aa2bddbfd5b1e9db33951ed
parentdc9fc091c725c0a8b54dbdf92eb449718482af98 (diff)
Document CHANNEL(transfercapability) in CLI documentation.
(issue #15073) Reported by: pkempgen Patches: 20090511__issue15073.diff.txt uploaded by tilghman (license 14) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@193544 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--funcs/func_channel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/funcs/func_channel.c b/funcs/func_channel.c
index 302272e0b..d2e5c2c67 100644
--- a/funcs/func_channel.c
+++ b/funcs/func_channel.c
@@ -155,6 +155,8 @@ static struct ast_custom_function channel_function = {
"R/W rxgain set rxgain level on channel drivers that support it\n"
"R/O state state for channel\n"
"R/W tonezone zone for indications played\n"
+ "R/W transfercapability ISDN transfer capability (one of SPEECH, DIGITAL,\n"
+ " RESTRICTED_DIGITAL, 3K1AUDIO, DIGITAL_W_TONES, or VIDEO).\n"
"R/W txgain set txgain level on channel drivers that support it\n"
"R/O videonativeformat format used natively for video\n"
"\n"