What are Application integration commands you can use in your Dialplan (extensions.conf)?
james_winston 07-August-2008 04:00:35 PM

Comments


Application integration

* AGI: Executes an AGI compliant application
* DeadAGI: Executes AGI on a hung-up channel
* EAGI: Executes an AGI compliant application with sound channels
* EnumLookup: Lookup number in ENUM
* ExternalIVR: Executes an ExternalIVR generator
* Macro: Macro Implementation
* MacroExclusive: Only one channel at a time may call this macro, all others have to wait (1.4)
* Asterisk cmd MacroExit: Exit the macro as if it had fully completed (1.4)
* NoOp: No operation. Can print values to console for debugging.
* Perl: res_perl is the mod_perl of Apache, only for Asterisk
* PHP: res_php integrates PHP into Asterisk without AGI
* Read: Read a variable with DTMF
* TXTCIDName: Lookup caller name from TXT record
* UserEvent: Send an arbitrary event to the manager interface
Posted by sagitraz


AGI: Executes an AGI compliant application
DeadAGI: Executes AGI on a hung-up channel
EAGI: Executes an AGI compliant application with sound channels
EnumLookup: Lookup number in ENUM
ExternalIVR: Executes an ExternalIVR generator
Macro: Macro Implementation
MacroExclusive: Only one channel at a time may call this macro, all others have to wait (1.4)
MacroExit: Exit the macro as if it had fully completed (1.4)
NoOp: No operation. Can print values to console for debugging.
Perl: res_perl is the mod_perl of Apache, only for Asterisk
PHP: res_php integrates PHP into Asterisk without AGI
Read: Read a variable with DTMF
TXTCIDName: Lookup caller name from TXT record
UserEvent: Send an arbitrary event to the manager interface
Posted by priyadarshan



Posted: 08-August-2008 11:55:54 AM By: priyadarshan

AGI: Executes an AGI compliant application
DeadAGI: Executes AGI on a hung-up channel
EAGI: Executes an AGI compliant application with sound channels
EnumLookup: Lookup number in ENUM
ExternalIVR: Executes an ExternalIVR generator
Macro: Macro Implementation
MacroExclusive: Only one channel at a time may call this macro, all others have to wait (1.4)
MacroExit: Exit the macro as if it had fully completed (1.4)
NoOp: No operation. Can print values to console for debugging.
Perl: res_perl is the mod_perl of Apache, only for Asterisk
PHP: res_php integrates PHP into Asterisk without AGI
Read: Read a variable with DTMF
TXTCIDName: Lookup caller name from TXT record
UserEvent: Send an arbitrary event to the manager interface

Posted: 26-August-2008 11:00:43 PM By: sagitraz

Application integration

* AGI: Executes an AGI compliant application
* DeadAGI: Executes AGI on a hung-up channel
* EAGI: Executes an AGI compliant application with sound channels
* EnumLookup: Lookup number in ENUM
* ExternalIVR: Executes an ExternalIVR generator
* Macro: Macro Implementation
* MacroExclusive: Only one channel at a time may call this macro, all others have to wait (1.4)
* Asterisk cmd MacroExit: Exit the macro as if it had fully completed (1.4)
* NoOp: No operation. Can print values to console for debugging.
* Perl: res_perl is the mod_perl of Apache, only for Asterisk
* PHP: res_php integrates PHP into Asterisk without AGI
* Read: Read a variable with DTMF
* TXTCIDName: Lookup caller name from TXT record
* UserEvent: Send an arbitrary event to the manager interface