Re: [SR-Users] Kamailio 4.4 wont start on CentOS 7 using script

2016-08-04 Thread Nagorny, Dimitry
Hello Fabian, I had a similar problem and build my own little kamailio.service file for CentOS7. Please find it attached, just drop it under /etc/systemd/system/ and give it execution permissions and activate it afterwards with "systemctl enable kamailio.service" and "systemctl start

Re: [SR-Users] WS to WS calls - No ACK received for 200OK

2016-06-21 Thread Nagorny, Dimitry
r/sbin/kamailio[7869]: ERROR: tm [t_fwd.c:1711]: t_forward_nonack(): ERROR: t_forward_nonack: failure to add branches Jun 21 19:07:15 acstemplate /usr/sbin/kamailio[7869]: ERROR: sl [sl_funcs.c:363]: sl_reply_error(): ERROR: sl_reply_error used: Unresolvable destination (478/SL) Thanks & Regard

Re: [SR-Users] WS to WS calls - No ACK received for 200OK

2016-06-21 Thread Nagorny, Dimitry
Hi Amit, I had the same issue reported here last week. Here is the part how I solved it for the moment on Kamailio 4.3.5 with JsSIP: route[WITHINDLG] { if (!has_totag()) { return; } if (loose_route()) {

[SR-Users] ACK not sent out

2016-06-16 Thread Nagorny, Dimitry
Hello List, I have a setup of two WebRTC-Clients registered to kamailio. RegA calls RegB. Signalling itself for connection seems to work until the point RegA receives the 200Ok and wants to send the ACK, kamailio throws errors. Here are the 200Ok with the following ACK and the errors that

Re: [SR-Users] Kamailio Websocket Questions

2016-06-03 Thread Nagorny, Dimitry
Hi all, Got INVITE resolved, but the Errors described below persist. Best Regards Dimitry Nagorny Trainee Von: sr-users [mailto:sr-users-boun...@lists.sip-router.org] Im Auftrag von Nagorny, Dimitry Gesendet: Freitag, 3. Juni 2016 10:39 An: Kamailio (SER) - Users Mailing List <sr-us

[SR-Users] Kamailio Websocket Questions

2016-06-02 Thread Nagorny, Dimitry
Hi List, two questions regarding Kamailio Websockets: 1. How do I send INVITE request TO the listening Websocket? I usually used for UDP/TCP/TLS these format, but somehow this is not working for Websocket because it gets in an endless loop: if ($rU=~"^(\+|00|0)?[1-9][0-9]{4,20}$") {

Re: [SR-Users] Accept INVITE with transport=tcp

2016-05-31 Thread Nagorny, Dimitry
Hello Nahum, If I understand your question correct then all you have to do is let kamailio listen on tcp where you are recieving the requests: listen=tcp:KamailioIP:KamailioPort Best Regards Dimitry Nagorny Trainee Von: sr-users [mailto:sr-users-boun...@lists.sip-router.org] Im Auftrag von

Re: [SR-Users] Setting source interface on relay

2016-05-10 Thread Nagorny, Dimitry
Hi Phil, try using force_send_socket(protocol:your_sending_interface:your_sending_port); just before your route(RELAY). Best Regards Dimitry Nagorny Trainee Von: sr-users [mailto:sr-users-boun...@lists.sip-router.org] Im Auftrag von Phil Lavin Gesendet: Dienstag, 10. Mai 2016 16:19 An:

Re: [SR-Users] unixODBC failure/bug?

2016-04-29 Thread Nagorny, Dimitry
org> Betreff: Re: [SR-Users] unixODBC failure/bug? Hello, can try with ODBC written with lowercase letters in DBURL? File names should be case sensitive on Linux OS. Cheers, Daniel On 29/04/16 11:45, Nagorny, Dimitry wrote: Hi all, I am trying to use the unixODBC module to connect to M

[SR-Users] unixODBC failure/bug?

2016-04-29 Thread Nagorny, Dimitry
Hi all, I am trying to use the unixODBC module to connect to MariaDB as a first step and then to test it to connect to MSSQL (please don't blame me on MSSQL...). I am using Kamailio 4.3.5 on CentOS7.2 fully patched. Here info about installed unixODBC: [root@r5dev-KAM1 ~]# yum list installed |

Re: [SR-Users] Kamailio Blind Call Forwarding

2016-04-19 Thread Nagorny, Dimitry
Thanks a lot Daniel! topoh-module does what I need. Best Regards Dimitry Nagorny Trainee /*-Ursprüngliche Nachricht- /*Von: sr-users [mailto:sr-users-boun...@lists.sip-router.org] Im Auftrag von /*Daniel Tryba /*Gesendet: Dienstag, 19. April 2016 13:15 /*An: Kamailio (SER) - Users

[SR-Users] Kamailio Blind Call Forwarding

2016-04-18 Thread Nagorny, Dimitry
Hi all, I'm trying to make a blind call forward to "1002" if a UA calls "1" into Kamailio. At the moment I have the following config: if ( $rU=~"^[1]$" && src_ip==$sel(cfg_get.pstn.gw_ip) ) { sl_send_reply("181", "Redirecting"); $ru

Re: [SR-Users] Kamailio TLS and SIP-Package building

2016-04-13 Thread Nagorny, Dimitry
ers@lists.sip-router.org> Betreff: Re: [SR-Users] Kamailio TLS and SIP-Package building I'd think you'd also need to enable TCP in order to use TLS. You explicitly disable TCP. From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Nagorny, Dimitry Sent: 13 April 2016 14:56 To: sr

[SR-Users] Kamailio TLS and SIP-Package building

2016-04-13 Thread Nagorny, Dimitry
Good afternoon all, I have two questions regarding my configs: kamailio.cfg tls.cfg . I am using Kamailio 4.3.5 on Cent OS 7.2 and all relevant pakage up-to-date. 1.)When I try to start Kamailio I get the following warning: