summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2008-01-22 20:44:56 +0000
committerOlle Johansson <oej@edvina.net>2008-01-22 20:44:56 +0000
commitb35f8d03580aef2deca980d93a1ab16d5d5ff04c (patch)
tree6f5e8065424f39bb07a233d6ce885d9c1bf12677 /CHANGES
parent3d92f97722b1e97f46ba214c5e1198d8a540971d (diff)
Documentation updates for BRIDGEPVTCALLID
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@99647 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 704bef4a2..dbc2e0091 100644
--- a/CHANGES
+++ b/CHANGES
@@ -66,6 +66,10 @@ Dialplan functions
the existence of a dialplan target.
* Added two new dialplan functions, TOUPPER and TOLOWER, which convert a string to
upper and lower case, respectively.
+ * When bridging, Asterisk sets the BRIDGEPVTCALLID to the channel drivers unique
+ ID for the call (not the Asterisk call ID or unique ID), provided that the
+ channel driver supports this. For SIP, you get the SIP call-ID for the
+ bridged channel which you can store in the CDR with a custom field.
CLI Changes
-----------