[svn-commits] diruggles: branch 1.4 r229355 - /branches/1.4/doc/externalivr.txt

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 10 15:45:19 CST 2009


Author: diruggles
Date: Tue Nov 10 15:45:15 2009
New Revision: 229355

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=229355
Log:
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)

Modified:
    branches/1.4/doc/externalivr.txt

Modified: branches/1.4/doc/externalivr.txt
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/doc/externalivr.txt?view=diff&rev=229355&r1=229354&r2=229355
==============================================================================
--- branches/1.4/doc/externalivr.txt (original)
+++ branches/1.4/doc/externalivr.txt Tue Nov 10 15:45:15 2009
@@ -21,7 +21,7 @@
 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,
@@ -55,8 +55,7 @@
 *: DTMF event for key *
 #: DTMF event for key #
 H: the channel was hung up by the connected party
-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
@@ -84,11 +83,10 @@
 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




More information about the svn-commits mailing list