summaryrefslogtreecommitdiff
path: root/main/autoservice.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-01-08 20:56:38 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-01-08 20:56:38 +0000
commitf48ed5a943a39bb9d5e0c32363a4ded666d7bc3a (patch)
treee778f23014cdfaa1b8d540ef69a3b040ac2b582f /main/autoservice.c
parent186a5febd53a6779a522ea5722a3bc2bd12185a6 (diff)
Merged revisions 97194 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r97194 | tilghman | 2008-01-08 14:47:07 -0600 (Tue, 08 Jan 2008) | 3 lines Increase constants to where we're less likely to hit them while debugging. (Closes issue #11694) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97198 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/autoservice.c')
-rw-r--r--main/autoservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/autoservice.c b/main/autoservice.c
index 02aa713a4..fcc42911f 100644
--- a/main/autoservice.c
+++ b/main/autoservice.c
@@ -43,7 +43,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/lock.h"
#include "asterisk/utils.h"
-#define MAX_AUTOMONS 256
+#define MAX_AUTOMONS 1500
struct asent {
struct ast_channel *chan;