I don't need any IVR so I would like to try this module and following doc i've setup dbtable name parameters:

modparam ("mohqueue", "db_qtable", "mohqueues")
modparam ("mohqueue", "db_ctable", "mohcalls")

but when start Kamailio says:

ERROR: <core> [modparam.c:156]: set_mod_param_regex(): set_mod_param_regex: parameter <db_qtable> of type <1> not found in module <mohqueue>

What's wrong?


----Messaggio originale----
Da: miconda@gmail.com
Data: 2-ott-2014 9.44
A: "Kamailio (SER) - Users Mailing List"<sr-users@lists.sip-router.org>, "Marino Mileti"<marino.mileti@alice.it>
Ogg: Re: [SR-Users] Kamailio & queue

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).

Specific on a call queue, may worth checking the module:
- http://kamailio.org/docs/modules/stable/modules/mohqueue.html

Holding the invite in config file is possible with:

- t_suspend() and then the (index, label) identification of transaction -- see tmx module
- add (index,label) to mqueue
- when the routing of invite has to be resumed, fetch from the queue and do t_continue()

Cheers,
Daniel