[asterisk-commits] diruggles: branch 1.6.2 r229570 - /branches/1.6.2/doc/externalivr.txt
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Nov 11 14:49:44 CST 2009
Author: diruggles
Date: Wed Nov 11 14:49:40 2009
New Revision: 229570
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=229570
Log:
Merged revisions 229568 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r229568 | diruggles | 2009-11-11 15:47:06 -0500 (Wed, 11 Nov 2009) | 9 lines
Remove non-functional feature from ExternalIVR documentation
Remove non-functional socket implementation of ExternalIVR from documentation
(closes issue #16225)
Reported by: thedavidfactor
Patches:
externalivr.txt.20091111.1542.patch uploaded by thedavidfactor (license 903)
........
Modified:
branches/1.6.2/doc/externalivr.txt
Modified: branches/1.6.2/doc/externalivr.txt
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/doc/externalivr.txt?view=diff&rev=229570&r1=229569&r2=229570
==============================================================================
--- branches/1.6.2/doc/externalivr.txt (original)
+++ branches/1.6.2/doc/externalivr.txt Wed Nov 11 14:49:40 2009
@@ -17,15 +17,6 @@
stdin (0) - DTMF and hangup events will be received on this handle
stdout (1) - Playback and hangup commands can be sent on this handle
stderr (2) - Error messages can be sent on this handle
-
-The external command can also be executed on another host entirely
-(specified by the ivr:// prefix), with its standard file handles
-connected to the Asterisk process as follows:
-
-stdin (0) - DTMF and hangup events will be received on this handle
-stdout (1) - Playback and hangup commands can be sent on this handle
-There are no error messages available when using ExternalIVR over TCP,
-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
More information about the asterisk-commits
mailing list