Document Speech* apps hangup on failure and suggest TryExec
authorTerry Wilson <twilson@digium.com>
Fri, 20 Apr 2012 14:50:42 +0000 (14:50 +0000)
committerTerry Wilson <twilson@digium.com>
Fri, 20 Apr 2012 14:50:42 +0000 (14:50 +0000)
commit34d670f786215c54855cf87e7ffb67c8c2007ac8
tree8c5b8132e56711293bc063bdc6874f11ff9f67b5
parent73f48997f90eda77c56fdefbf5f1e3346d2f86a7
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
........

Merged revisions 362816 from http://svn.asterisk.org/svn/asterisk/branches/10

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