mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 11:28:25 +00:00
Merged 1.8.9.0-rc2 blockers
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/1.8.9.0-rc2@350606 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2346,9 +2346,8 @@ static struct call_queue *load_realtime_queue(const char *queuename)
|
||||
if (queue_vars) {
|
||||
member_config = ast_load_realtime_multientry("queue_members", "interface LIKE", "%", "queue_name", queuename, SENTINEL);
|
||||
if (!member_config) {
|
||||
ast_log(LOG_ERROR, "no queue_members defined in your config (extconfig.conf).\n");
|
||||
ast_variables_destroy(queue_vars);
|
||||
return NULL;
|
||||
ast_debug(1, "No queue_members defined in config extconfig.conf\n");
|
||||
member_config = ast_config_new();
|
||||
}
|
||||
}
|
||||
if (q) {
|
||||
|
||||
Reference in New Issue
Block a user