aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordiruggles <diruggles@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-10 22:04:46 +0000
committerdiruggles <diruggles@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-10 22:04:46 +0000
commitbad16175cb990611a3984acb91b65ca5539c8429 (patch)
tree94d1bbc52cdcbdd9495f7eb908bc77fd37ec1747 /doc
parent190767e44a685e3a1e5ceda3ed800cf2f8c9a53a (diff)
Merged revisions 229356 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r229356 | diruggles | 2009-11-10 17:01:50 -0500 (Tue, 10 Nov 2009) | 16 lines Merged revisions 229355 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r229355 | diruggles | 2009-11-10 16:45:15 -0500 (Tue, 10 Nov 2009) | 9 lines Fix ExternalIVR Documentation Remove documentation for event that doesn't function (closes issue #16220) Reported by: thedavidfactor Patches: externalivr.txt.20091110.1622.patch uploaded by thedavidfactor (license 903) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@229359 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/externalivr.txt14
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/externalivr.txt b/doc/externalivr.txt
index bac315b83..cc61c6997 100644
--- a/doc/externalivr.txt
+++ b/doc/externalivr.txt
@@ -30,7 +30,7 @@ use the 'L' command as a replacement for this.
The application will also create an audio generator to play audio to
the channel, and will start playing silence. When your application
wants to send audio to the channel, it can send a command (see below)
-to add file(s) to the generator's playlist. The generator will then
+to add a file to the generator's playlist. The generator will then
work its way through the list, playing each file in turn until it
either runs out of files to play, the channel is hung up, or a command
is received to clear the list and start with a new file. At any time,
@@ -74,8 +74,7 @@ A-D: DTMF event for keys A through D
#: DTMF event for key #
H: the channel was hung up by the connected party
E: the script requested an exit
-Z: the previous command was unable to be executed (file does not
-exist, etc.)
+Z: the previous command was unable to be executed
T: the play list was interrupted (see S command below)
D: a file was dropped from the play list due to interruption (the
data element will be the dropped file name) NOTE: this tag conflicts
@@ -113,11 +112,10 @@ The 'S' command checks to see if there is a playable audio file with
the specified name, and if so, clear's the generator's playlist and
places the file onto the list. Note that the playability check does
not take into account transcoding requirements, so it is possible for
-the file to not be played even though it was found. If the file cannot
-be found, a 'Z' event (see above) will be sent to the child. If the
-generator is not currently playing silence, then T and D events will
-be sent to the child to signal the playlist interruption and notify
-it of the files that will not be played.
+the file to not be played even though it was found. If the generator
+is not currently playing silence, then T and D events will be sent
+to the child to signal the playlist interruption and notify it of
+the files that will not be played.
The 'A' command checks to see if there is a playable audio file with
the specified name, and if so, adds it to the generator's