AMI - Calling a Dialplan Application

Hello,

i am wondering if there is a way to call a Dialplan Application through the AMI Interface ?

There is the Exec Command in the AGI interace. Something similar avaible for AMI?

Greetings Thomas

Originate

You can also call functions by treating them as variables.

Thanx for the answer,

but “Originate” binds application execution to a call,

is there a way to call a dialplan application independent of a call?

Can Originate be called “fake”, with no real call made but the application still executed?

Applications must run on a channel.

The channel could be a local channel that runs something like wait (or you could do everything on the local channel with the the main appliction being the dummy.

Most applications that don’t change their channel’s state have direct AMI equivalents.