[SR-Users] Siremis domain querry reports SQL error

2015-02-06 Thread Marek Moravcik
Hello, after upgrading Siremis from 3.1 to 4.1 he starts report SQL errors on more places. But most annoying is error in domain list. I've tried to reinstall Siremis, drop database, but nothing helps. On other server after same upgrade, everything goes well. Only difference is, that error server

[SR-Users] Inconsistency between dlg_list and 'get_statistics dialog:'

2015-02-06 Thread mayamatakeshi
Hello, I am counting the number o dialogs using this: # kamctl fifo dlg_list |grep dialog:: |wc -l 126 However when I use 'get_statistics dialog:' I get this: # kamctl fifo get_statistics dialog: dialog:active_dialogs = 67 dialog:early_dialogs = 3 dialog:expired_dialogs = 253

Re: [SR-Users] dmq_t_replicate fails with ERROR: t_forward_nonack: no branches for forwarding

2015-02-06 Thread Charles Chance
On 6 Feb 2015 09:27, Leonardo Arena rna...@gmail.com wrote: On gio, 2015-02-05 at 09:29 +, Charles Chance wrote: Hi, On 5 Feb 2015 09:18, Leonardo Arena rna...@gmail.com wrote: I saw the patch on sr-dev. Thanks! Did you have chance to test it yourself? With it, you do not

Re: [SR-Users] Presence module for BLF issue

2015-02-06 Thread Daniel-Constantin Mierla
Btw, there is no 'debug' message -- have you set debug=3? Daniel On 06/02/15 10:26, Daniel-Constantin Mierla wrote: Hello, the log doesn't show the messages from the INVITE to the BYE. Are you sure you got them for the entire call? There are notes from syslog that there are rate limits,

Re: [SR-Users] Inconsistency between dlg_list and 'get_statistics dialog:'

2015-02-06 Thread Daniel-Constantin Mierla
Hello, look at the details of the dialogs, some of them might be in terminated state and therefore no longer in actitive_dialog counter. The ones in terminated state should be removed from dlg_list with the next cleanup timer. Cheers, Daniel On 06/02/15 08:59, mayamatakeshi wrote: Hello, I

Re: [SR-Users] dmq_t_replicate fails with ERROR: t_forward_nonack: no branches for forwarding

2015-02-06 Thread Charles Chance
Ok, you should report the cnxcc issue separately if required. For now, I have pushed the patch to master branch but will also backport to 4.2 later. Cheers, Charles On 6 February 2015 at 10:59, Leonardo Arena rna...@gmail.com wrote: On ven, 2015-02-06 at 09:37 +, Charles Chance wrote:

Re: [SR-Users] dmq_t_replicate fails with ERROR: t_forward_nonack: no branches for forwarding

2015-02-06 Thread Daniel-Constantin Mierla
The cnxcc in master depends on hiredis library, so that has to be installed before compiling -- see the readme of the module for all dependencies. Cheers, Daniel On 06/02/15 12:31, Charles Chance wrote: Ok, you should report the cnxcc issue separately if required. For now, I have pushed the

Re: [SR-Users] Multiple OR into a if

2015-02-06 Thread Igor Potjevlesch
Hello Daniel, Yes it's the only one and I don't get it. Can you copy past the config you tried? Indeed, for the space it's an error when I copied pasted. Regards, Igor. De : Daniel-Constantin Mierla [mailto:mico...@gmail.com] Envoyé : jeudi 5 février 2015 11:52 À : Igor

Re: [SR-Users] Siremis domain querry reports SQL error

2015-02-06 Thread Daniel-Constantin Mierla
Hello, you have to look at upgrade guidelines from your old version (3.1) to the new one (4.1): - http://www.kamailio.org/wiki/start#upgrade The database structure of kamailio has changed, you must get the one for version 4.1. Cheers, Daniel On 05/02/15 20:00, Marek Moravcik wrote: Hello,

Re: [SR-Users] Presence module for BLF issue

2015-02-06 Thread Daniel-Constantin Mierla
Hello, the log doesn't show the messages from the INVITE to the BYE. Are you sure you got them for the entire call? There are notes from syslog that there are rate limits, dropping logs. Also, I noticed errors printed by t_check_trans(), are you using it from a branch_route? Eventually you can

Re: [SR-Users] dmq_t_replicate fails with ERROR: t_forward_nonack: no branches for forwarding

2015-02-06 Thread Leonardo Arena
On gio, 2015-02-05 at 09:29 +, Charles Chance wrote: Hi, On 5 Feb 2015 09:18, Leonardo Arena rna...@gmail.com wrote: I saw the patch on sr-dev. Thanks! Did you have chance to test it yourself? With it, you do not need to call append_branch() in config. For me master (f9c248a) does

Re: [SR-Users] dmq_t_replicate fails with ERROR: t_forward_nonack: no branches for forwarding

2015-02-06 Thread Leonardo Arena
On ven, 2015-02-06 at 09:37 +, Charles Chance wrote: On 6 Feb 2015 09:27, Leonardo Arena rna...@gmail.com wrote: On gio, 2015-02-05 at 09:29 +, Charles Chance wrote: Hi, On 5 Feb 2015 09:18, Leonardo Arena rna...@gmail.com wrote: I saw the patch on sr-dev. Thanks!

Re: [SR-Users] One Way RTP from destination SIP server using rtpengine

2015-02-06 Thread Don Fanning
Hi Fred, The forward path is like this: SipML5 - [WSS (UDP/TLS/RTP/SAVPF)] - Kamailio - RTPEngine - [SIP (RTP/AVP)] - OpenMCU-ru The return is opposite of this. Call setup over SIP works fine from one end to the other and back. Media i know is fine from SipML5 to Kamailio on the forward path

Re: [SR-Users] Kamailio load balansing 2 servers issues

2015-02-06 Thread Yuriy Gorlichenko
We solved this issue with another way because enpoints can registar at only one kam (at location table we see socket field). So we need not register at both servers one endpoint- wee ned call all servers for calling endpoints with same username from both servers. This philosophy right for load

Re: [SR-Users] One Way RTP from destination SIP server using rtpengine

2015-02-06 Thread Fred Posner
Do you have any of the sip traffic? Also, are you using FreeSWITCH for the media of WSS? Fred Posner The Palner Group, Inc. http://www.palner.com (web) +1-503-914-0999 (direct) On 02/05/2015 09:38 PM, Don Fanning wrote: Hello All, I currently am running Kamailio in a WSS configuration with

Re: [SR-Users] One Way RTP from destination SIP server using rtpengine

2015-02-06 Thread Don Fanning
I guess I should also note that I do have freeswitch on the machine and the contexts are there. It seems to work fine in echotest and conference modes. But I do have to caveat that I have not tried it recently with some recent config changes to handle the RTP/SAVPF to RTP/AVP rewriting - so that