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