Re: [SR-Users] music on hold configuration

2016-07-25 Thread Robert Boisvert
gt;> >> >> On Sat, Jul 23, 2016 at 2:36 AM, Robert Boisvert >> wrote: >> >>> It looks like you haven't correctly setup and configured the rtpproxy >>> feature which mohqueue relies on. See >>> http://kamailio.org/docs/module

Re: [SR-Users] music on hold configuration

2016-07-22 Thread Robert Boisvert
It looks like you haven't correctly setup and configured the rtpproxy feature which mohqueue relies on. See http://kamailio.org/docs/modules/4.3.x/modules/rtpproxy.html#idp2409144 On Fri, Jul 22, 2016 at 3:06 PM, Gaurav Bmotra wrote: > hi Robert > now kamailio service is started successfully >

Re: [SR-Users] music on hold configuration

2016-07-21 Thread Robert Boisvert
e this MOH entryes then it will work fine > but i want to configure the MOH in this .. > > > > On Fri, Jul 22, 2016 at 1:57 AM, Robert Boisvert > wrote: > >> Did you use kamdbctl to create the tables? >> https://www.kamailio.org/wiki/install/4.3.x/git#create_mysql_dat

Re: [SR-Users] music on hold configuration

2016-07-21 Thread Robert Boisvert
e_destroy(): SCTP API not initializedJul 22 01:32:32 bmotra > systemd[1]: kamailio.service: Control process exited, code=exited > status=255Jul 22 01:32:32 bmotra systemd[1]: Failed to start Kamailio > (OpenSER) - the Open Source SIP Server.-- Subject: Unit kamailio.service > has failed-- Defi

Re: [SR-Users] music on hold configuration

2016-07-21 Thread Robert Boisvert
ocs/modules/devel/modules/mohqueue.html#table.parms and http://www.kamailio.org/docs/modules/devel/modules/mohqueue.html#mohqueues.dbase On Thu, Jul 21, 2016 at 3:23 PM, Gaurav Bmotra wrote: > i have created two tables > > mqueues and mcalls > > is that ok > > > On Fri, Jul 22,

Re: [SR-Users] music on hold configuration

2016-07-21 Thread Robert Boisvert
motra systemd[1]: kamailio.service: Control process > exited, code=exited status=255 > Jul 21 23:48:20 bmotra systemd[1]: Failed to start Kamailio (OpenSER) - > the Open Source SIP Server. > -- Subject: Unit kamailio.service has failed > > > On Thu, Jul 21, 2016 at 2:22 AM,

Re: [SR-Users] music on hold configuration

2016-07-20 Thread Robert Boisvert
-- Subject: Unit kamailio.service has failed > -- Defined-By: systemd > -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel > -- > -- Unit kamailio.service has failed. > > HARE I HAVE ATACHED MY KAMAILIO CONFIG FILE > > > > > > On Wed, Ju

Re: [SR-Users] music on hold configuration

2016-07-20 Thread Robert Boisvert
Gaurav, Your request is a little vague but the following things may be helpful: 1. Your configuration has commented out the module statements which disables it. - #loadmodule "mohqueue.so" - #modparam ("mohqueue", "db_url", "mysql://kamailio:kamailiorw@localhost/kamailio")

Re: [SR-Users] General question about mohqueue

2015-11-16 Thread Robert Boisvert
David, mohqueue was designed to hold calls in a FIFO queue until retrieved ( http://kamailio.org/docs/modules/4.3.x/modules/mohqueue.html#overview). It does not include an algorithm that decides when to remove it from the queue since there are many ways to determine that. Whether you program thi

Re: [SR-Users] dmq_is_from_node() issue

2015-07-22 Thread Robert Boisvert
You might want to consider this function: http://kamailio.org/docs/modules/4.3.x/modules/dmq.html#dmq.p.multi_notify On Wed, Jul 22, 2015 at 10:25 AM, Asgaroth <00asgarot...@gmail.com> wrote: > sorry, I forgot to mention, this is with Kamailio v4.3.1: > > # kamailio -V > version: kamailio 4.3.1 (

Re: [SR-Users] How to Use Multiple DMQ Notification Addresses

2015-03-04 Thread Robert Boisvert
at some point, > when there is some spare time :-) > > Cheers, > > Charles > On 3 Mar 2015 23:39, "Robert Boisvert" wrote: > >> Hello all, >> >> I would like to setup a DMQ bus where servers can come on and offline and >> have DMQ continue wo

[SR-Users] How to Use Multiple DMQ Notification Addresses

2015-03-03 Thread Robert Boisvert
Hello all, I would like to setup a DMQ bus where servers can come on and offline and have DMQ continue working with the online servers. I'm having trouble understanding how to do that with the notification address. Can someone point me in the right direction? More specifically, suppose I have f

Re: [SR-Users] Queue implementation in kamailio

2015-01-05 Thread Robert Boisvert
ich is in > call? > > > > > > Regards, > > Ansuman > > > > *From:* sr-users [mailto:sr-users-boun...@lists.sip-router.org] *On > Behalf Of *Robert Boisvert > *Sent:* 04 January 2015 02:24 > *To:* Kamailio (SER) - Users Mailing List > *Subject:* Re

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 qu

Re: [SR-Users] Kamailio & queue

2014-10-03 Thread Robert Boisvert
Only with rtpproxy. On Fri, Oct 3, 2014 at 5:25 AM, Marino Mileti wrote: > mohqueue module is also compatible with rtpproxy-ng or only with rtppoxy? > > Because during startup i've noticed this error: > mohqueue : Unable to load rtpproxy_stream2uac > > > > > >There was a typo in the parameter na

Re: [SR-Users] SCA module - sca_call_info_update() function for 180 responses

2014-07-31 Thread Robert Boisvert
Jorj, I work on the same team with J. Arruda and we would like to get this bug fixed. When amortensen was at Penn he was responsive to bug requests but now he seems to have other responsibilities. It looks like you are offering to step in for him. Can you officially inquire about picking up SCA

Re: [SR-Users] Kamailio with mohqueue module

2014-01-30 Thread Robert Boisvert
Mark, That part depends on you. There are so many ways to implement that function I decided not to make it a part of mohqueue. mohq_retrieve () provides a way to move calls out, mohq_count () allows you to check for queued calls within Kamailio scripts, and the database tables allow you to query

Re: [SR-Users] SCA Crashes

2013-11-11 Thread Robert Boisvert
the > meantime? Thanks. > > andrew > > > On Nov 11, 2013, at 4:18 PM, Robert Boisvert wrote: > > > Hi! > > > > Looking for some help as to why the SCA module is crashing randomly on > 4.0.4. It has crashed several times with a backtrace that shows these

[SR-Users] SCA Crashes

2013-11-11 Thread Robert Boisvert
Hi! Looking for some help as to why the SCA module is crashing randomly on 4.0.4. It has crashed several times with a backtrace that shows these stack calls: (gdb) backtrace #0 0x in ?? () #1 0x4dceca11 in sca_hash_table_slot_kv_delete_unsafe () from /usr/lib/kamailio/modules/sca.so #2 0

[SR-Users] SCA Module Drops Shared Line if Barge-In Aborted on Polycom

2013-09-18 Thread Robert Boisvert
SCA Developers, I ran into a problem using the SCA module and was looking for some assistance for the following situation. Can you help? Here is the scenario: 1. When a conversation is occurring on a shared line with Polycom phones; 2. Another caller on the same shared line picks up the pho