summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2014-07-18 15:49:46 +0000
committerJonathan Rose <jrose@digium.com>2014-07-18 15:49:46 +0000
commit5c988cc4e6c5693f03080f88e3057cb7a5358597 (patch)
tree63fc4304613e087700537d6ca35c5f0b1b495508 /CHANGES
parentdd23637195bf83d6b4cee2c88caf3c2ae5dbc8a5 (diff)
res_fax: Provide AMI equivalents for fax CLI commands
Specifically the following equivalents were created: fax show session -> FAXSession fax show sessions -> FAXSessions fax show stats -> FAXStats Review: https://reviewboard.asterisk.org/r/3666/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418911 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 7fcd913de..7f1e98f16 100644
--- a/CHANGES
+++ b/CHANGES
@@ -42,6 +42,10 @@ AMI
* New AMI action LoggerRotate reloads and rotates logger in the same manner
as CLI command 'logger rotate'
+ * New AMI Actions FAXSessions, FAXSession, and FAXStats replicate the
+ functionality of CLI commands 'fax show sessions', 'fax show session',
+ and fax show stats' respectively.
+
* New AMI actions PRIDebugSet, PRIDebugFileSet, and PRIDebugFileUnset
enable manager control over PRI debugging levels and file output.