Merged revisions 68280 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r68280 | russell | 2007-06-07 16:16:07 -0500 (Thu, 07 Jun 2007) | 4 lines

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/trunk@68284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-06-07 21:17:52 +00:00
parent 4db176fdc2
commit e911f41166
2 changed files with 6 additions and 2 deletions

View File

@@ -134,7 +134,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 */