mirror of
https://github.com/jambonz/jambonz-node.git
synced 2025-12-19 05:17:49 +00:00
21 lines
397 B
JSON
21 lines
397 B
JSON
{
|
|
"dial": {
|
|
"actionHook": "http://example.com",
|
|
"callerId": "+1312888899",
|
|
"target": [
|
|
{
|
|
"type": "phone",
|
|
"number": "+15083084809"
|
|
}
|
|
],
|
|
"transcribe": {
|
|
"transcriptionHook": "/transcribe",
|
|
"recognizer": {
|
|
"vendor": "google",
|
|
"language" : "en-US",
|
|
"dualChannel" : true,
|
|
"interim": true
|
|
}
|
|
}
|
|
}
|
|
} |