mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-29 15:36:13 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -224,13 +224,20 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
| 				</enumlist> | ||||
| 				<para><emphasis>chan_dahdi</emphasis> provides the following additional options:</para> | ||||
| 				<enumlist> | ||||
| 					<enum name="keypad_digits"> | ||||
| 						<para>R/O PRI Keypad digits that came in with the SETUP message.</para> | ||||
| 					</enum> | ||||
| 					<enum name="reversecharge"> | ||||
| 						<para>R/O Reverse Charging Indication, one of:</para> | ||||
| 						<para>R/O PRI Reverse Charging Indication, one of:</para> | ||||
| 						<enumlist> | ||||
| 							<enum name="-1 - None" /> | ||||
| 							<enum name="1 - Reverse Charging Requested" /> | ||||
| 							<enum name="-1"> <para>None</para></enum> | ||||
| 							<enum name=" 1"> <para>Reverse Charging Requested</para></enum> | ||||
| 						</enumlist> | ||||
| 					</enum> | ||||
| 					<enum name="no_media_path"> | ||||
| 						<para>R/O PRI Nonzero if the channel has no B channel. | ||||
| 						The channel is either on hold or a call waiting call.</para> | ||||
| 					</enum> | ||||
| 				</enumlist> | ||||
| 			</parameter> | ||||
| 		</syntax> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user