summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2017-03-22 17:26:04 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-03-22 17:26:04 -0500
commit4fcb8d807e88bcf30aa6e2d410a88d1cfedcfe93 (patch)
treeff692096e587086efc8e1b66cdd978fbe690fce7 /CHANGES
parentb79e67ba47a5ea0913704c4ca57cda06051c20e7 (diff)
parent60b372a883d97193a98e2eff7a50d1f8762c8dc6 (diff)
Merge "CHANNEL(callid): Give dialplan access to the callid." into 13
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2304d09d7..86dfe76a1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -41,6 +41,13 @@ app_voicemail
* Added 'fromstring' field to the voicemail boxes. If set, it will override
the global 'fromstring' field on a per-mailbox basis.
+func_channel
+------------------
+ * Added CHANNEL(callid) to retrieve the call log tag associated with the
+ channel. e.g., [C-00000000] Dialplan now has access to the call log
+ search key associated with the channel so it can be saved in case there
+ is a problem with the call.
+
res_pjsip
------------------
* A new transport parameter 'symmetric_transport' has been added.