Bugfix/customer assigned name in uri (#65)

* dont force ice on srtp calls if not offered

* support customers creating their own dns name for our SBC IPs and putting that in the request-uri of INVITEs
This commit is contained in:
Dave Horton
2022-11-29 10:58:26 -05:00
committed by GitHub
parent c4d4d7bc0a
commit 438924ca36
2 changed files with 140 additions and 138 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"default": {
"transport-protocol": "UDP/TLS/RTP/SAVPF",
"ICE": "force",
"ICE": "default",
"SDES": "off",
"flags": ["generate mid", "SDES-no", "media handover", "port latching"],
"rtcp-mux": ["require"]