[asterisk-commits] diruggles: branch 1.8 r285992 - in /branches/1.8: CHANGES doc/externalivr.txt
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Sep 10 08:13:21 CDT 2010
Author: diruggles
Date: Fri Sep 10 08:13:16 2010
New Revision: 285992
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=285992
Log:
Added missing documentation for ExternalIVR feature added in January 2010
Modified:
branches/1.8/CHANGES
branches/1.8/doc/externalivr.txt
Modified: branches/1.8/CHANGES
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/CHANGES?view=diff&rev=285992&r1=285991&r2=285992
==============================================================================
--- branches/1.8/CHANGES (original)
+++ branches/1.8/CHANGES Fri Sep 10 08:13:16 2010
@@ -174,6 +174,7 @@
* Voicemail now runs the externnotify script when pollmailboxes is activated and
notices a change.
* Voicemail now includes rdnis within msgXXXX.txt file.
+ * Added 'D' command to ExternalIVR full details in doc/externalivr.txt
Dialplan Functions
------------------
Modified: branches/1.8/doc/externalivr.txt
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/doc/externalivr.txt?view=diff&rev=285992&r1=285991&r2=285992
==============================================================================
--- branches/1.8/doc/externalivr.txt (original)
+++ branches/1.8/doc/externalivr.txt Fri Sep 10 08:13:16 2010
@@ -117,6 +117,7 @@
A,filename
H,message
E,message
+D,dtmf[,interval][,duration]
O,option
V,name=value[,name=value[,name=value]]
G,name[,name[,name]]
@@ -138,13 +139,18 @@
the specified name, and if so, appends it to the generator's playlist.
The same playability and exception rules apply as for the 'S' command.
+The 'H' command logs the supplied message to the Asterisk log, stops
+the generator, hangs up the channel and terminates the ExternalIVR
+application.
+
The 'E' command logs the supplied message to the Asterisk log, stops
the generator and terminates the ExternalIVR application, but continues
execution in the dialplan.
-The 'H' command logs the supplied message to the Asterisk log, stops
-the generator, hangs up the channel and terminates the ExternalIVR
-application.
+The 'D' command generates DTMF on the channel, dtmf is a string of one or
+more valid DTMF digits, w can be used for a half second pause. Interval
+is optional, defaults to 250 milliseconds and is the time between digits.
+Duration is optional and is the duration of each digit.
The 'O' command allows the child to set/clear options in the
ExternalIVR() application.
@@ -170,7 +176,7 @@
ExternalIVR(/usr/bin/foo(arg1,arg2),n)
The response to the 'P' command would be:
P,TIMESTAMP,/usr/bin/foo,arg1,arg2
-NOTE: This is the only way for a TCP/IP server to be able to get retrieve
+NOTE: This is the only way for a TCP/IP server to be able to retrieve
the arguments.
The 'L' command puts a message into the Asterisk log. NOTE: This is
More information about the asterisk-commits
mailing list