mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-01-25 02:08:06 +00:00
feat: add onhold music to dial verb
This commit is contained in:
@@ -213,7 +213,8 @@
|
||||
"timeout": "number",
|
||||
"proxy": "string",
|
||||
"transcribe": "#transcribe",
|
||||
"amd": "#amd"
|
||||
"amd": "#amd",
|
||||
"onHoldMusic": "string"
|
||||
},
|
||||
"required": [
|
||||
"target"
|
||||
|
||||
@@ -68,6 +68,7 @@ test("validate correct verbs", async (t) => {
|
||||
"callerName": "Tom",
|
||||
"answerOnBridge": true,
|
||||
"dtmfCapture": ["*2", "*3"],
|
||||
"onHoldMusic": "http://server.com/hold",
|
||||
"dtmfHook": {
|
||||
"url": "/dtmf",
|
||||
"method": "GET"
|
||||
|
||||
Reference in New Issue
Block a user