mojolingo / sippy_cup

Create SIP load test scenarios the easy way
http://mojolingo.github.io/sippy_cup
MIT License
218 stars 78 forks source link

Use tls if destination port is 5061 #88

Closed ghost closed 8 years ago

ghost commented 8 years ago

At the moment sippy_cup setup the scenario file to use udp despite the destination port is set to 5061.

benlangfeld commented 8 years ago

You need to set the transport_mode option to either l1 or ln In order to use TLS. There is nothing special about port 5061 which should trigger this to be set automatically.

bklang commented 8 years ago

You can see the full list of transports available in the SIPp documentation