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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 10 11:24:04 CST 2009


Author: diruggles
Date: Tue Nov 10 11:23:59 2009
New Revision: 229191

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=229191
Log:
Document ExternalIVR event tag collision

ExternalIVR uses the D tag for two different event types. This documents that
behavior and how to differentiate between the two cases. Also includes a minor
spelling fix and clarification

(closes issue #16211)
Reported by: thedavidfactor
Patches:
      externalivr.txt.20091109.1507.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=229191&r1=229190&r2=229191
==============================================================================
--- branches/1.4/doc/externalivr.txt (original)
+++ branches/1.4/doc/externalivr.txt Tue Nov 10 11:23:59 2009
@@ -44,7 +44,7 @@
 
 All events will be newline-terminated strings.
 
-Events send to the child's stdin will be in the following format:
+Events sent to the child's stdin will be in the following format:
 
 tag,timestamp[,data]
 
@@ -57,9 +57,11 @@
 H: the channel was hung up by the connected party
 Z: the previous command was unable to be executed (file does not
 exist, etc.)
-T: the play list was interrupted (see below)
+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)
+data element will be the dropped file name) NOTE: this tag conflicts
+with the D DTMF event tag. The existence of the data element is used
+to differentiate between the two cases
 F: a file has finished playing (the data element will be the file
 name)
 




More information about the svn-commits mailing list