mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	xmldocs: Improve examples.
Use example tags instead of regular para tags where possible. ASTERISK-30090 Change-Id: Iada8bbfda08f30b118cedf2d040bbb21e4966ec5
This commit is contained in:
		
				
					committed by
					
						 Joshua Colp
						Joshua Colp
					
				
			
			
				
	
			
			
			
						parent
						
							31dc28ab09
						
					
				
				
					commit
					51d262af12
				
			| @@ -59,11 +59,24 @@ | ||||
| 		<description> | ||||
| 			<para>The VOLUME function can be used to increase or decrease the <literal>tx</literal> or | ||||
| 			<literal>rx</literal> gain of any channel.</para> | ||||
| 			<para>For example:</para> | ||||
| 			<para>Set(VOLUME(TX)=3)</para> | ||||
| 			<para>Set(VOLUME(RX)=2)</para> | ||||
| 			<para>Set(VOLUME(TX,p)=3)</para> | ||||
| 			<para>Set(VOLUME(RX,p)=3)</para> | ||||
| 			<example title="Increase volume"> | ||||
| 			same => n,Set(VOLUME(TX)=3) | ||||
| 			</example> | ||||
| 			<example title="Increase volume"> | ||||
| 			same => n,Set(VOLUME(RX)=2) | ||||
| 			</example> | ||||
| 			<example title="Increase volume with DTMF control"> | ||||
| 			same => n,Set(VOLUME(TX,p)=3) | ||||
| 			</example> | ||||
| 			<example title="Increase RX volume with DTMF control"> | ||||
| 			same => n,Set(VOLUME(RX,p)=3) | ||||
| 			</example> | ||||
| 			<example title="Decrease RX volume"> | ||||
| 			same => n,Set(VOLUME(RX)=-4) | ||||
| 			</example> | ||||
| 			<example title="Reset to normal"> | ||||
| 			same => n,Set(VOLUME(RX)=0) | ||||
| 			</example> | ||||
| 		</description> | ||||
| 	</function> | ||||
|  ***/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user