Allow "fast" asynchronous manager initiation of events (bug #772)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2851 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-05-01 23:52:27 +00:00
parent 3ad6ed3e92
commit 511816a56d
2 changed files with 75 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ Parameters: Mailbox, ActionID
Command: Originate
Parameters: Channel, Exten, Context, Priority, Timeout,
CallerID, Variable, Account, Application, Data
CallerID, Variable, Account, Application, Data, Async
Command: Ping
Parameters: None
@@ -98,6 +98,15 @@ Originate - Originate a call from a channel to an extension.
Exten: 1234
Context: default
Originate - Originate a call from a channel to an extension without waiting
for call to complete.
Action: Originate
Channel: sip/12345
Exten: 1234
Context: default
Async: yes
Redirect with ExtraChannel:
Attempted goal: