mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
major revamp of http client functionalit
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"verb": "gather",
|
||||
"action": "https://00dd977a.ngrok.io/gather",
|
||||
"actionHook": "https://00dd977a.ngrok.io/gather",
|
||||
"input": ["speech"],
|
||||
"timeout": 12,
|
||||
"recognizer": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"dial": {
|
||||
"action": "http://example.com",
|
||||
"actionHook": "http://example.com",
|
||||
"callerId": "+1312888899",
|
||||
"target": [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"dial": {
|
||||
"action": "http://example.com",
|
||||
"actionHook": "http://example.com",
|
||||
"callerId": "+1312888899",
|
||||
"target": [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"dial": {
|
||||
"action": "http://example.com",
|
||||
"actionHook": "http://example.com",
|
||||
"callerId": "+1312888899",
|
||||
"target": [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"dial": {
|
||||
"action": "http://example.com",
|
||||
"actionHook": "http://example.com",
|
||||
"callerId": "+1312888899",
|
||||
"target": [
|
||||
{
|
||||
@@ -9,7 +9,7 @@
|
||||
}
|
||||
],
|
||||
"transcribe": {
|
||||
"transcriptionCallback": "http://example.com/transcribe",
|
||||
"transcriptionHook": "/transcribe",
|
||||
"recognizer": {
|
||||
"vendor": "google",
|
||||
"language" : "en-US",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"dial": {
|
||||
"action": "http://example.com",
|
||||
"actionHook": "http://example.com",
|
||||
"callerId": "+1312888899",
|
||||
"target": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user