mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	general: Fix various typos.
ASTERISK-30089 #close Change-Id: I1f5db911fd05a3a211c522c13e990fa1d0e62275
This commit is contained in:
		
				
					committed by
					
						 George Joseph
						George Joseph
					
				
			
			
				
	
			
			
			
						parent
						
							4cbe12d6d1
						
					
				
				
					commit
					bcc18ca9f5
				
			| @@ -1738,7 +1738,7 @@ static struct confbridge_conference *join_conference_bridge(const char *conferen | ||||
| 	struct post_join_action *action; | ||||
| 	int max_members_reached = 0; | ||||
|  | ||||
| 	/* We explicitly lock the conference bridges container ourselves so that other callers can not create duplicate conferences at the same */ | ||||
| 	/* We explicitly lock the conference bridges container ourselves so that other callers can not create duplicate conferences at the same time */ | ||||
| 	ao2_lock(conference_bridges); | ||||
|  | ||||
| 	ast_debug(1, "Trying to find conference bridge '%s'\n", conference_name); | ||||
|   | ||||
| @@ -372,7 +372,7 @@ | ||||
| 					</argument> | ||||
| 					<para>Enables <emphasis>operator services</emphasis> mode.  This option only | ||||
| 					works when bridging a DAHDI channel to another DAHDI channel | ||||
| 					only. if specified on non-DAHDI interfaces, it will be ignored. | ||||
| 					only. If specified on non-DAHDI interfaces, it will be ignored. | ||||
| 					When the destination answers (presumably an operator services | ||||
| 					station), the originator no longer has control of their line. | ||||
| 					They may hang up, but the switch will not release their line | ||||
| @@ -1325,7 +1325,7 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in, | ||||
| 			if (is_cc_recall) { | ||||
| 				ast_cc_failed(cc_recall_core_id, "Everyone is busy/congested for the recall. How sad"); | ||||
| 			} | ||||
| 			SCOPE_EXIT_RTN_VALUE(NULL, "%s: No outging channels available\n", ast_channel_name(in)); | ||||
| 			SCOPE_EXIT_RTN_VALUE(NULL, "%s: No outgoing channels available\n", ast_channel_name(in)); | ||||
| 		} | ||||
| 		winner = ast_waitfor_n(watchers, pos, to); | ||||
| 		AST_LIST_TRAVERSE(out_chans, o, node) { | ||||
|   | ||||
| @@ -73,8 +73,8 @@ | ||||
| 		</syntax> | ||||
| 		<description> | ||||
| 			<para>Plays back given filenames (do not put extension of wav/alaw etc). | ||||
| 			The playback command answer the channel if no options are specified. | ||||
| 			If the file is non-existant it will fail</para> | ||||
| 			The Playback application answers the channel if no options are specified. | ||||
| 			If the file is non-existent it will fail.</para> | ||||
| 			<para>This application sets the following channel variable upon completion:</para> | ||||
| 			<variablelist> | ||||
| 				<variable name="PLAYBACKSTATUS"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user