]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Document Speech* apps hangup on failure and suggest TryExec
authorTerry Wilson <twilson@digium.com>
Fri, 20 Apr 2012 14:49:42 +0000 (14:49 +0000)
committerTerry Wilson <twilson@digium.com>
Fri, 20 Apr 2012 14:49:42 +0000 (14:49 +0000)
commit9858388631862dd04a810004cdbf7a61edaa9d23
tree4166a62545d904da191552248d1eec83e69c9040
parentaa84734803237e1f32262275d02a3cfb590aab8f
Document Speech* apps hangup on failure and suggest TryExec

The Speech API apps return -1 on failure, which will hang up the channel. This
may not be desirable behavior for some, but it isn't something that can be
changed without breaking people's dialplans or writing an option to all of the
Speech apps that does what TryExec already does. This patch documents the
hangup behavior of the apps, and suggests TryExec as the solution.

(closes issue AST-813)
........

Merged revisions 362815 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@362816 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_speech_utils.c