From f436a6f27ce27eae8f832e975a9554cc7eaab566 Mon Sep 17 00:00:00 2001 From: TransNexus OSP Development Date: Mon, 14 Nov 2011 01:25:25 +0000 Subject: [PATCH] Increased max number of destinations. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@345023 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_osplookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c index 5afcedd3a8..336de102cc 100644 --- a/apps/app_osplookup.c +++ b/apps/app_osplookup.c @@ -520,7 +520,7 @@ enum osp_srvtype { #define OSP_HTTP_PERSISTENCE ((int)1) /* In seconds */ #define OSP_CUSTOMER_ID ((const char*)"") /* OSP customer ID */ #define OSP_DEVICE_ID ((const char*)"") /* OSP device ID */ -#define OSP_DEF_MAXDESTS ((unsigned int)5) /* OSP default max number of destinations */ +#define OSP_DEF_MAXDESTS ((unsigned int)12) /* OSP default max number of destinations */ #define OSP_DEF_TIMELIMIT ((unsigned int)0) /* OSP default duration limit, no limit */ #define OSP_DEF_PROTOCOL OSP_PROT_SIP /* OSP default signaling protocol, SIP */ #define OSP_DEF_WORKMODE OSP_MODE_DIRECT /* OSP default work mode, direct */