Re: [sr-dev] [kamailio/kamailio] cores on stop if TLS is enabled using libssl1.1 ( Debian stretch ) (#1189)

2018-02-21 Thread Fyodor
@linuxmaniac so it's okay to have this in log file? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1189#issuecomment-367384899___

Re: [sr-dev] [kamailio/kamailio] could not resolve hostname (#1443)

2018-02-15 Thread Fyodor
Shame on me -__- It was mistake in my config, i forgot to set `$var(nu)` ``` # get user name $var(nu) = $rU; ``` so fixed kamailio.cfg: ``` ... request_route { if($rU=~"^(z\#)[0-9][0-9]{1,20}$"){ # get user name $var(nu) = $rU; # get normal DestNum without prefix

[sr-dev] [kamailio/kamailio] could not resolve hostname (#1443)

2018-02-15 Thread Fyodor
### Description I'm trying to set call redirection to another sip server. But now i receive only error. Check reproduction and logs section. On client side: in softphone i try to call: `z#` ### Troubleshooting >From server's ssh: ``` root@serv:~# ping sip.zadarma.com PING sip.zadarma.com

Re: [sr-dev] [kamailio/kamailio] cores on stop if TLS is enabled using libssl1.1 ( Debian stretch ) (#1189)

2018-02-15 Thread Fyodor
@miconda i thinks i still have this issue. `` kamctl version /usr/sbin/kamctl 5.0.0 ``` ``` Distributor ID: Ubuntu Description:Ubuntu 16.04.3 LTS Release:16.04 Codename: xenial ``` Installed ssl libs: ``` root@serv:~# apt list --installed | grep ssl WARNING: apt does not

Re: [sr-dev] [kamailio/kamailio] dialog module with broken defaults (#372)

2018-01-26 Thread Fyodor
@miconda `` ERROR: dialog [dialog.c:500]: mod_init(): invalid dlg flag -1!!`` kamailio 5.1.1, ubuntu xenial -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] No music on hold (#1273)

2017-10-19 Thread Fyodor
@linuxmaniac i wrote to sr-us...@lists.kamailio.org 2 weeks ago, no reply :/ -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1273#issuecomment-338059501___

[sr-dev] [kamailio/kamailio] No music on hold (#1273)

2017-10-19 Thread Fyodor
os: ubuntu 16.04 installation: apt install kamailio rttproxy configured and works(SRTP works fine) Databases for mohqueue exist My kamailio.cfg: ``` loadmodule "mohqueue.so" # --- music on hold moh modparam ("mohqueue", "db_url", "mysql://kamailio:MYPASSWORDHERE@localhost/kamailio")

Re: [sr-dev] [kamailio/kamailio] Kamailio + rsyslog, still writing logs to /var/log/syslog in DEBUG_MODE (#1070)

2017-04-14 Thread Fyodor
Of course, i already tried to restart rsyslog/kamailio and reboot server. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] Kamailio + rsyslog, still writing logs to /var/log/syslog in DEBUG_MODE (#1070)

2017-04-14 Thread Fyodor
Ubuntu 16.04.2 LTS version: kamailio 4.3.4 (x86_64/linux) /etc/kamailio/kamailio.cfg: ``` ### LOG Levels: 3=DBG, 2=INFO, 1=NOTICE, 0=WARN, -1=ERR #!ifdef WITH_DEBUG debug=4 log_stderror=yes #!else debug=2 log_stderror=no #!endif memdbg=5 memlog=5 log_facility=LOG_LOCAL0 ```