mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Reverting behavior change (AGI should not exit non-zero on SUCCESS)
(closes issue #13434) Reported by: francesco_r git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@141503 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -2092,7 +2092,7 @@ static int agi_exec_full(struct ast_channel *chan, void *data, int enhanced, int | ||||
| 		return -1; | ||||
| 	} | ||||
|  | ||||
| 	return res; | ||||
| 	return 0; | ||||
| } | ||||
|  | ||||
| static int agi_exec(struct ast_channel *chan, void *data) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user