mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-07-24 04:52:13 +00:00
feat: add sip Indialog actionHook (#27)
* feat: add sip Indialog actionHook * to use Hook * to use Hook * fix
This commit is contained in:
+2
-1
@@ -47,7 +47,8 @@
|
||||
"notifyEvents": "boolean",
|
||||
"reset": "string|array",
|
||||
"onHoldMusic": "string",
|
||||
"actionHookDelayAction": "#actionHookDelayAction"
|
||||
"actionHookDelayAction": "#actionHookDelayAction",
|
||||
"sipRequestWithinDialogHook": "object|string"
|
||||
},
|
||||
"required": []
|
||||
},
|
||||
|
||||
@@ -73,6 +73,10 @@ test("validate correct verbs", async (t) => {
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"verb": "config",
|
||||
"sipRequestWithinDialogHook": "https://jambonz.or/sipIndialogActionHook"
|
||||
},
|
||||
{
|
||||
"verb": "config",
|
||||
"record": {
|
||||
|
||||
Reference in New Issue
Block a user