ExternalIVR()

Startet eine externe IVR-Applikation.

ExternalIVR(Shell-Befehl[,Arg1[,Arg2[,...]]])

Forkt den Prozess und startet eine externe IVR[56]-Applikation. Diese Applikation erhält alle DTMF-Ereignisse um darauf reagieren zu können. Sie wird beim Auflegen des Kanals benachrichtigt, muss sich aber selber beenden. Das Kommunikations-Protokoll zwischen Asterisk und der Applikation wird in doc/externalivr.txt beschrieben.

[Anmerkung]

Interner Hilfetext zu dieser Applikation in Asterisk 1.4: 

  -= Info about application 'ExternalIVR' =- 

[Synopsis]
Interfaces with an external IVR application

[Description]
  ExternalIVR(command[|arg[|arg...]]): Forks an process to run the suppl
ied command,
and starts a generator on the channel. The generator's play list is
controlled by the external application, which can add and clear entries
via simple commands issued over its stdout. The external application
will receive all DTMF events received on the channel, and notification
if the channel is hung up. The application will not be forcibly terminat
ed
when the channel is hung up.
See doc/externalivr.txt for a protocol specification.

Differenz zum internen Hilfetext in Asterisk 1.2: 

15c15
< See doc/externalivr.txt for a protocol specification.
---
> See doc/README.externalivr for a protocol specification.


[56] Interactive Voice Response