[Asterisk-cvs] asterisk/doc manager.txt,1.3,1.4
markster at lists.digium.com
markster at lists.digium.com
Sat May 1 19:44:57 CDT 2004
Update of /usr/cvsroot/asterisk/doc
In directory mongoose.digium.com:/tmp/cvs-serv31944/doc
Modified Files:
manager.txt
Log Message:
Allow "fast" asynchronous manager initiation of events (bug #772)
Index: manager.txt
===================================================================
RCS file: /usr/cvsroot/asterisk/doc/manager.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- manager.txt 15 Feb 2004 07:48:46 -0000 1.3
+++ manager.txt 1 May 2004 23:52:27 -0000 1.4
@@ -71,7 +71,7 @@
Command: Originate
Parameters: Channel, Exten, Context, Priority, Timeout,
-CallerID, Variable, Account, Application, Data
+CallerID, Variable, Account, Application, Data, Async
Command: Ping
Parameters: None
@@ -97,6 +97,15 @@
Channel: sip/12345
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:
More information about the svn-commits
mailing list