mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	docs: Fix a few typo's in app docs (more then, resourse).
Change-Id: Iba57efadf6c0b822e762c7a001bc89611d98afd7
This commit is contained in:
		| @@ -56,10 +56,10 @@ static const char app[] = "ChanIsAvail"; | |||||||
| 			<parameter name="Technology/Resource" required="true" argsep="&"> | 			<parameter name="Technology/Resource" required="true" argsep="&"> | ||||||
| 				<argument name="Technology2/Resource2" multiple="true"> | 				<argument name="Technology2/Resource2" multiple="true"> | ||||||
| 					<para>Optional extra devices to check</para> | 					<para>Optional extra devices to check</para> | ||||||
| 					<para>If you need more then one enter them as | 					<para>If you need more than one enter them as | ||||||
| 					Technology2/Resource2&Technology3/Resourse3&.....</para> | 					Technology2/Resource2&Technology3/Resource3&.....</para> | ||||||
| 				</argument> | 				</argument> | ||||||
| 				<para>Specification of the device(s) to check.  These must be in the format of  | 				<para>Specification of the device(s) to check.  These must be in the format of | ||||||
| 				<literal>Technology/Resource</literal>, where <replaceable>Technology</replaceable> | 				<literal>Technology/Resource</literal>, where <replaceable>Technology</replaceable> | ||||||
| 				represents a particular channel driver, and <replaceable>Resource</replaceable> | 				represents a particular channel driver, and <replaceable>Resource</replaceable> | ||||||
| 				represents a resource available to that particular channel driver.</para> | 				represents a resource available to that particular channel driver.</para> | ||||||
|   | |||||||
| @@ -84,12 +84,12 @@ ASTERISK_REGISTER_FILE() | |||||||
| 				</argument> | 				</argument> | ||||||
| 				<argument name="Technology2/Resource2" required="false" multiple="true"> | 				<argument name="Technology2/Resource2" required="false" multiple="true"> | ||||||
| 					<para>Optional extra devices to dial in parallel</para> | 					<para>Optional extra devices to dial in parallel</para> | ||||||
| 					<para>If you need more then one enter them as | 					<para>If you need more than one enter them as | ||||||
| 					Technology2/Resource2&Technology3/Resourse3&.....</para> | 					Technology2/Resource2&Technology3/Resource3&.....</para> | ||||||
| 				</argument> | 				</argument> | ||||||
| 			</parameter> | 			</parameter> | ||||||
| 			<parameter name="timeout" required="false"> | 			<parameter name="timeout" required="false"> | ||||||
| 				<para>Specifies the number of seconds we attempt to dial the specified devices</para> | 				<para>Specifies the number of seconds we attempt to dial the specified devices.</para> | ||||||
| 				<para>If not specified, this defaults to 136 years.</para> | 				<para>If not specified, this defaults to 136 years.</para> | ||||||
| 			</parameter> | 			</parameter> | ||||||
| 			<parameter name="options" required="false"> | 			<parameter name="options" required="false"> | ||||||
| @@ -491,7 +491,7 @@ ASTERISK_REGISTER_FILE() | |||||||
|  |  | ||||||
| 			<para>Unless there is a timeout specified, the Dial application will wait | 			<para>Unless there is a timeout specified, the Dial application will wait | ||||||
| 			indefinitely until one of the called channels answers, the user hangs up, or | 			indefinitely until one of the called channels answers, the user hangs up, or | ||||||
| 			if all of the called channels are busy or unavailable. Dialplan executing will | 			if all of the called channels are busy or unavailable. Dialplan execution will | ||||||
| 			continue if no requested channels can be called, or if the timeout expires. | 			continue if no requested channels can be called, or if the timeout expires. | ||||||
| 			This application will report normal termination if the originating channel | 			This application will report normal termination if the originating channel | ||||||
| 			hangs up, or if the call is bridged and either of the parties in the bridge | 			hangs up, or if the call is bridged and either of the parties in the bridge | ||||||
|   | |||||||
| @@ -60,7 +60,7 @@ ASTERISK_REGISTER_FILE() | |||||||
| 				<argument name="Technology2/Resource2" multiple="true"> | 				<argument name="Technology2/Resource2" multiple="true"> | ||||||
| 					<para>Optional extra devices to dial in parallel</para> | 					<para>Optional extra devices to dial in parallel</para> | ||||||
| 					<para>If you need more than one, enter them as Technology2/Resource2& | 					<para>If you need more than one, enter them as Technology2/Resource2& | ||||||
| 					Technology3/Resourse3&.....</para> | 					Technology3/Resource3&.....</para> | ||||||
| 				</argument> | 				</argument> | ||||||
| 			</parameter> | 			</parameter> | ||||||
| 			<parameter name="options"> | 			<parameter name="options"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user