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 kamailio.s

Re: [SR-Users] Kamailio WEBRTC questions/ confusions

2016-07-04 Thread Nagorny, Dimitry
Hi Zaka, I know Juha already answered some of your questions, but I simply wanted to add some additional information regarding your third question. Yes disabling would do the job, but if you plan to let your customers use Chrome here is some info I ran into using SIP over WebSocket with WebRTC

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()) {

Re: [SR-Users] ACK not sent out

2016-06-16 Thread Nagorny, Dimitry
exit; } } ... } Open for any suggestions... Best Regards Dimitry Nagorny Trainee Von: sr-users [mailto:sr-users-boun...@lists.sip-router.org] Im Auftrag von Nagorny, Dimitry Gesendet: Donnersta

[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 kamai

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 Betreff: Re

[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-30 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 N

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: Kamaili

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

2016-05-02 Thread Nagorny, Dimitry
Von: sr-users [mailto:sr-users-boun...@lists.sip-router.org] Im Auftrag von Nagorny, Dimitry Gesendet: Montag, 2. Mai 2016 10:15 An: Kamailio (SER) - Users Mailing List Betreff: Re: [SR-Users] unixODBC failure/bug? Hi Daniel, I didn't have an example I just tried around with the uni

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

2016-05-02 Thread Nagorny, Dimitry
Mailing List Betreff: Re: [SR-Users] unixODBC failure/bug? OK, great it was sorted out. Btw, did you see any example using unixODBC for kamalio modules URLs? If yes, let us know, we need to correct that. Cheers, Daniel On 29/04/16 12:54, Nagorny, Dimitry wrote: Thanks a lot Daniel, that was the c

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

2016-04-29 Thread Nagorny, Dimitry
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 MariaDB as a first step and then to test it

[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] force_send_socket

2016-04-26 Thread Nagorny, Dimitry
g von Nagorny, Dimitry Gesendet: Dienstag, 26. April 2016 09:49 An: Kamailio (SER) - Users Mailing List Betreff: [SR-Users] force_send_socket Hi all, I've configured Kamailio to use TLS and it has two NICs, 192.x.x.x extern to a PSTN and 10.250.5.74 intern to FreeSWITCH. Kamailio has &

[SR-Users] force_send_socket

2016-04-26 Thread Nagorny, Dimitry
Hi all, I've configured Kamailio to use TLS and it has two NICs, 192.x.x.x extern to a PSTN and 10.250.5.74 intern to FreeSWITCH. Kamailio has "listen=tls:10.250.5.74:5071" and later on in the config I fire "force_send_socket(tls:10.250.5.74:5071)". For some reason on calls from FreeSWITCH via

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 Mailin

[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
-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-users@lists.sip-router.org

[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: WARN