mirror of
https://github.com/jambonz/sbc-outbound.git
synced 2026-01-25 02:07:59 +00:00
* feature: release media from freeswitch * handle mute/unmute * linting * update dep * support for relaying dtmf via SIP INFO to FS * fix ci test * handle outdial error
25 lines
724 B
JSON
25 lines
724 B
JSON
{
|
|
"default": {
|
|
"transport-protocol": "UDP/TLS/RTP/SAVPF",
|
|
"ICE": "force",
|
|
"SDES": "off",
|
|
"flags": ["generate mid", "SDES-no", "media handover", "port latching"],
|
|
"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"]
|
|
}
|
|
} |