Skip to end of metadata
Go to start of metadata

EAGI()

Synopsis

Executes an EAGI compliant application.

Description

Using 'EAGI' provides enhanced AGI, with incoming audio available out of band on file descriptor 3. In all other respects, it behaves in the same fashion as AGI. See the documentation for the AGI dialplan application for more information on invoking AGI on a channel.

This application sets the following channel variable upon completion:

  • AGISTATUS - The status of the attempt to the run the AGI script text string, one of:
    • SUCCESS
    • FAILURE
    • NOTFOUND
    • HANGUP

Syntax

EAGI(command,arg1,[arg2[,...]])
Arguments
  • command - How AGI should be invoked on the channel.
  • args - Arguments to pass to the AGI script or server.
    • arg1
    • arg2[,arg2...]

See Also

Import Version

This documentation was imported from Asterisk Version GIT-20-f8000daff5

  • No labels