From ffe9e4acfc36dde4f66510086209c005ae0687ea Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Tue, 1 Mar 2011 21:57:58 +0000 Subject: Merged revisions 309170 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r309170 | rmudgett | 2011-03-01 15:57:26 -0600 (Tue, 01 Mar 2011) | 7 lines Document CHANNEL(keypad_digits) and CHANNEL(no_media_path). * Added XML documentation for CHANNEL(keypad_digits) and CHANNEL(no_media_path). * Tweaked XML documentation for CHANNEL(reversecharge). ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@309171 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_channel.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'funcs') diff --git a/funcs/func_channel.c b/funcs/func_channel.c index 548d0590f..4ae08efc2 100644 --- a/funcs/func_channel.c +++ b/funcs/func_channel.c @@ -224,13 +224,20 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") chan_dahdi provides the following additional options: + + R/O PRI Keypad digits that came in with the SETUP message. + - R/O Reverse Charging Indication, one of: + R/O PRI Reverse Charging Indication, one of: - - + None + Reverse Charging Requested + + R/O PRI Nonzero if the channel has no B channel. + The channel is either on hold or a call waiting call. + -- cgit v1.2.3