[sr-dev] git:3.3: kamailio.cfg: fixed typos to speeddial
Daniel-Constantin Mierla
miconda at gmail.com
Mon Feb 25 14:05:59 CET 2013
Module: sip-router
Branch: 3.3
Commit: bb01d3161f45e071ff0035968d91dd007b7207c8
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bb01d3161f45e071ff0035968d91dd007b7207c8
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: Mon Feb 25 14:04:37 2013 +0100
kamailio.cfg: fixed typos to speeddial
- backport of 0fd954bc6a8f94ac5e8087f6b8abdba372505c6e
---
etc/kamailio.cfg | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index 619f9ad..f924913 100644
--- a/etc/kamailio.cfg
+++ b/etc/kamailio.cfg
@@ -370,7 +370,7 @@ modparam("alias_db", "use_domain", MULTIDOMAIN)
#!endif
-# ----- speedial params -----
+# ----- speeddial params -----
#!ifdef WITH_SPEEDDIAL
modparam("speeddial", "db_url", DBURL)
modparam("speeddial", "use_domain", MULTIDOMAIN)
@@ -627,7 +627,7 @@ route[REGISTRAR] {
# USER location service
route[LOCATION] {
-#!ifdef WITH_SPEEDIAL
+#!ifdef WITH_SPEEDDIAL
# search for short dialing - 2-digit extension
if($rU=~"^[0-9][0-9]$")
if(sd_lookup("speed_dial"))
More information about the sr-dev
mailing list