mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
When calling the Realtime app more than once, unset fields which were
previously set are erroneously still set (Bug 6701). After discussion, it was determined this should only be changed in trunk. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49801 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -128,6 +128,7 @@ int ast_category_exist(const struct ast_config *config, const char *category_nam
|
||||
* MUST be freed with ast_variables_destroy() as there is no container.
|
||||
*/
|
||||
struct ast_variable *ast_load_realtime(const char *family, ...);
|
||||
struct ast_variable *ast_load_realtime_all(const char *family, ...);
|
||||
|
||||
/*! \brief Retrieve realtime configuration
|
||||
* \param family which family/config to lookup
|
||||
|
||||
Reference in New Issue
Block a user