-
Jonathan Rose authored
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
Jonathan Rose authoredSpecifically 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_fax.exports.in 380 B
{
global:
LINKER_SYMBOL_PREFIXast_fax_tech_register;
LINKER_SYMBOL_PREFIXast_fax_tech_unregister;
LINKER_SYMBOL_PREFIXast_fax_session_unreference;
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:
*;
};