mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-10 14:51:09 +00:00
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) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@229355 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -21,7 +21,7 @@ stderr (2) - Error messages can be sent on this handle
|
|||||||
The application will also create an audio generator to play audio to
|
The application will also create an audio generator to play audio to
|
||||||
the channel, and will start playing silence. When your application
|
the channel, and will start playing silence. When your application
|
||||||
wants to send audio to the channel, it can send a command (see below)
|
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
|
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
|
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,
|
is received to clear the list and start with a new file. At any time,
|
||||||
@@ -55,8 +55,7 @@ A-D: DTMF event for keys A through D
|
|||||||
*: DTMF event for key *
|
*: DTMF event for key *
|
||||||
#: DTMF event for key #
|
#: DTMF event for key #
|
||||||
H: the channel was hung up by the connected party
|
H: the channel was hung up by the connected party
|
||||||
Z: the previous command was unable to be executed (file does not
|
Z: the previous command was unable to be executed
|
||||||
exist, etc.)
|
|
||||||
T: the play list was interrupted (see S command below)
|
T: the play list was interrupted (see S command below)
|
||||||
D: a file was dropped from the play list due to interruption (the
|
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
|
data element will be the dropped file name) NOTE: this tag conflicts
|
||||||
@@ -84,11 +83,10 @@ The 'S' command checks to see if there is a playable audio file with
|
|||||||
the specified name, and if so, clear's the generator's playlist and
|
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
|
places the file onto the list. Note that the playability check does
|
||||||
not take into account transcoding requirements, so it is possible for
|
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
|
the file to not be played even though it was found. If the generator
|
||||||
be found, a 'Z' event (see above) will be sent to the child. If the
|
is not currently playing silence, then T and D events will be sent
|
||||||
generator is not currently playing silence, then T and D events will
|
to the child to signal the playlist interruption and notify it of
|
||||||
be sent to the child to signal the playlist interruption and notify
|
the files that will not be played.
|
||||||
it of the files that will not be played.
|
|
||||||
|
|
||||||
The 'A' command checks to see if there is a playable audio file with
|
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
|
the specified name, and if so, adds it to the generator's
|
||||||
|
Reference in New Issue
Block a user