mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Remove unnecessary error message in app_dial.c
The error message for failure to stop autoservice after a gosub or macro call during a dial was removed for macro while Asterisk 1.4 was still being actively developed. The corresponding gosub error message was never removed. (closes issue ASTERISK-19551) ........ Merged revisions 361329 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 361330 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@361331 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -2770,7 +2770,6 @@ static int dial_exec_full(struct ast_channel *chan, const char *data, struct ast | ||||
| 			} | ||||
|  | ||||
| 			if (ast_autoservice_stop(chan) < 0) { | ||||
| 				ast_log(LOG_ERROR, "Could not stop autoservice on calling channel\n"); | ||||
| 				res9 = -1; | ||||
| 			} | ||||
| 			 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user