mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Bug 5702 - Realtime patch for meetme
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12232 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -124,7 +124,7 @@ int ast_category_exist(const struct ast_config *config, const char *category_nam
|
||||
* This will use builtin configuration backends to look up a particular
|
||||
* entity in realtime and return a variable list of its parameters. Note
|
||||
* that unlike the variables in ast_config, the resulting list of variables
|
||||
* MUST be fred with ast_free_runtime() as there is no container.
|
||||
* MUST be freed with ast_variables_destroy() as there is no container.
|
||||
*/
|
||||
struct ast_variable *ast_load_realtime(const char *family, ...);
|
||||
|
||||
|
Reference in New Issue
Block a user