We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is SRTP natively supported?
I have struggle with Answering a call, SDP on invite:
FreeSWITCH Invite:
m=audio 31890 RTP/SAVP 9 8 0 101 a=rtpmap:9 G722/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=crypto:5 AES_256_CM_HMAC_SHA1_80 inline:V7Hlxg+35PP5i0DYrmcMcLlQZlEdQluJ72u9Su+IiuTDGwOiGcp9W8IAnR6lUQ== a=crypto:7 AES_CM_128_HMAC_SHA1_80 inline:0jYlSagkkxS/chMfhOyxx2KW/Oo6nvYOR7EUjlvr
Diago OK:
m=audio 58412 RTP/AVP 8 0 101 a=rtpmap:8 PCMA/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16
And after ACK I'm receiving BYE with 950.88 INCOMPATIBLE_DESTINATION
If it not supported, I would ask for feature request. Thanks
The text was updated successfully, but these errors were encountered:
Hi @Shegl . Welcome. Not yet, but it is planned.
Sorry, something went wrong.
No branches or pull requests
is SRTP natively supported?
I have struggle with Answering a call, SDP on invite:
FreeSWITCH Invite:
m=audio 31890 RTP/SAVP 9 8 0 101
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=crypto:5 AES_256_CM_HMAC_SHA1_80 inline:V7Hlxg+35PP5i0DYrmcMcLlQZlEdQluJ72u9Su+IiuTDGwOiGcp9W8IAnR6lUQ==
a=crypto:7 AES_CM_128_HMAC_SHA1_80 inline:0jYlSagkkxS/chMfhOyxx2KW/Oo6nvYOR7EUjlvr
Diago OK:
m=audio 58412 RTP/AVP 8 0 101
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
And after ACK I'm receiving BYE with 950.88 INCOMPATIBLE_DESTINATION
If it not supported, I would ask for feature request. Thanks
The text was updated successfully, but these errors were encountered: