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:
Russell Bryant
2007-06-07 21:16:07 +00:00
parent 51f1d28d2d
commit e7cb53e8b2
2 changed files with 6 additions and 2 deletions

View File

@@ -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 */