Module: sip-router Branch: 3.3 Commit: bb01d3161f45e071ff0035968d91dd007b7207c8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bb01d316...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@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"))