mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
fix amd property "hook" -> "actionHook" (#93)
This commit is contained in:
@@ -15,7 +15,7 @@ The answering machine detection feature can be enabled on outbound calls to prov
|
||||
}
|
||||
],
|
||||
"amd": {
|
||||
"hook": "/amdEvents"
|
||||
"actionHook": "/amdEvents"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -13,7 +13,7 @@ The `dial` verb is used to create a new call by dialing out to a telephone numbe
|
||||
"method": "GET"
|
||||
},
|
||||
"amd": {
|
||||
"hook": "/answeringMachineDetection",
|
||||
"actionHook": "/answeringMachineDetection",
|
||||
"disconnectOnAMD": true,
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user