Closed spointer closed 1 year ago
Actually it seems that SDP is not required DTLS, optional headers are set when createUAC is called inside createEndpoint function but if required DTLS, optional headers are ignored.
Thanks for merging, i close this issue.
this fix is released in drachtio-fsmrf@3.0.17
Hello Dave,
I set optional headers to connectCaller function, these headers are not sent to freeswitch side when the SIP transport is wss. But if transport is udp, headers are sent as expected.
I could see the optional headers is ignored inside connectCaller function.
Could you consider fixing this? Thanks.