Thanks for replying,
What I want to achieve is once I receive the SIP INVITE, I need to translate it to a different SIP URI, this new SIP request needs to be initiated using different URI and TLS. Example:
I need to convert gonzalo@sip.parzee.io to gonzalo58@test.external.com and guarantee this new request now is sent in TLS. My logic was to use alias_db_lookup to handle the conversion as well as adding the Transport in order to have Kamailio force the new SIP request in TLS. Is this the right way?
Thank you
-Gonzalo