mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
*ast_adsi_*;
|
||||
*ast_agi_*;
|
||||
*ast_beep_*;
|
||||
*ast_pktccops_*;
|
||||
*ast_smdi_*;
|
||||
*ast_monitor_*;
|
||||
|
Reference in New Issue
Block a user