<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Robert,<br>
    <br>
    the change is:<br>
    <br>
       { "db_ctable", PARAM_STR, &db_ctable },<br>
    -  { "db_ctable", PARAM_STR, &db_qtable },<br>
    +  { "db_qtable", PARAM_STR, &db_qtable },<br>
    <br>
    Practically is changing c in q for the name of the parameter to set
    the db_qtable variable. Otherwise there are two db_ctable parameters
    defined, no option to set the db_qtable. The readme is mentioning
    db_qtable parameter, as reported by someone on sr-users list.<br>
    <br>
    Daniel<br>
    <br>
    <div class="moz-cite-prefix">On 02/10/14 14:38, Robert Boisvert
      wrote:<br>
    </div>
    <blockquote
cite="mid:CANsh=9GBCjicBR48qMUS3iqsiHwFPY3ewR0Jws+sTv0rKtPpGw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Daniel,</div>
        <div><br>
        </div>
        <div>I was wondering why this change was made.  Is there a
          conflict with another value?</div>
        <div><br>
        </div>
        <div>Bob</div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Thu, Oct 2, 2014 at 4:20 AM,
          Daniel-Constantin Mierla <span dir="ltr"><<a
              moz-do-not-send="true" href="mailto:miconda@gmail.com"
              target="_blank">miconda@gmail.com</a>></span> wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Module:
            sip-router<br>
            Branch: master<br>
            Commit: 321575dcd18e42fe6c62942ef417dd8acf7f466d<br>
            URL:    <a moz-do-not-send="true"
href="http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=321575dcd18e42fe6c62942ef417dd8acf7f466d"
              target="_blank">http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=321575dcd18e42fe6c62942ef417dd8acf7f466d</a><br>
            <br>
            Author: Daniel-Constantin Mierla <<a
              moz-do-not-send="true" href="mailto:miconda@gmail.com">miconda@gmail.com</a>><br>
            Committer: Daniel-Constantin Mierla <<a
              moz-do-not-send="true" href="mailto:miconda@gmail.com">miconda@gmail.com</a>><br>
            Date:   Thu Oct  2 10:18:11 2014 +0200<br>
            <br>
            mohqueue: fixed db_qtable parameter name<br>
            <br>
            - reported by Marino Mileti<br>
            <br>
            ---<br>
            <br>
             modules/mohqueue/mohq.c |    2 +-<br>
             1 files changed, 1 insertions(+), 1 deletions(-)<br>
            <br>
            diff --git a/modules/mohqueue/mohq.c
            b/modules/mohqueue/mohq.c<br>
            index 30c0c94..0a16606 100644<br>
            --- a/modules/mohqueue/mohq.c<br>
            +++ b/modules/mohqueue/mohq.c<br>
            @@ -70,7 +70,7 @@ int moh_maxcalls = 50;<br>
             static param_export_t mod_parms [] = {<br>
               { "db_url", PARAM_STR, &db_url },<br>
               { "db_ctable", PARAM_STR, &db_ctable },<br>
            -  { "db_ctable", PARAM_STR, &db_qtable },<br>
            +  { "db_qtable", PARAM_STR, &db_qtable },<br>
               { "mohdir", PARAM_STRING, &mohdir },<br>
               { "moh_maxcalls", INT_PARAM, &moh_maxcalls },<br>
               { NULL, 0, NULL },<br>
            <br>
            <br>
            _______________________________________________<br>
            sr-dev mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:sr-dev@lists.sip-router.org">sr-dev@lists.sip-router.org</a><br>
            <a moz-do-not-send="true"
              href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev"
              target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
sr-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sr-dev@lists.sip-router.org">sr-dev@lists.sip-router.org</a>
<a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a></pre>
  </body>
</html>