<div dir="ltr"><div>Daniel,</div><div><br></div><div>I see the problem.</div><div><br></div><div>Thanks for correcting,</div><div>Bob</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 2, 2014 at 8:56 AM, Daniel-Constantin Mierla <span dir="ltr"><<a 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">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    Robert,<br>
    <br>
    the change is:<span><br>
    <br>
       { "db_ctable", PARAM_STR, &db_ctable },<br>
    -  { "db_ctable", PARAM_STR, &db_qtable },<br>
    +  { "db_qtable", PARAM_STR, &db_qtable },<br>
    <br></span>
    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<div><div class="h5"><br>
    <br>
    <div>On 02/10/14 14:38, Robert Boisvert
      wrote:<br>
    </div>
    <blockquote 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 href="mailto:miconda@gmail.com" target="_blank">miconda@gmail.com</a>></span> wrote:<br>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">Module:
            sip-router<br>
            Branch: master<br>
            Commit: 321575dcd18e42fe6c62942ef417dd8acf7f466d<br>
            URL:    <a 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 href="mailto:miconda@gmail.com" target="_blank">miconda@gmail.com</a>><br>
            Committer: Daniel-Constantin Mierla <<a href="mailto:miconda@gmail.com" target="_blank">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 href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a><br>
            <a 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></fieldset>
      <br>
      <pre>_______________________________________________
sr-dev mailing list
<a href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a>
<a 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>
</pre>
    </blockquote>
    <br>
    </div></div><span class="HOEnZb"><font color="#888888"><pre cols="72">-- 
Daniel-Constantin Mierla
<a href="http://twitter.com/#!/miconda" target="_blank">http://twitter.com/#!/miconda</a> - <a href="http://www.linkedin.com/in/miconda" target="_blank">http://www.linkedin.com/in/miconda</a></pre>
  </font></span></div>

<br>_______________________________________________<br>
sr-dev mailing list<br>
<a href="mailto:sr-dev@lists.sip-router.org">sr-dev@lists.sip-router.org</a><br>
<a 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>
<br></blockquote></div><br></div>