summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2014-07-03 17:34:32 +0000
committerJonathan Rose <jrose@digium.com>2014-07-03 17:34:32 +0000
commitbc4b236d71f1f44e3bf071d99ec13122f449ad6c (patch)
tree591be722f8d87f6a72fadcb2ec62ced493360edd /CHANGES
parent04a912330985d1197e58209b1ec98774e6cce68e (diff)
chan_dahdi: Add AMI commands for controlling PRI debugging output
Adds the following AMI commands: PRIDebugSet - Set PRI debug levels for a specific span PRIDebugFileSet - Set the file used for PRI debug message output PRIDebugFileUnset - Disables file output for PRI debug messages Review: https://reviewboard.asterisk.org/r/3681/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@417916 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 12272c308..e61cf52a7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,6 +27,9 @@ AMI
* New AMI action LoggerRotate reloads and rotates logger in the same manner
as CLI command 'logger rotate'
+ * New AMI actions PRIDebugSet, PRIDebugFileSet, and PRIDebugFileUnset
+ enable manager control over PRI debugging levels and file output.
+
CEL
------------------
* The "bridge_technology" extra field key has been added to BRIDGE_ENTER