mirror of https://github.com/asterisk/asterisk
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-fbb531ad65f3changes/97/197/1
parent
9b71a87108
commit
4b9b4790d9
@ -0,0 +1,7 @@
|
||||
{
|
||||
global:
|
||||
LINKER_SYMBOL_PREFIX*ast_beep_start;
|
||||
LINKER_SYMBOL_PREFIX*ast_beep_stop;
|
||||
local:
|
||||
*;
|
||||
};
|
Loading…
Reference in new issue