Hi Henning
My SIP message which are received by my kamailio is already TLS Encrypted
from my android Client ( Handset) but I have requirement to forward
these SIP messages from android client to a port mirrored destination ( say
a Probe).
Cheers
Sudhakar Parasher
On Wed, Dec 18, 2019 at 9:39 PM Henning Westerholt <hw(a)skalatan.de> wrote:
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(a)gmail.com>
*Sent:* Wednesday, December 18, 2019 5:06 PM
*To:* Henning Westerholt <hw(a)skalatan.de>
*Cc:* Kamailio (SER) - Users Mailing List <sr-users(a)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(a)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(a)lists.kamailio.org> *On Behalf Of *Sudhakar
Parasher
*Sent:* Tuesday, December 17, 2019 9:01 AM
*To:* sr-users(a)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