[svn-commits] transnexus: trunk r345023 - /trunk/apps/app_osplookup.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Nov 13 19:25:29 CST 2011


Author: transnexus
Date: Sun Nov 13 19:25:25 2011
New Revision: 345023

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=345023
Log:
Increased max number of destinations.

Modified:
    trunk/apps/app_osplookup.c

Modified: trunk/apps/app_osplookup.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_osplookup.c?view=diff&rev=345023&r1=345022&r2=345023
==============================================================================
--- trunk/apps/app_osplookup.c (original)
+++ trunk/apps/app_osplookup.c Sun Nov 13 19:25:25 2011
@@ -520,7 +520,7 @@
 #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 */




More information about the svn-commits mailing list