Re: [SR-Users] Queue implementation in kamailio

2015-01-07 Thread Ansuman Manna - Asergis Telecom
) - Users Mailing List Subject: Re: [SR-Users] Queue implementation in kamailio Ansuman, If your question is, How do I know when a line is ready to receive a call that is in queue?, then the answer is that function is outside of the scope of mohqueue. Your code will have to determine

Re: [SR-Users] Queue implementation in kamailio

2015-01-05 Thread Robert Boisvert
...@lists.sip-router.org] *On Behalf Of *Robert Boisvert *Sent:* 04 January 2015 02:24 *To:* Kamailio (SER) - Users Mailing List *Subject:* Re: [SR-Users] Queue implementation in kamailio Ansuman, The mohqueue module was designed to redirect waiting callers into a Music-On-Hold (MOH

Re: [SR-Users] Queue implementation in kamailio

2015-01-03 Thread Robert Boisvert
Ansuman, The mohqueue module was designed to redirect waiting callers into a Music-On-Hold (MOH) queue and when a line became available to pull them out of queue and redirect them to an available line. I'm not sure if this is what you have in mind. If so, I'm sorry but I don't understand your

[SR-Users] Queue implementation in kamailio

2015-01-03 Thread Ansuman Manna - Asergis Telecom
Hi, I am developing a system using Kamailio 4.2.1 as a front-end to a group of Asterisk servers. All of the usual functionality (registations, inbound, outbound, internal calls) are fine. We need to add call queueing to the system. I looked at the mohqueue module and read that we