mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
res_agi needs to export two symbols (ast_agi_register and ast_agi_unregister) for usage by others. (issue #9755 reported by mnicholson)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@65250 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2156,4 +2156,7 @@ static int load_module(void)
|
|||||||
return ast_register_application(app, agi_exec, synopsis, descrip);
|
return ast_register_application(app, agi_exec, synopsis, descrip);
|
||||||
}
|
}
|
||||||
|
|
||||||
AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Asterisk Gateway Interface (AGI)");
|
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS, "Asterisk Gateway Interface (AGI)",
|
||||||
|
.load = load_module,
|
||||||
|
.unload = unload_module,
|
||||||
|
);
|
||||||
|
Reference in New Issue
Block a user