[sr-dev] [kamailio/kamailio] 5.1.2: rtpengine module hijacks DTLS key (#1468)

aalba6675 notifications at github.com
Fri Mar 2 11:33:26 CET 2018


### Description

rtpengine module is hijacking the DTLS key

rtpengine_manage("DTLS=off")

DTLS=off is a valid command to rtpengine, but the module uses that flag
to set transport as UDP/TLS/RTP/SAVP

Unfortunately even though the transport can be fixed by RTP/SAVP, the lines outputted by rtpengine

a=setup:actpass
a=fingerprint:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

confuse some UACs that were expecting only SDES. FreeSWITCH is affected.

### Troubleshooting


#### Reproduction

rtpengine_manage("DTLS=off"). tcpdump the traffic between kamailio and rtpengine.
Obseve that there is no DTLS=off key.

#### Debugging Data


#### Log Messages


#### SIP Traffic


### Possible Solutions

Don't look for DTLS key, let that be passthrough to kamailio

### Additional Information

5.1.2

* **Operating System**:
Linux CentOS 7.4

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1468
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20180302/05067d27/attachment.html>


More information about the sr-dev mailing list