aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-11 18:06:53 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-11 18:06:53 +0000
commit27398d84e919d467fa52c354e42f254511b2c4af (patch)
tree39221f559a885704db986bd9392e1e600f1c79ab /funcs
parent09617dafe480c4cfa633ae8e8921a253250ffa30 (diff)
Recorded merge of revisions 193545 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r193545 | lmadsen | 2009-05-11 14:01:44 -0400 (Mon, 11 May 2009) | 14 lines Recorded merge of revisions 193544 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r193544 | lmadsen | 2009-05-11 13:35:17 -0400 (Mon, 11 May 2009) | 7 lines 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.6.0@193546 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-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 e8373c5e5..1cb63393d 100644
--- a/funcs/func_channel.c
+++ b/funcs/func_channel.c
@@ -175,6 +175,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"
#ifdef CHANNEL_TRACE