mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Fix loading persistent queue members when using realtime configuration for queues.
Also, remove an unneeded leading slash for the astdb family. (issue #9911, patch by atis) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@68280 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -144,7 +144,7 @@ static char moh[80] = "default";
|
||||
#define AST_MAX_BUF 256
|
||||
#define AST_MAX_FILENAME_LEN 256
|
||||
|
||||
static const char pa_family[] = "/Agents"; /*!< Persistent Agents astdb family */
|
||||
static const char pa_family[] = "Agents"; /*!< Persistent Agents astdb family */
|
||||
#define PA_MAX_LEN 2048 /*!< The maximum length of each persistent member agent database entry */
|
||||
|
||||
static int persistent_agents = 0; /*!< queues.conf [general] option */
|
||||
|
Reference in New Issue
Block a user