Re: [SR-Users] event_route[usrloc:contact-expired]

2019-01-17 Thread YASIN CANER
Hello Could you try to set parameter on your test environment? modparam("registrar", "event_callback", "usrloc:contact-expired") Cheers Yasin CANER From: Javier Valencia Sent: Thursday, January 17, 2019 6:51 PM To: YASIN CANER; Kamailio (SER) - Users Mailing

Re: [SR-Users] Kamailio Docker 5.2.1

2019-01-17 Thread Sergey Safarov
As options you can test "kamailio/kamailio-ci:5.2.1" image https://cloud.docker.com/u/kamailio/repository/docker/kamailio/kamailio-ci пт, 18 янв. 2019 г. в 02:09, Victor Seva : > On Thu, Jan 17, 2019, 23:28 Grant Bagdasarian wrote: > >> Hello, >> >> I was wondering when the Kamailio Docker

Re: [SR-Users] Kamailio Docker 5.2.1

2019-01-17 Thread Victor Seva
On Thu, Jan 17, 2019, 23:28 Grant Bagdasarian Hello, > > I was wondering when the Kamailio Docker image will be updated to use > 5.2.1 and be available > I'll try to find some spare cycles tomorrow morning. Oh wait, this morning. Regards > ___

[SR-Users] Kamailio Docker 5.2.1

2019-01-17 Thread Grant Bagdasarian
Hello, I was wondering when the Kamailio Docker image will be updated to use 5.2.1 and be available through the Docker public repository ( https://hub.docker.com/r/kamailio/kamailio)? Thanks and regards, Grant ___ Kamailio (SER) - Users Mailing List

[SR-Users] Problem with ghost dialogs

2019-01-17 Thread Cyrille Demaret
Hi, I'm running Kamailio 5.1.4 and I have some problem with some random dialogs sometimes staying in early state and never ends until I restart Kamailio. According to the init_ts, this dialog is there since 11/01/2019. * Do you have an idea how I can diagnose this problem? *

[SR-Users] Diameter (CDP) crashes on startup. ERROR: cdp [peerstatemachine.c:634]: I_Snd_CER(): I_Snd_CER(): Error on finding local host address > Socket operation on non-socket

2019-01-17 Thread Denys Pozniak
Hello! Please help me to find the issue with CDP module as it blocks Kamailio to start. [root@10-10-10-10 kamailio]# cat diameter.xml 38(7825) INFO: cdp [worker.c:332]:

[SR-Users] Limitation in Dispatcher Probing

2019-01-17 Thread Duarte Rocha
Greetings, I have a question about Dispatcher's probing. I have it configured with ds_probing_mode = 3 and ds_ping_interval = 60. Currently i have 35 Gateways with state = 8, meaning they will be probed. However, when i do a SIP capture i get a different scenario. Altough Kamailio sends

Re: [SR-Users] event_route[usrloc:contact-expired]

2019-01-17 Thread Javier Valencia
I can see how database row it's removed, and event is not fired. Best regards, Javier Valencia. El 17/1/19 a las 16:51, Javier Valencia escribió: Hi Yasin. I change debug from 2 to 3 and was turn crazy. But when debug=2 I can see other L_INFO entries. The problem it's this

[SR-Users] Dispatcher Probing

2019-01-17 Thread Duarte Rocha
Greetings, I have a question about Dispatcher's probing. I have it configured with ds_probing_mode = 3 and ds_ping_interval = 60. Currently i have 35 Gateways with state = 8, meaning they will be probed. However, when i do a SIP capture i get a different scenario. Altough Kamailio sends

Re: [SR-Users] event_route[usrloc:contact-expired]

2019-01-17 Thread Javier Valencia
Hi Yasin. I change debug from 2 to 3 and was turn crazy. But when debug=2 I can see other L_INFO entries. The problem it's this event_route it's not called. Best regards Javier Valencia El 17/1/19 a las 16:37, YASIN CANER escribió: Hello, could you check debug level is enough to

Re: [SR-Users] event_route[usrloc:contact-expired]

2019-01-17 Thread YASIN CANER
Hello, could you check debug level is enough to write logs? Probably it is debug=2 https://www.kamailio.org/dokuwiki/doku.php/tutorials:debug-syslog-messages Best Regards Yasin CANER tutorials:debug-syslog-messages - Kamailio (OpenSER)

[SR-Users] event_route[usrloc:contact-expired]

2019-01-17 Thread Javier Valencia
Hi there! I'm using Kamailio 4.4.3, and I add this code to my Kamailio: event_route[usrloc:contact-expired] {     xlog("L_INFO", "EXPIRED CONTACT START\n");     xlog("L_INFO", "EXPIRED CONTACT for $ulc(exp=>aor)\n");     xlog("L_INFO", "EXPIRED CONTACT END\n"); } I can't see

Re: [SR-Users] AWS binat external -> internal routing and record_route

2019-01-17 Thread Joel Serrano
I thought the same. I tested a couple different scenarios and ways to do it, from my perspective the simplest is: 1- Listen on 2 ports 2- Use the special attribute “socket” in dispatcher. That way I hardly have to touch the kamailio config and I don’t have to check stuff and select correct

Re: [SR-Users] Invalid sqlops parameter

2019-01-17 Thread YASIN CANER
Hello, I think , first problem is that Kamailio couldn t open route/register.cfg file. Secondly , Could you share line 278 in kamailio.cfg. it should be like modparam("sqlops","sqlcon","cb=>mysql://Mysql:password@localhost/pcscf") Cheers. Yasin CANER From:

[SR-Users] Invalid sqlops parameter

2019-01-17 Thread Yağız AYDIN
Hello, I'm trying to install Kamailio IMS for my Ubuntu 18.04 device. I have followed the configuration files which are provided by installation, but I have a problem about sqlops module. While I'm trying to execute pcscf module, following errors appear:

[SR-Users] Empty presence event NOTIFY

2019-01-17 Thread EDUARDO PASCUAL GALLEGO
Hello: I am testing the Kamailio Presence Server. I can see when the presence of an user agent expires then the server sends an empty NOTIFY without XML document. Also, when the server receives a SUBSCRIBE it sends a NOTIFY with XML if the UA is present but it sends an empty NOTIFY when the UA is

Re: [SR-Users] AWS binat external -> internal routing and record_route

2019-01-17 Thread Dmitry Sytchev
I've chosen that path with second port for internal traffic. Not as cool as single port, but for now I found this simplifies my config file flow. I haven't managed this to be done with conditions, because it becomes harder when we decide about directions etc... I'd be glad to know if you find