mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	IAX2 updates, dial fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@873 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -241,7 +241,7 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in, struct localu | ||||
| 						case AST_CONTROL_RINGING: | ||||
| 							if (option_verbose > 2) | ||||
| 								ast_verbose( VERBOSE_PREFIX_3 "%s is ringing\n", o->chan->name); | ||||
| 							if (!sentringing) { | ||||
| 							if (!sentringing && !moh) { | ||||
| 								ast_indicate(in, AST_CONTROL_RINGING); | ||||
| 								sentringing++; | ||||
| 								ringind++; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user