summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-05-20 13:29:22 +0000
committerRussell Bryant <russell@russellbryant.com>2006-05-20 13:29:22 +0000
commit9d53a3e7f5498e8c89df975d9cefb6314cd55dc1 (patch)
tree1626ecb40c5f155ff2b0df4fa2a8d4f5d5623d4b /UPGRADE.txt
parentdb55898c0df26d43c805f8ecaed3dea7a16f5538 (diff)
- add a UserEvent action that allows a manager client to "broadcast" an event
to all connected manager clients - update the UserEvent application to use the application argument parsing macros and to allow headers to be specified as pipe delimeted arguments (issue #5324, original patch by outtolunc, committed patch by Corydon) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29017 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index b05600152..0b2fe4508 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -127,6 +127,11 @@ Manager:
call. This is useful when trying to link recording filenames back to
a particular call from the queue.
+* app_userevent has been modified to always send Event: UserEvent with the
+ additional header UserEvent: <userspec>. Also, the Channel and UniqueID
+ headers are not automatically sent, unless you specify them as separate
+ arguments. Please see the application help for the new syntax.
+
Variables:
* The builtin variables ${CALLERID}, ${CALLERIDNAME}, ${CALLERIDNUM},