mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	Merged revisions 142744 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r142744 | tilghman | 2008-09-12 11:38:02 -0500 (Fri, 12 Sep 2008) | 4 lines Missing merge from 1.2 fixes errant exit on DTMF, only when language is Italian (cf commit 34242) (Closes issue #7353) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@142745 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -7040,7 +7040,7 @@ static int vm_intro_it(struct ast_channel *chan, struct vm_state *vms) | ||||
| 			ast_play_and_wait(chan, "vm-vecchi") || | ||||
| 			ast_play_and_wait(chan, "vm-messages"); | ||||
| 	} | ||||
| 	return res ? -1 : 0; | ||||
| 	return res; | ||||
| } | ||||
|  | ||||
| /* POLISH syntax */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user