mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 19:43:03 +00:00
a few more namespace updates... res_ael_share still needs some work before this can be merged to other release branches
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@182848 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1758,7 +1758,7 @@ static char *realtime_ldap_status(struct ast_cli_entry *e, int cmd, struct ast_c
|
||||
return CLI_SUCCESS;
|
||||
}
|
||||
|
||||
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS, "LDAP realtime interface",
|
||||
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "LDAP realtime interface",
|
||||
.load = load_module,
|
||||
.unload = unload_module,
|
||||
.reload = reload,
|
||||
|
||||
@@ -1862,7 +1862,7 @@ static int load_module(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS, "Realtime SQLite configuration",
|
||||
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "Realtime SQLite configuration",
|
||||
.load = load_module,
|
||||
.unload = unload_module,
|
||||
);
|
||||
|
||||
@@ -71,5 +71,3 @@ static int load_module(void)
|
||||
}
|
||||
|
||||
AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "cURL Resource Module");
|
||||
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
ast_aji_invite_chat;
|
||||
ast_aji_join_chat;
|
||||
ast_aji_send;
|
||||
ast_aji_send_chat;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
||||
@@ -133,7 +133,7 @@ struct odbc_class
|
||||
struct ao2_container *obj_container;
|
||||
};
|
||||
|
||||
struct ao2_container *class_container;
|
||||
static struct ao2_container *class_container;
|
||||
|
||||
static AST_RWLIST_HEAD_STATIC(odbc_tables, odbc_cache_tables);
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
{
|
||||
global:
|
||||
ast_odbc_ast_str_SQLGetData;
|
||||
ast_odbc_backslash_is_escape;
|
||||
ast_odbc_clear_cache;
|
||||
ast_odbc_direct_execute;
|
||||
ast_odbc_find_column;
|
||||
ast_odbc_find_table;
|
||||
ast_odbc_prepare_and_execute;
|
||||
ast_odbc_release_obj;
|
||||
ast_odbc_request_obj;
|
||||
ast_odbc_request_obj2;
|
||||
ast_odbc_retrieve_transaction_obj;
|
||||
ast_odbc_sanity_check;
|
||||
ast_odbc_smart_execute;
|
||||
local:
|
||||
|
||||
@@ -1305,7 +1305,7 @@ static int reload(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS, "HTTP Phone Provisioning",
|
||||
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "HTTP Phone Provisioning",
|
||||
.load = load_module,
|
||||
.unload = unload_module,
|
||||
.reload = reload,
|
||||
|
||||
Reference in New Issue
Block a user