From 5c988cc4e6c5693f03080f88e3057cb7a5358597 Mon Sep 17 00:00:00 2001 From: Jonathan Rose Date: Fri, 18 Jul 2014 15:49:46 +0000 Subject: 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 --- res/res_fax.exports.in | 1 + 1 file changed, 1 insertion(+) (limited to 'res/res_fax.exports.in') diff --git a/res/res_fax.exports.in b/res/res_fax.exports.in index 1b0e36469..e2f3a7d44 100644 --- a/res/res_fax.exports.in +++ b/res/res_fax.exports.in @@ -6,6 +6,7 @@ LINKER_SYMBOL_PREFIXast_fax_minrate; LINKER_SYMBOL_PREFIXast_fax_maxrate; LINKER_SYMBOL_PREFIXast_fax_state_to_str; + LINKER_SYMBOL_PREFIXast_fax_session_operation_str; LINKER_SYMBOL_PREFIXast_fax_log; local: *; -- cgit v1.2.3