[sr-dev] git:master: mohqueue: fixed db_qtable parameter name

Daniel-Constantin Mierla miconda at gmail.com
Thu Oct 2 10:20:06 CEST 2014


Module: sip-router
Branch: master
Commit: 321575dcd18e42fe6c62942ef417dd8acf7f466d
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=321575dcd18e42fe6c62942ef417dd8acf7f466d

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Thu Oct  2 10:18:11 2014 +0200

mohqueue: fixed db_qtable parameter name

- reported by Marino Mileti

---

 modules/mohqueue/mohq.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/mohqueue/mohq.c b/modules/mohqueue/mohq.c
index 30c0c94..0a16606 100644
--- a/modules/mohqueue/mohq.c
+++ b/modules/mohqueue/mohq.c
@@ -70,7 +70,7 @@ int moh_maxcalls = 50;
 static param_export_t mod_parms [] = {
   { "db_url", PARAM_STR, &db_url },
   { "db_ctable", PARAM_STR, &db_ctable },
-  { "db_ctable", PARAM_STR, &db_qtable },
+  { "db_qtable", PARAM_STR, &db_qtable },
   { "mohdir", PARAM_STRING, &mohdir },
   { "moh_maxcalls", INT_PARAM, &moh_maxcalls },
   { NULL, 0, NULL },




More information about the sr-dev mailing list