aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-22 20:44:56 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-22 20:44:56 +0000
commit555cacbd742a2bdcb27a3b946ca581ba170efb84 (patch)
tree6f5e8065424f39bb07a233d6ce885d9c1bf12677 /CHANGES
parent3e089611dd5020deace9aacdad6b0537563c9034 (diff)
Documentation updates for BRIDGEPVTCALLID
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99647 f38db490-d61c-443f-a65b-d21fe96a405b
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
-----------