aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordiruggles <diruggles@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-11 20:48:47 +0000
committerdiruggles <diruggles@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-11 20:48:47 +0000
commitb51d1a1e47010cc7231a24bfdad27593c62ae42d (patch)
tree4b9e8c7db50e3d7343c326fbd85628f38a143464 /doc
parente7befd1dd1027f465d5988769e0897c1e97fdb37 (diff)
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) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@229569 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/externalivr.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/externalivr.txt b/doc/externalivr.txt
index cc61c6997..75a561031 100644
--- a/doc/externalivr.txt
+++ b/doc/externalivr.txt
@@ -18,15 +18,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
wants to send audio to the channel, it can send a command (see below)