Executes
Applications are the functions you use to create a dial plan in extensions.conf.
Returns:
failure: 200 result=-2
success: 200 result=<ret>
<ret> is whatever the application returns
EXAMPLE:
EXEC Dial Zap/g1/123456
Also, you have to use the pipe character (|) to separate arguments for the application:
EXEC Dial “IAX2/alice|20”
Go back to Asterisk AGI