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: miconda@gmail.com<br>
Data: 2-ott-2014 9.44<br>
A: "Kamailio (SER) - Users Mailing List"<sr-users@lists.sip-router.org>, "Marino Mileti"<marino.mileti@alice.it><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 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>