Skip to content
New issue

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

SRTP support #49

Open
Shegl opened this issue Feb 21, 2025 · 1 comment
Open

SRTP support #49

Shegl opened this issue Feb 21, 2025 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@Shegl
Copy link

Shegl commented Feb 21, 2025

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

@emiago
Copy link
Owner

emiago commented Feb 21, 2025

Hi @Shegl . Welcome.
Not yet, but it is planned.

@emiago emiago added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants