fix amd property "hook" -> "actionHook" (#93)

This commit is contained in:
Suraj Shivakumar
2024-08-06 14:48:18 -04:00
committed by GitHub
parent 2c9655c93a
commit dd8b30679f
2 changed files with 2 additions and 2 deletions
@@ -15,7 +15,7 @@ The answering machine detection feature can be enabled on outbound calls to prov
} }
], ],
"amd": { "amd": {
"hook": "/amdEvents" "actionHook": "/amdEvents"
} }
} }
``` ```
+1 -1
View File
@@ -13,7 +13,7 @@ The `dial` verb is used to create a new call by dialing out to a telephone numbe
"method": "GET" "method": "GET"
}, },
"amd": { "amd": {
"hook": "/answeringMachineDetection", "actionHook": "/answeringMachineDetection",
"disconnectOnAMD": true, "disconnectOnAMD": true,
} }