diff --git a/src/sip/sipvoiplink.cpp b/src/sip/sipvoiplink.cpp index a9584e66216d3ae730ff7dc92541a571f0be573c..88745210a09167ec1b8663d321b6653583aa2c42 100644 --- a/src/sip/sipvoiplink.cpp +++ b/src/sip/sipvoiplink.cpp @@ -294,7 +294,6 @@ transaction_request_cb(pjsip_rx_data *rdata) } } call->setTransport(transport); - call->setSecure(transport->isSecure()); // FIXME : for now, use the same address family as the SIP transport auto family = pjsip_transport_type_get_af(pjsip_transport_get_type_from_flag(transport->get()->flag));