mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Changed some spaces to tabs
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86298 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -2070,10 +2070,10 @@ static int say_periodic_announcement(struct queue_ent *qe, int ringing) | ||||
|  | ||||
| 	/* Resume Music on Hold if the caller is going to stay in the queue */ | ||||
| 	if (!res) { | ||||
|                 if (ringing) | ||||
|                         ast_indicate(qe->chan, AST_CONTROL_RINGING); | ||||
|                 else | ||||
|                         ast_moh_start(qe->chan, qe->moh, NULL); | ||||
| 		if (ringing) | ||||
| 			ast_indicate(qe->chan, AST_CONTROL_RINGING); | ||||
| 		else | ||||
| 			ast_moh_start(qe->chan, qe->moh, NULL); | ||||
| 	} | ||||
|  | ||||
| 	/* update last_periodic_announce_time */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user