[SR-Users] Re: STIR/SHAKEN

2024-01-24 Thread Anthony Wittig via sr-users
t; From: David Villasmil > To: "Kamailio (SER) - Users Mailing List" > Cc: > Bcc: > Date: Tue, 23 Jan 2024 14:56:52 +0100 > Subject: [SR-Users] Re: STIR/SHAKEN > Ditto, i do first approach. > > Regards, > > David Villasmil > email: david.villasmi

[SR-Users] Re: STIR/SHAKEN

2024-01-23 Thread Anthony Wittig via sr-users
Awesome, thanks for the confirmation! -- Anthony Wittig Mango Voice Developer On Tue, Jan 23, 2024 at 6:02 AM Alex Balashov wrote: > These are all valid approaches, depending on preference. Catching 302s and > extracting exactly the desired info might be easier with Kamailio, so I > suppose,

[SR-Users] Re: STIR/SHAKEN

2024-01-23 Thread David Villasmil via sr-users
Ditto, i do first approach. Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Tue, Jan 23, 2024 at 2:38 PM Alex Balashov via sr-users < sr-users@lists.kamailio.org> wrote: > These are all valid approaches, depending on preference. Catching 302s and >

[SR-Users] Re: STIR/SHAKEN

2024-01-23 Thread Alex Balashov via sr-users
These are all valid approaches, depending on preference. Catching 302s and extracting exactly the desired info might be easier with Kamailio, so I suppose, ceteris paribus, I'd recommend the first one. Dispatcher is a great approach! > On 23 Jan 2024, at 00:01, Anthony Wittig via sr-users >

[SR-Users] Re: STIR/SHAKEN with Kamailio

2023-10-23 Thread David Villasmil via sr-users
verification levels. Therea are suggestions on how to deal >> with this, but I'm not sure on their official status. >> >> This brings up the final complexity: It's a rapidly evolving system >> without a high degree of consistency vendor to vendor, so there's as much >> of a cha

[SR-Users] Re: STIR/SHAKEN with Kamailio

2023-10-22 Thread Oleg Belousov via sr-users
l status. > > This brings up the final complexity: It's a rapidly evolving system > without a high degree of consistency vendor to vendor, so there's as much > of a challenge of staying on top of things as anything else. > > -Original Message- > From: Olle E. Johansson via

[SR-Users] Re: STIR/SHAKEN with Kamailio

2023-10-20 Thread Ben Kaufman via sr-users
ssage- From: Olle E. Johansson via sr-users Sent: Friday, October 20, 2023 2:08 AM To: Kamailio (SER) - Users Mailing List Cc: Olle E. Johansson Subject: [SR-Users] Re: STIR/SHAKEN with Kamailio CAUTION: This email originated from outside the organization. Do not click links or open attachmen

[SR-Users] Re: STIR/SHAKEN with Kamailio

2023-10-20 Thread Olle E. Johansson via sr-users
> On 19 Oct 2023, at 18:46, Alex Balashov via sr-users > wrote: > > Would join Kaufman here to say that free-range STIR/SHAKEN implementations in > the US are limited by the small number of certified authentication providers, > but presumably the EU version will to some extent avoid

[SR-Users] Re: STIR/SHAKEN with Kamailio

2023-10-19 Thread Alex Balashov via sr-users
Would join Kaufman here to say that free-range STIR/SHAKEN implementations in the US are limited by the small number of certified authentication providers, but presumably the EU version will to some extent avoid US-style Guilded Age corporate welfare... -- Alex > On 19 Oct 2023, at 09:33, Ben

[SR-Users] Re: STIR/SHAKEN with Kamailio

2023-10-19 Thread Ben Kaufman via sr-users
Like some of the other posters here, we’ve implemented it as a 302-redirect server. This was the primary reason for using the secsipid rather than stirshaken module. Both modules have a function to append an Identity header, but secsipid also has functions to simply build the identity header

[SR-Users] Re: STIR/SHAKEN with Kamailio

2023-10-18 Thread Arsen Semenov via sr-users
Hello, I use Kamailio + secsipid module to implement France MAN programm which is a slightly different from US STIR/SHAKEN framework but aims the same goal. And yes, have it as a 3rd party service accessible via HTTP requests is another doable option. On Wed 18 Oct 2023 at 10:49, Yuriy G via

[SR-Users] Re: STIR/SHAKEN with Kamailio

2023-10-18 Thread Yuriy G via sr-users
I will add some clarifications and the purpose of the approach: I've been using a 3d-party service ( written in-house ) via restful API as there were no STIR/SHAKEN modules for the Kamailio at that moment. So in short: it was a matter of time to integrate functionality. ср, 18 окт. 2023 г. в

[SR-Users] Re: STIR/SHAKEN with Kamailio

2023-10-18 Thread David Villasmil via sr-users
I implemented it with Kamailio. I forward all invites to a Kamailio instance that does the stir/shaken stuff and returns it in a 302 which is then added to the INVITE to continue normally. OpenSIPS has a nice how-to and examples on how to do it. Hope that helps David On Wed, 18 Oct 2023 at