add optional userAgent param to sip.dtmf.server

This commit is contained in:
Joel Wetzell
2026-02-09 20:51:03 -06:00
parent 90a3119fb8
commit 019624f152
2 changed files with 20 additions and 1 deletions

View File

@@ -308,6 +308,10 @@
"enum": ["udp", "tcp", "ws", "udp4", "tcp4"],
"default": "udp"
},
"userAgent": {
"type": "string",
"default": "showbridge"
},
"separator": {
"type": "string",
"minLength": 1,