| 1 |
From 87618b2f1c5d6e3724c3935709b81b151c4645b5 Mon Sep 17 00:00:00 2001
|
| 2 |
From: Daniel-Constantin Mierla <miconda@gmail.com>
|
| 3 |
Date: Wed, 18 Jul 2012 08:27:52 +0200
|
| 4 |
Subject: [PATCH] kamailio.cfg: removed sample db_mode parameter for domain
|
| 5 |
module
|
| 6 |
|
| 7 |
- no longer exists since 3.3 domain update
|
| 8 |
(cherry picked from commit bb4925540d241eb91cc8b68712bec20f1970b086)
|
| 9 |
---
|
| 10 |
etc/kamailio.cfg | 2 --
|
| 11 |
1 file changed, 2 deletions(-)
|
| 12 |
|
| 13 |
diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
|
| 14 |
index 158b525..f8b375c 100644
|
| 15 |
--- a/etc/kamailio.cfg
|
| 16 |
+++ b/etc/kamailio.cfg
|
| 17 |
@@ -380,8 +380,6 @@ modparam("speeddial", "use_domain", MULTIDOMAIN)
|
| 18 |
# ----- domain params -----
|
| 19 |
#!ifdef WITH_MULTIDOMAIN
|
| 20 |
modparam("domain", "db_url", DBURL)
|
| 21 |
-# use caching
|
| 22 |
-modparam("domain", "db_mode", 1)
|
| 23 |
# register callback to match myself condition with domains list
|
| 24 |
modparam("domain", "register_myself", 1)
|
| 25 |
#!endif
|
| 26 |
--
|
| 27 |
1.7.9.5
|
| 28 |
|