Merged revisions 68527 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r68527 | russell | 2007-06-08 17:23:22 -0500 (Fri, 08 Jun 2007) | 12 lines

Merged revisions 68526 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r68526 | russell | 2007-06-08 17:22:36 -0500 (Fri, 08 Jun 2007) | 4 lines

Don't automatically hang up after running Dictate so that callers can exit
cleanly using '#'
(closes issue #9577, patch from Thomas Andrews)

........

................


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68528 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2007-06-08 22:23:49 +00:00
parent 3b9a36109f
commit 1441cc8b94
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ static int dictate_exec(struct ast_channel *chan, void *data)
ast_set_read_format(chan, oldr);
}
ast_module_user_remove(u);
return res;
return 0;
}
static int unload_module(void)