mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
21 lines
400 B
JSON
21 lines
400 B
JSON
{
|
|
"dial": {
|
|
"action": "http://example.com",
|
|
"callerId": "+1312888899",
|
|
"target": [
|
|
{
|
|
"type": "phone",
|
|
"number": "+15083084809"
|
|
}
|
|
],
|
|
"transcribe": {
|
|
"action": "http://example.com/transcribe",
|
|
"recognizer": {
|
|
"vendor": "google",
|
|
"language" : "en-US",
|
|
"mixType" : "stereo",
|
|
"interim": true
|
|
}
|
|
}
|
|
}
|
|
} |