|
@@ -190,7 +190,8 @@
|
|
|
|
|
|
#define PATH_MAX_GUESS 1024 /*!< maximum path length */
|
|
#define PATH_MAX_GUESS 1024 /*!< maximum path length */
|
|
|
|
|
|
-#ifdef OPENSER_MOD_INTERFACE
|
|
|
|
|
|
+#if defined KAMAILIO_MOD_INTERFACE || defined OPENSER_MOD_INTERFACE || \
|
|
|
|
+ defined MOD_INTERFACE_V1
|
|
#define DEFAULT_DB_URL "mysql://openser:openserrw@localhost/openser"
|
|
#define DEFAULT_DB_URL "mysql://openser:openserrw@localhost/openser"
|
|
#define DEFAULT_DB_URL_LEN (sizeof(DEFAULT_DB_URL) - 1)
|
|
#define DEFAULT_DB_URL_LEN (sizeof(DEFAULT_DB_URL) - 1)
|
|
#define DEFAULT_RODB_URL "mysql://openserro:openserro@localhost/openser"
|
|
#define DEFAULT_RODB_URL "mysql://openserro:openserro@localhost/openser"
|