Hello,
Not sure if I understood you correctly. The SIP message data is not encrypted inside Kamailio, otherwise it would not work to parse the packet etc.. So you can access it and also forward
it unencrypted to another destination.
Cheers,
Henning
--
Henning Westerholt –
https://skalatan.de/blog/
Kamailio services –
https://gilawa.com
From: Sudhakar Parasher <sudhakarparasher@gmail.com>
Sent: Wednesday, December 18, 2019 5:06 PM
To: Henning Westerholt <hw@skalatan.de>
Cc: Kamailio (SER) - Users Mailing List <sr-users@lists.kamailio.org>
Subject: Re: [SR-Users] Kamailio SIP TLS Troubleshooting
Thanks Henning
But i need to send unencrypted TLS packets to mirrored destination
Any ideas??
On Wed, 18 Dec 2019, 19:15 Henning Westerholt, <hw@skalatan.de> wrote:
Hello,
you could mirror the SIP traffic also with t_replicate function from the TM module in the cfg.
Cheers,
Henning
--
Henning Westerholt – https://skalatan.de/blog/
Kamailio services – https://gilawa.com
From: sr-users <sr-users-bounces@lists.kamailio.org> On Behalf Of Sudhakar Parasher
Sent: Tuesday, December 17, 2019 9:01 AM
To: sr-users@lists.kamailio.org
Subject: [SR-Users] Kamailio SIP TLS Troubleshooting
Hi Experts.
Need your opinion on below part related to kamailio
I am using SIP Kamailio module Version for the SIP Registrations from the Client mobile phones using Android and IOS which is Over TLSv1.2 , So in nutshell the SIP Signaling is TLS version 1.2 encrypted and Customer is requesting for the forward of the unencrypted SIP signaling messages especially the SIP Registration messages to their probe solutions without storing the SIP messages locally in the Kamailio Database
Question :Would it not be possible for Kamailio imply “mirror” all the SIP messages related to all SIP REGISTER dialogs (after removing TLS for inbound messages and prior to adding TLS for outbound message) to a designated IP Address and Port? No need for local database storage. No need for encapsulation. No mirroring of other messages/dialogs.
Cheers
Sudhakar