mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user