From 4b9b4790d95624152b2b0f0e474a9290c94516a6 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 23 Apr 2014 15:02:39 +0000 Subject: Fix error loading res_monitor. For some odd reason, loading app_mixmonitor was fine, but res_monitor was not. This patch fixes a set of issues related to func_periodic_hook exporting the beep functions that gets res_monitor working again. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@412910 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_periodic_hook.exports.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 funcs/func_periodic_hook.exports.in (limited to 'funcs/func_periodic_hook.exports.in') diff --git a/funcs/func_periodic_hook.exports.in b/funcs/func_periodic_hook.exports.in new file mode 100644 index 000000000..0ca2f0bee --- /dev/null +++ b/funcs/func_periodic_hook.exports.in @@ -0,0 +1,7 @@ +{ + global: + LINKER_SYMBOL_PREFIX*ast_beep_start; + LINKER_SYMBOL_PREFIX*ast_beep_stop; + local: + *; +}; -- cgit v1.2.3