mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user