[SR-Users] serctl moni command output question

2017-05-05 Thread Satish Patel
We have old ser running and in "serctl moni" command output in "Transaction Statistics" section "waiting counter" is growing it's almost millions sometime i do restart to get it clear so wanted to understand what is that counter for and why its keep growing? see following output after restart its 2

Re: [SR-Users] topos module - possible bug

2017-05-05 Thread Sergey Basov
I think it is because wrong order of Route: header after restoring... With topoh enabled I have: Route: Route: But with topos enabled I have: Route: , And kamailio trying to send ACK to KITS1.MSS.LIFE.COM:5060 Can you fix it? Or I going in to wrong directuon? Thank you. -- Best regards,

Re: [SR-Users] topos module - possible bug

2017-05-05 Thread Sergey Basov
Hi Daniel Semms now we have ankther problem... b_rr weites in db correctly. But when ack is sending from A side it try to send to B side to cantact ip, ignoring record-route headers... I will try to debug this. If you have any idea I can test it. Thank you. -- WBR Sergey Basov 28 апр. 2017

Re: [SR-Users] Issue with INVITE to NATed client

2017-05-05 Thread Iskren Hadzhinedev
Hello Sammy, The default kamailio.cfg was quite intimidating for me while trying to read it, so I got a simpler one that just proxies all requests to a backend PBX and started from there. Here's my current configuration file (Public IP masked): #!KAMAILIO #!define IPADDRESS "X.X.X.X" #!define

Re: [SR-Users] Issue with INVITE to NATed client

2017-05-05 Thread Daniel Tryba
On Fri, May 05, 2017 at 03:56:10PM +0100, Iskren Hadzhinedev wrote: > However, when a call comes from PSTN to the client, kamailio sends the > INVITE to the client's RFC1918 IP and I can't figure out how to send it to > the correct destination. I tried loading the registrar and usrloc modules > and

Re: [SR-Users] Issue with INVITE to NATed client

2017-05-05 Thread SamyGo
Hi, Can you share the config file. Seems you've made changes to configuration file. Using save("location") w/o any authentication above it will result in anyone getting 200OK for a REGISTER. Looking at the config will help point you to the right way. Regards, Sammy On Fri, May 5, 2017 at 10:56

Re: [SR-Users] Kamailio ro user

2017-05-05 Thread Glenn Larsen
Hi, So, I have not been using Kamailio with MySQL before, but I do have some basic MySQL knowledge. MySQL can be used with both socket and TCP, have you verified that your setup is matching the server setup. Have you look at this section: https://kamailio.org/docs/modules/4.3.x/modules/db_mysql.

[SR-Users] Kamailio ro user

2017-05-05 Thread Донат Зеничев
Hi. I have just written routing logic for my new sip-proxy server, but have a problem with start of kamailio. ./kamailio.cfg file has no mistakes - it's made well done. before to start coding with routing logic, of course I installed kamailio (ver 4.3.4) from repository. OS - ubuntu 16.04 and a

Re: [SR-Users] How to debug Kamailio

2017-05-05 Thread Remsik,Robert
Fair enough. :) I wasn't sure what chunks of information would be needed, or if the entire cfg is required. I'm pasting the sections that I edited and that I think are relevent. Thank you! >From the kamailio.cfg log: # *** To run in debug mode: # - define WITH_DEBUG #!define WITH_DEB

[SR-Users] Issue with INVITE to NATed client

2017-05-05 Thread Iskren Hadzhinedev
Hi list! I'm using kamailio 4.2 for load-balancing and failover via dispatcher, but I'm having some NAT related issues and I was hoping that someone might point me in the right direction. My setup is the following: PSTN - PBX - kamailio - NAT - client Calls from the NATed client to PSTN and/

Re: [SR-Users] How to debug Kamailio

2017-05-05 Thread Antony Stone
On Friday 05 May 2017 at 15:34:39, Remsik,Robert wrote: > Hello! > > I've got a base install of Kamailio and I'm trying to have it forward > packets generated by sipsak to a different proxy (a migration of an > existing ruleset by opensips). I can get the Kamailio process started but > I can't f

[SR-Users] How to debug Kamailio

2017-05-05 Thread Remsik,Robert
Hello! I've got a base install of Kamailio and I'm trying to have it forward packets generated by sipsak to a different proxy (a migration of an existing ruleset by opensips). I can get the Kamailio process started but I can't figure out why Kamailio isn't forwarding the packet and I haven't b

Re: [SR-Users] Test Message

2017-05-05 Thread Daniel-Constantin Mierla
Should be done now -- you can give it another try to send the message. Cheers, Daniel On 05.05.17 15:38, Remsik,Robert wrote: > > Daniel - Still no luck subscribing. ☹ > > > Can you please add me? > > > Thank you in advance, > > > > Robert Remsik > > ACNS > > Desk Phone: 970 491 7120 > > rober

Re: [SR-Users] How does dlg_bridge work?

2017-05-05 Thread Pranathi Venkatayogi
I found the root cause of it. This is because I am terminating sessions on Kamailio, by sending 200 ok from config. I don’t specify callee “Contact” at that point. Even though there are active chat sessions, dialog are not shown with cmd below. I am attaching relevant config below - Questions:

Re: [SR-Users] Test Message

2017-05-05 Thread Remsik,Robert
Daniel - Still no luck subscribing. [☹] Can you please add me? Thank you in advance, Robert Remsik ACNS Desk Phone: 970 491 7120 robert.rem...@colostate.edu From: Daniel-Constantin Mierla Sent: Friday, May 5, 2017 12:20:52 AM To: Kamailio (SER) - Users

Re: [SR-Users] kamailio crashes when it receives CANCEL

2017-05-05 Thread Andy
Thanks Daniel, I am not ready to upgrade the current version yet, If possible can point me to any patches/bugs related to this. I will check to see if I can patch. thanks, Anand -- View this message in context: http://sip-router.1086192.n5.nabble.com/kamailio-crashes-when-it-receives-CANCEL-

Re: [SR-Users] How does dlg_bridge work?

2017-05-05 Thread Daniel-Constantin Mierla
Hello, is the dialog already answered at that time? Can you see it via kamcmd dlg.list ? Cheers, Daniel On 04.05.17 22:48, Pranathi Venkatayogi wrote: > > When I use dlg_refer I get the following error: > > > > 2689 May 4 16:09:56 devsip00 /sbin/kamailio[24617]: exec: *** > cfgtrace:failure_

Re: [SR-Users] KEMI Python and msg.call_function()

2017-05-05 Thread Daniel-Constantin Mierla
As a quick hacking session this morning, based on your interest, I just exported the t_load_contacts()/t_next_contacts() to KEMI interface, so if you use latest master, then you can use them dirrection without the call_function() wrapper. Cheers, Daniel On 05.05.17 08:27, Daniel-Constantin Mier