ladendirekt / pjsip4net

A wrapper library exposing the pjsip library to the .NET world in a OO-friendly way.
71 stars 42 forks source link

Redirection - conference with TLS #119

Closed ramonaumente closed 2 years ago

ramonaumente commented 2 years ago

Describe the bug Hi all, My software connects to a mitel or 3cx server and works perfect. With TLS disabled, every call works, including transfers and conferences, but when I use TLS / SRTP i've goto some issues. simple calls and blind redirections are ok, but the problem come when the extension is joined to a conference or receives a warm transfer (transfer with query), my client hangs automatically the call.

To Reproduce Steps to reproduce the behavior:

  1. Configure server and extensions to use TLS (and RTSP)
  2. Do a call transfer with query between extensions

Expected behavior The calls must go on, but it ends.

Environment (please complete the following information):

App configuration (please complete the following information): default ports secureSignalling = 1; SrtpRequirement.Optional; pjsip4net.Core.TransportType.Tls;

Additional context Add any other context about the problem here.