Re: [SR-Users] Critical : Kamilio is not starting when loading Dispatcher module .

2021-02-22 Thread Olle E. Johansson
> On 23 Feb 2021, at 05:36, Amul Tyagi wrote: > > Feb 18 18:33:19 CICTPH01LLB01 /usr/sbin/kamailio[18817]: ERROR: > [core/tcp_main.c:2863]: tcp_init(): bind(d, 0x7f81495f1efc, 16) on > 127.0.0.1:5060 : Address already in use Please check the above log for your reference. There’s one ERROR

Re: [SR-Users] Critical : Kamilio is not starting when loading Dispatcher module .

2021-02-22 Thread Alex Balashov
It sounds like your answer is in the log: SO_RCVBUF is finally 425984 Feb 18 18:33:19 CICTPH01LLB01 /usr/sbin/kamailio[18817]: ERROR: [core/tcp_main.c:2863]: tcp_init(): bind(d, 0x7f81495f1efc, 16) on 127.0.0.1:5060 : Address already in use — Sent from mobile, with due apologies for brevity

[SR-Users] Critical : Kamilio is not starting when loading Dispatcher module .

2021-02-22 Thread Amul Tyagi
Dear Kamailio Team , I have installed Kamailio on Ubuntu 18.04 with SIREMIS and its working fine . But I want to use the Dispatcher module for load balancing . When enabling the dispatcher module Kamailio is not starting up and giving error in syslog. Please check below the logs for your

Re: [SR-Users] Kamailio 5.4.4 segmentation fault after kamctl rpc dialplan.dump

2021-02-22 Thread Daniel-Constantin Mierla
Hello, probably the module code needs also some updates, it is rather old and likely designed for db backends that enforce non-null values, like in the create statement:   * https://github.com/kamailio/kamailio/blob/master/utils/kamctl/mysql/dialplan-create.sql#L10 So it does not do much extra

Re: [SR-Users] Kamailio 5.4.4 segmentation fault after kamctl rpc dialplan.dump

2021-02-22 Thread Julia Bo
Hello Daniel, I use mysqldb. I have added the default value "" to column "attr" and It's working now. Thank you so much! Julia. On Mon, Feb 22, 2021 at 12:19 PM Daniel-Constantin Mierla wrote: > Hello, > > did you change the database structure? Because the crash seems to be > because attrs

[SR-Users] Kamailio how to make UAC challenge on Dispatcher failure route

2021-02-22 Thread Antonio Couto
I have one Kamailio that makes an outbound register on two Asterisk. I have a dispatcher with that same two Asterisk destinations, on INVITE message I call replace_from("", ) in order to call a internal extension and on failure route I receive 401 and call the process of authorization is OK. The

Re: [SR-Users] Kamailio Crash in TLS acceppt

2021-02-22 Thread surendra p
I am running source code based, I don't see any changes in tls module with respect to implementation. I have recompiled my kamailio source using openssl 1.1.1j version. I tried this below by upgrading openssl using the latest source code. Vulnerability in OpenSSL - Integer overflow in

Re: [SR-Users] Cockroachdb and kamailio 5.4

2021-02-22 Thread Jonathan Hunter
Hi Noah and Henning, Thank you for your responses, I am currently digesting them! If I can be of any help testing/working on this please let me know as Im very keen to implement it so will review and also happy to take direction as I will be testing this week on it. Thanks again Jon Sent

[SR-Users] Problem with kamalio.

2021-02-22 Thread Silvère Dekpon
Hi, how are you. I got this mail on github kamalio page.  Here is my problem detail : Everytime when my vps reboot, i got a problem with my kamalio. It seems like service can't start. So i have to restart it myself by using "kamctl restart". When i enter this command, i got an error on screen.

Re: [SR-Users] Kamailio 5.4.4 segmentation fault after kamctl rpc dialplan.dump

2021-02-22 Thread Daniel-Constantin Mierla
Hello, did you change the database structure? Because the crash seems to be because attrs field is NULL, but database schema should prevent it. Or, maybe you use a database backend that cannot enforce that, which one do you use (db_myql, ...)? Cheers, Daniel On 22.02.21 10:57, Daniel-Constantin

Re: [SR-Users] Kamailio 5.4.4 segmentation fault after kamctl rpc dialplan.dump

2021-02-22 Thread Daniel-Constantin Mierla
Hello, ohhh, indeed -- I thought it was the corefile itself, which cannot be investigated on other system than the one generating it. Cheers, Daniel On 22.02.21 10:05, Julia Bo wrote: > Hello, > > The corefile has been already attached in previous mail. > Send it again. > > Thank you, > Julia.

Re: [SR-Users] Kamailio 5.4.4 segmentation fault after kamctl rpc dialplan.dump

2021-02-22 Thread Julia Bo
Hello, The corefile has been already attached in previous mail. Send it again. Thank you, Julia. On Mon, Feb 22, 2021 at 10:22 AM Daniel-Constantin Mierla wrote: > Hello, > > are you able to get a core file for the crash? If yes, then send here the > output of gdb command "bt full" to see

Re: [SR-Users] Kamailio 5.4.4 segmentation fault after kamctl rpc dialplan.dump

2021-02-22 Thread Daniel-Constantin Mierla
Hello, are you able to get a core file for the crash? If yes, then send here the output of gdb command "bt full" to see where the crash happens and try to fix it. Cheers, Daniel On 21.02.21 16:11, Julia Bo wrote: > Hello, > Kamailio version 5.4.4. > Kamailio  segmentation fault after kamctl rpc