From: Richard Mudgett Date: Tue, 1 Mar 2011 21:57:26 +0000 (+0000) Subject: Document CHANNEL(keypad_digits) and CHANNEL(no_media_path). X-Git-Tag: 1.8.5-rc1~11^2~300 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5413ea1c8c05aa8829edacb8a6a74abb1dca8e84;p=thirdparty%2Fasterisk.git 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/branches/1.8@309170 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_channel.c b/funcs/func_channel.c index c0f85d372b..addf60e384 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. +