mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	docs: Indent <since> tags.
Also updates the 'since' of applications/functions that existed before XML documentation was introduced (1.6.2.0).
This commit is contained in:
		
				
					committed by
					
						![asterisk-org-access-app[bot]](/avatar/58a64b62d62d5b23df7bc832f016f9db?size=40) asterisk-org-access-app[bot]
						asterisk-org-access-app[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							ec22c1dd4d
						
					
				
				
					commit
					174006fcaa
				
			| @@ -2,7 +2,11 @@ | ||||
| <!DOCTYPE docs SYSTEM "appdocsxml.dtd"> | ||||
| <docs xmlns:xi="http://www.w3.org/2001/XInclude"> | ||||
| 	<application name="PJSIPHangup" language="en_US"> | ||||
| 		<since><version>18.21.0</version><version>20.6.0</version><version>21.1.0</version></since> | ||||
| 		<since> | ||||
| 			<version>18.21.0</version> | ||||
| 			<version>20.6.0</version> | ||||
| 			<version>21.1.0</version> | ||||
| 		</since> | ||||
| 		<synopsis> | ||||
| 			Hangup an incoming PJSIP channel with a SIP response code | ||||
| 		</synopsis> | ||||
| @@ -57,7 +61,11 @@ | ||||
| 	</application> | ||||
|  | ||||
| 	<application name="PJSIPNotify" language="en_US"> | ||||
| 		<since><version>18.25.0</version><version>20.10.0</version><version>21.5.0</version></since> | ||||
| 		<since> | ||||
| 			<version>18.25.0</version> | ||||
| 			<version>20.10.0</version> | ||||
| 			<version>21.5.0</version> | ||||
| 		</since> | ||||
| 		<synopsis> | ||||
| 			Send a NOTIFY to either an arbitrary URI, or inside a SIP dialog. | ||||
| 		</synopsis> | ||||
| @@ -149,7 +157,9 @@ | ||||
| 	</manager> | ||||
|  | ||||
| 	<function name="PJSIP_DIAL_CONTACTS" language="en_US"> | ||||
| 		<since><version>12.0.0</version></since> | ||||
| 		<since> | ||||
| 			<version>12.0.0</version> | ||||
| 		</since> | ||||
| 		<synopsis> | ||||
| 			Return a dial string for dialing all contacts on an AOR. | ||||
| 		</synopsis> | ||||
| @@ -169,7 +179,9 @@ | ||||
| 		</description> | ||||
| 	</function> | ||||
| 	<function name="PJSIP_MEDIA_OFFER" language="en_US"> | ||||
| 		<since><version>12.0.0</version></since> | ||||
| 		<since> | ||||
| 			<version>12.0.0</version> | ||||
| 		</since> | ||||
| 		<synopsis> | ||||
| 			Media and codec offerings to be set on an outbound SIP channel prior to dialing. | ||||
| 		</synopsis> | ||||
| @@ -214,7 +226,11 @@ | ||||
| 		</description> | ||||
| 	</function> | ||||
| 	<function name="PJSIP_MOH_PASSTHROUGH" language="en_US"> | ||||
| 		<since><version>13.30.0</version><version>16.7.0</version><version>17.1.0</version></since> | ||||
| 		<since> | ||||
| 			<version>13.30.0</version> | ||||
| 			<version>16.7.0</version> | ||||
| 			<version>17.1.0</version> | ||||
| 		</since> | ||||
| 		<synopsis> | ||||
| 			Get or change the on-hold behavior for a SIP call. | ||||
| 		</synopsis> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user