mirror of
https://github.com/jambonz/sbc-outbound.git
synced 2026-07-04 19:32:04 +00:00
add support for ms teams and bugfix for reinvite handling from network side
This commit is contained in:
@@ -1,7 +1,25 @@
|
||||
{
|
||||
"transport-protocol": "UDP/TLS/RTP/SAVPF",
|
||||
"ICE": "force",
|
||||
"SDES": "off",
|
||||
"flags": ["generate mid", "SDES-no"],
|
||||
"rtcp-mux": ["require"]
|
||||
"default": {
|
||||
"transport-protocol": "UDP/TLS/RTP/SAVPF",
|
||||
"ICE": "force",
|
||||
"SDES": "off",
|
||||
"flags": ["generate mid", "SDES-no", "media handover"],
|
||||
"rtcp-mux": ["require"]
|
||||
},
|
||||
"teams": {
|
||||
"transport-protocol": "RTP/SAVP",
|
||||
"ICE": "force",
|
||||
"flags": ["generate mid", "media handover",
|
||||
"SDES-no-AES_CM_128_HMAC_SHA1_32",
|
||||
"SDES-no-F8_128_HMAC_SHA1_80",
|
||||
"SDES-no-F8_128_HMAC_SHA1_32",
|
||||
"SDES-no-NULL_HMAC_SHA1_80",
|
||||
"SDES-no-NULL_HMAC_SHA1_32",
|
||||
"SDES-no-AES_192_CM_HMAC_SHA1_80",
|
||||
"SDES-no-AES_192_CM_HMAC_SHA1_32",
|
||||
"SDES-no-AES_256_CM_HMAC_SHA1_80",
|
||||
"SDES-no-AES_256_CM_HMAC_SHA1_32"
|
||||
],
|
||||
"rtcp-mux": ["require"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user