Re: [SR-Users] Having trouble getting presence working with Polycom VVX phones

2018-07-03 Thread Justin Foley
Both I think. I'll check the SIP messaging with ngrep and let you know if I see any publish or subscribe requests. From: Daniel-Constantin Mierla Sent: Tuesday, July 3, 2018 7:18:13 AM To: Kamailio (SER) - Users Mailing List; Justin Foley Subject: Re: [SR-Users]

[SR-Users] Re-write From URI Domain ($fd) with source IP or relayed message

2018-07-03 Thread Marrold
Hi All, For interoperability reasons I need to re-write the From URI Domain ($fd) in requests proxied by Kamailio to the source IP (socket) that Kamailio will send them via. I have experimented with onsend_route and can successfully discover the snd_ip, however it seems I am unable to rewrite the

Re: [SR-Users] Kamailio Anycast

2018-07-03 Thread Daniel Tryba
On Tue, Jul 03, 2018 at 09:11:55AM -0400, Mike Little wrote: > Sorry if this has already been answered but can Kamailio be configured to > support clustering Yes. > and use Anycast? Anycast is handled at a different layer, don't see why it couldn't be used (not that I know anything about anycas

[SR-Users] IMS usage of Kamailio

2018-07-03 Thread Akib Sayyed
Dear All I am willing to try Kamailio as IMS. before i try i would like to know following points - in Kamailio i see diameter support and authentication I-CSCF, P-CSCF, S-CSCF charging, QOS, ISC implemented but what about TAS do i need TAS seperately - I see that there is HOW-TO wiki

Re: [SR-Users] Video call recording and mobile push notifications

2018-07-03 Thread Jeremy Renner
Thanks Daniel, yes, we have tried the kazoo, but seems too expensive. BR On Tue, Jul 3, 2018 at 7:03 PM, Daniel-Constantin Mierla wrote: > Hello, > > if you look for some out of the box solutions of telephony platforms that > embed Kamailio, you can look at some options that offer also open sou

[SR-Users] Kamailio Anycast

2018-07-03 Thread Mike Little
Hello, Sorry if this has already been answered but can Kamailio be configured to support clustering and use Anycast? We are looking to use Kamailio as a front end to Asterisk as the registar and presence server. If this is supported, are there any documents that explain how to configure this type

Re: [SR-Users] $rs printed null

2018-07-03 Thread Andrew Chen
Ok. Thanks for the response! I'll try it out. On Fri, Jun 29, 2018 at 10:07 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > If that is executed in a failure_route context, then the request is > processed, not the response. You should use $T(reply_code). > > Cheers, > Daniel > > On 29

Re: [SR-Users] TLS CRL configuration

2018-07-03 Thread Ding Ma
The CRL with revoked server certificate needs to be loaded in the sip client. TLS server doesn’t send CRL to client during handshake. Sent from my iPhone > On Jul 3, 2018, at 6:16 AM, Daniel-Constantin Mierla > wrote: > > Hello, > > haven't played with CRL lately, but kamailio should just ca

[SR-Users] File transfer with Kamailio IMS??

2018-07-03 Thread Ashok kumar Marra
Hi, I m using cent-os 6.2, kamailio-5.1.2 and openims-hss. I am using rtpengine to relay voice, but I am unable to send files or chat messages using it. I looked at rtpengine logs, it was saying unknown codec for chat and file-transfer requests. Then, I thought of using Kamailio msrp , tried but

Re: [SR-Users] Having trouble getting presence working with Polycom VVX phones

2018-07-03 Thread Daniel-Constantin Mierla
Hello, are you looking to get user presence (availability states) or dialog states (blf)? Do you see publish requests sent by the phones? Or subscribe requests? Cheers, Daniel On 28.06.18 01:50, Justin Foley wrote: > > Hey everyone. I've set up a kamailio server on a local dev box and > run

Re: [SR-Users] TLS CRL configuration

2018-07-03 Thread Daniel-Constantin Mierla
Hello, haven't played with CRL lately, but kamailio should just call libssl functions for validating the certificates, after initializing the context with CRL file. Maybe you can open an issue on github.com/kamailio/kamailio tracker, add there all log messages printed by kamailio with debug=3 in

Re: [SR-Users] Multiple aliases in the Request Message

2018-07-03 Thread Daniel-Constantin Mierla
Hello, I think that handle_ruri_alias() is consuming from the end of the parameters, so you can execute the function couple of times. Ideally, the alias parameter should be only once there, the second one should be useless, at that point record-route/route headers should be enough. Cheers, Danie

Re: [SR-Users] Auth and default kami config

2018-07-03 Thread Daniel-Constantin Mierla
Hello, you can also do authentication for requests within dialog. The default kamailio.cfg is doing auth only for initial requests because (at least in the past) there were devices not able to do auth for requests within dialog. You have to execute route(AUTH) for what requests you want to authent

Re: [SR-Users] [Kamailio]: Parse and Store nosip Message error.

2018-07-03 Thread Daniel-Constantin Mierla
Hello, I assume that the insert into the database is done from your new module. For us, it is hard to troubleshoot what happens there, not having the code. If you do the database insert via some kamailio.cfg scripting using existing modules, then attach it here and we will try to spot if something

Re: [SR-Users] Video call recording and mobile push notifications

2018-07-03 Thread Daniel-Constantin Mierla
Hello, if you look for some out of the box solutions of telephony platforms that embed Kamailio, you can look at some options that offer also open source and free variants, such as:   - sip:provider offered by sipwise.com   - kazoo offered by 2600hz.com Cheers, Daniel On 02.07.18 15:48, Jeremy

Re: [SR-Users] Understanding 5XX stats in Kamailio

2018-07-03 Thread Daniel-Constantin Mierla
Hello, I haven't added those stats, so I can't say it without digging into the code -- maybe you can just do some basic tests with such replies and see what values are incremented. Cheers, Daniel On 02.07.18 22:29, Joel Serrano wrote: > Hi Daniel,  > > When there are multiple metrics for one ty

[SR-Users] 5.1.3 issue with rtpengine.reload

2018-07-03 Thread Marcin Kowalczyk
Hi, I have Kam 5.1.3 running on top of Ubuntu Xenial docker image. Today I've added new RTPEngine set and tried to reload rtpengine from db but no luck. Command executes without any errors (but way too fast) root@dfa7aae0b6ef:/# time kamcmd rtpengine.reload real0m0.002s user0m0.000s sys

Re: [SR-Users] Understanding 5XX stats in Kamailio

2018-07-03 Thread Andrew Pogrebennyk
Hi, just my 5 cents: we (sipwise) created a patch to introduce metrics of received reply codes per each method separately: - statistics for INVITE CANCEL, BYE, REG, MESSAGE, PRACK, UPDATE, REFER methods implemented. - 6 replies categories counted: 1xx, 2xx, 3xx, 4xx, 5xx, 6xx We are plann