[SR-Users] No music on hold with mohqueue

2017-10-23 Thread Fedor
I got in my kamailio.cfg: loadmodule "mohqueue.so" # --- music on hold moh modparam ("mohqueue", "db_url", "mysql://kamailio:PASSWORDHERE@localhost/ kamailio") modparam ("mohqueue", "mohdir", "/etc/kamailio/moh") modparam ("mohqueue", "moh_maxcalls", 3000) Databases for mohqueue exist

Re: [SR-Users] Multi crashes in the same day

2017-10-23 Thread igor.potjevlesch
Hello Daniel, Thank you for pinpoint. Is this commit into branch 5 only? Regards, Igor. De : Daniel-Constantin Mierla [mailto:mico...@gmail.com] Envoyé : mardi 3 octobre 2017 20:23 À : Kamailio (SER) - Users Mailing List ; igor.potjevle...@gmail.com

Re: [SR-Users] [sr-dev] Planning Kamailio v5.0.4

2017-10-23 Thread M S
Hi, There is a Kamailio sigfault issue #1277 that is also present in current master branch. I would really appreciate if you can take a look at it before next release, so i can upgrade my kamailio setup to v5.0 upon next release. Thank you. On Mon, Oct 23, 2017 at 10:58 AM, Daniel-Constantin

Re: [SR-Users] How to check 4XX/5XX response in general.

2017-10-23 Thread Sebastian Damm
Hi, you can use a regex match for that as well. if ($rs =~ "^[45].*") { # do something } HTH Sebastian On Mon, Oct 23, 2017 at 11:34 AM, vi...@advaitamtech.com wrote: > Hi, > > > > Is there any way to catch all 4XX and 5XX SIP error codes rather then > specifying

[SR-Users] How to check 4XX/5XX response in general.

2017-10-23 Thread vi...@advaitamtech.com
Hi, Is there any way to catch all 4XX and 5XX SIP error codes rather then specifying individually ie. 404, 500, 400 etc in kamailio. Thanks, Vivek.___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org

[SR-Users] Planning Kamailio v5.0.4

2017-10-23 Thread Daniel-Constantin Mierla
Hello, I am considering to release Kamailio v5.0.4 later this week, likely on Wednesday or Tuesday. If you are aware of any issue in branch 5.0 which is not yet reported on github.com/kamailio/kamailio issues tracker, then do it as soon as possible to have a chance to look at it. Cheers, Daniel

Re: [SR-Users] shared dialogs

2017-10-23 Thread Charles Chance
Hello, Just to note, I had been looking into a similar issue before going on holiday. I believe it may be fixed but need to do some further testing today/tomorrow before committing. The backtrace would still be useful to know that your issue is the same thing. Cheers, Charles On 23 Oct 2017

Re: [SR-Users] Presence WARNING after publish and no NOTIFY

2017-10-23 Thread Yuriy Gorlichenko
Ok. So then this task should be closed. Thx fr reply) Will do dialog state notification by other methods. Is ther any plans to integrate sending pure text (not SIP) via websocket proto to client? 2017-10-23 10:31 GMT+03:00 Daniel-Constantin Mierla : > Hello, > > On 23.10.17

Re: [SR-Users] Presence WARNING after publish and no NOTIFY

2017-10-23 Thread Daniel-Constantin Mierla
Hello, On 23.10.17 08:46, Yuriy Gorlichenko wrote: > Hi > Yes but i suppose the trouble in the > pidf+xml (websockets based endpoint uses it meanwhile hardphones uses > dialog-info+ xml > As i understood it not accepts dialog states. Only presentity. > > am i right?  > If yes i will safe our

Re: [SR-Users] MoS(QoS) measurement in Kamailio based IMS network

2017-10-23 Thread Daniel-Constantin Mierla
Hello, On 11.10.17 01:53, Kranti Kumar wrote: > Hi All, > > I am using Kamailio IMS VMimage which is provided by Franz. I am > successfully established the call between the IMS clients. > > Here I would like to measure the MoS mean opnion score (QoS) of Calls > (Voice quality). Can any one

Re: [SR-Users] how to bridge two landline users

2017-10-23 Thread Daniel-Constantin Mierla
Hello, On 12.10.17 12:30, 赵国杰 wrote: > Hello, >     In a standard sip flow, the call goes like: sip user A --> > kamailio --> pstn --> landline user B. However, when user A has a bad > internet access, the audio is broken. So what I want is to let sip > user A send a invite to kamailio first,

Re: [SR-Users] Testing for user=phone with siputils uri_param() doesn't work

2017-10-23 Thread Daniel-Constantin Mierla
Hello, On 13.10.17 17:25, George Diamantopoulos wrote: > Hello, > > In my script I've had to test for the user=phone parameter in URIs. I > thought uri_param() from siputils would be handy for this operation on > the RURI, so I did: > >     if ( !uri_param("user","phone") ) { >    

Re: [SR-Users] uac_replace_from and header adulterations

2017-10-23 Thread Daniel-Constantin Mierla
Hello, On 23.10.17 08:56, Alex Balashov wrote: > Hi Daniel, > > On Mon, Oct 23, 2017 at 08:52:46AM +0200, Daniel-Constantin Mierla wrote: > >> what version of kamailio are you using in this case? Later versions of >> kamailio should not set a broken header in that case (no header with >> invalid

Re: [SR-Users] uac_replace_from and header adulterations

2017-10-23 Thread Daniel-Constantin Mierla
Hello, On 13.10.17 21:53, Alex Balashov wrote: > Hello, > > I've got a bizarre problem caused by bad UA behaviour: > >UA A ---> Kamailio (P) ---> UA B > > 1. UA A sends initial INVITE through P to B; > > 2. Kamailio (P) makes some modifications to the From header using > uac_replace_from()

Re: [SR-Users] Presence WARNING after publish and no NOTIFY

2017-10-23 Thread Yuriy Gorlichenko
Hi Yes but i suppose the trouble in the pidf+xml (websockets based endpoint uses it meanwhile hardphones uses dialog-info+ xml As i understood it not accepts dialog states. Only presentity. am i right? If yes i will safe our time) if not, let me know - i will collect logs ASAP. On Oct 23, 2017

Re: [SR-Users] Presence WARNING after publish and no NOTIFY

2017-10-23 Thread Daniel-Constantin Mierla
Hello, can you grab the logs from kamailio as well as the sip traffic at the same time? We need to see all the headers in these sip requests to be able tot rack what operations have to be done. Cheers, Daniel On 17.10.17 17:49, Yuriy Gorlichenko wrote: > Hi use 5.0.1 with presence > for

Re: [SR-Users] shared dialogs

2017-10-23 Thread Daniel-Constantin Mierla
Hello, can you grab and send the backtrace with gdb from corefile? The logs show that core was generated. While I don't use dmq that much, maybe it is something easy to fix. Cheers, Daniel On 18.10.17 22:58, : Paolo Visintin - Time-Net S.r.l. wrote: > Hi Daniel,  > I have gone in deep and made

Re: [SR-Users] Help on Video Conference

2017-10-23 Thread Daniel-Constantin Mierla
Hello, is imsdroid able to host a video conference itself? If not, you need a mcu like freeswitch to host one. Cheers, Daniel On 22.10.17 19:12, Kranti Kumar wrote: > Hello , > I’m trying to build a testbed using the VMware image you kindly have > shared here: >