Module: sip-router Branch: master Commit: 0fd954bc6a8f94ac5e8087f6b8abdba372505c6e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0fd954bc...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Feb 21 11:34:25 2013 +0100
kamailio.cfg: fixed typos to speeddial
- patch by Thilo Bangert, FS#268
---
etc/kamailio-oob.cfg | 4 ++-- etc/kamailio.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/etc/kamailio-oob.cfg b/etc/kamailio-oob.cfg index e1d7ff1..ab39168 100644 --- a/etc/kamailio-oob.cfg +++ b/etc/kamailio-oob.cfg @@ -405,7 +405,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) @@ -673,7 +673,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")) diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg index 0c90f5d..0645c83 100644 --- a/etc/kamailio.cfg +++ b/etc/kamailio.cfg @@ -378,7 +378,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) @@ -636,7 +636,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"))