aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-02 19:18:36 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-02 19:18:36 +0000
commit1718ea2a7c0b1eaec99740d6683af68356de886c (patch)
tree4a6263af56a498bd019840413ba3025ed14184d9 /UPGRADE.txt
parent62c2fd849ecdbcc3384091a11e971f586e7c2b7b (diff)
Record bridge channel unique id in "CONNECT" queue_log entry and the corresponding manager event. #6522 (nording) w/ documentation additions where appropriate
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24293 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 5f3845ba9..5ada44ee8 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -68,6 +68,11 @@ Applications:
* OSPAuth is added to authenticate OSP tokens in in_bound call setup messages.
+* The CONNECT event in the queue_log from app_queue now has a second field
+ in addition to the holdtime field. It contains the unique ID of the
+ queue member channel that is taking the call. This is useful when trying
+ to link recording filenames back to a particular call from the queue.
+
Manager:
* After executing the 'status' manager action, the "Status" manager events
@@ -77,6 +82,11 @@ Manager:
until after the release of 1.4, when it will be removed. Please use the time
during the 1.4 release to make this transition.
+* The AgentConnect event now has an additional field called "BridgedChannel"
+ which contains the unique ID of the queue member channel that is taking the
+ call. This is useful when trying to link recording filenames back to
+ a particular call from the queue.
+
Variables:
* The builtin variables ${CALLERID}, ${CALLERIDNAME}, ${CALLERIDNUM},