THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Thilo Bangert (bangert)
Attached to Project - sip-router
Summary - default config for speeddial misspelled
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Very Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - by chance did i notice today, that speeddial is sometimes spelled speedial (with
just one d) in the default config file. as this also covers the define this may result in
speeddial not working out of the box.
both the kamailio.cfg and sip-router.cfg and perhaps others are affected.
the following patch shows a possible fix.
Index: kamailio.cfg-default-3.3
===================================================================
--- kamailio.cfg-default-3.3 (revision 48)
+++ kamailio.cfg-default-3.3 (working copy)
@@ -370,7 +370,7 @@
#!endif
-# ----- speedial params -----
+# ----- speeddial params -----
#!ifdef WITH_SPEEDDIAL
modparam("speeddial", "db_url", DBURL)
modparam("speeddial", "use_domain", MULTIDOMAIN)
@@ -627,7 +627,7 @@
# 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 can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=268
You are receiving this message because you have requested it from the Flyspray bugtracking
system. If you did not expect this message or don't want to receive mails in future,
you can change your notification settings at the URL shown above.