summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-05-24 22:00:37 +0000
committerJoshua Colp <jcolp@digium.com>2006-05-24 22:00:37 +0000
commit6f8c704e2be9e60cf05a0a2bdf436acfc14040ba (patch)
treec3fd724c3d139f8b8a0720e7f20705a9b8a68c10 /apps
parent7c3dfeecc3e7efe3c871791cffa687ee9be5c2b7 (diff)
Update some documentation (file internal brain bug #42)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30104 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_speech_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_speech_utils.c b/apps/app_speech_utils.c
index 94c48668f..ce5edd195 100644
--- a/apps/app_speech_utils.c
+++ b/apps/app_speech_utils.c
@@ -66,8 +66,8 @@ static char *speechbackground_descrip =
"SpeechBackground(Sound File|Timeout)\n"
"This application plays a sound file and waits for the person to speak. Once they start speaking playback of the file stops, and silence is heard.\n"
"Once they stop talking the processing sound is played to indicate the speech recognition engine is working.\n"
-"Once results are available the application returns and results (score and text) are available as dialplan variables.\n"
-"The first text and score are ${TEXT0} AND ${SCORE0} while the second are ${TEXT1} and ${SCORE1}.\n"
+"Once results are available the application returns and results (score and text) are available using dialplan functions.\n"
+"The first text and score are ${SPEECH_TEXT(0)} AND ${SPEECH_SCORE(0)} while the second are ${SPEEC_TEXT(1)} and ${SPEEC_SCORE(1)}.\n"
"This may change in the future, however, to use a dialplan function instead of dialplan variables. Note it is possible to have more then one result.\n"
"The first argument is the sound file and the second is the timeout. Note the timeout will only start once the sound file has stopped playing.\n";