<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    There was a typo in the parameter name. If you use default values,
    just remove the modparam.<br>
    <br>
    Otherwise, I pushed the patches to master and 4.1 branches. So you
    would need to upgrade to latest git version.<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <div class="moz-cite-prefix">On 02/10/14 10:15, Marino Mileti wrote:<br>
    </div>
    <blockquote cite="mid:148cfee0c7e.marino.mileti@alice.it"
      type="cite">I don't need any IVR so I would like to try this
      module and following doc i've setup dbtable name parameters:<br>
      <br>
      modparam ("mohqueue", "db_qtable", "mohqueues")<br>
      modparam ("mohqueue", "db_ctable", "mohcalls")<br>
      <br>
      but when start Kamailio says:<br>
      <br>
      ERROR: <core> [modparam.c:156]: set_mod_param_regex():
      set_mod_param_regex: parameter <db_qtable> of type <1>
      not found in module <mohqueue><br>
      <br>
      What's wrong?<br>
      <br>
      <br>
      <blockquote>
        ----Messaggio originale----<br>
        Da: <a class="moz-txt-link-abbreviated" href="mailto:miconda@gmail.com">miconda@gmail.com</a><br>
        Data: 2-ott-2014 9.44<br>
        A: "Kamailio (SER) - Users Mailing
        List"<a class="moz-txt-link-rfc2396E" href="mailto:sr-users@lists.sip-router.org"><sr-users@lists.sip-router.org></a>, "Marino
        Mileti"<a class="moz-txt-link-rfc2396E" href="mailto:marino.mileti@alice.it"><marino.mileti@alice.it></a><br>
        Ogg: Re: [SR-Users] Kamailio & queue<br>
        <br>
        <!--
    
  --> Thats true if you need to answer and do some IVR, otherwise you
        can hold the INVITE or other request (until it is cancelled or
        times out).<br>
        <br>
        Specific on a call queue, may worth checking the module:<br>
        - <a moz-do-not-send="true" class="moz-txt-link-freetext"
          href="http://kamailio.org/docs/modules/stable/modules/mohqueue.html">http://kamailio.org/docs/modules/stable/modules/mohqueue.html</a><br>
        <br>
        Holding the invite in config file is possible with:<br>
        <br>
        - t_suspend() and then the (index, label) identification of
        transaction -- see tmx module<br>
        - add (index,label) to mqueue<br>
        - when the routing of invite has to be resumed, fetch from the
        queue and do t_continue()<br>
        <br>
        Cheers,<br>
        Daniel<br>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a>
<a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</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>