Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 20, 2023
1 parent f11b45f commit 15d292e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/app/lib/call_platform/fake_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def create_call(params)
direction: "inbound",
to: params.fetch(:to),
from: params.fetch(:from),
api_version: "2010-04-01"
api_version: "2010-04-01",
default_tts_voice: "Basic.Kal"
)
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ curl -s -o /dev/null -XPOST -u "adhearsion:password" http://switch-app:8080/call
"account_auth_token": "sample-auth-token",
"direction": "outbound-api",
"api_version": "2010-04-01",
"default_tts_voice" => "Basic.Kal",
"routing_parameters": {
"destination": "85512334667",
"dial_string_prefix": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ curl -s -o /dev/null -XPOST -u "adhearsion:password" http://switch-app:8080/call
"account_auth_token": "sample-auth-token",
"direction": "outbound-api",
"api_version": "2010-04-01",
"default_tts_voice" => "Basic.Kal",
"routing_parameters": {
"destination": "85512334667",
"dial_string_prefix": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ curl -s -o /dev/null -XPOST -u "adhearsion:password" http://switch-app:8080/call
"account_auth_token": "sample-auth-token",
"direction": "outbound-api",
"api_version": "2010-04-01",
"default_tts_voice" => "Basic.Kal",
"routing_parameters": {
"destination": "85512334667",
"dial_string_prefix": null,
Expand Down
1 change: 1 addition & 0 deletions components/testing/tests/public_gateway/outbound_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ curl -s -o /dev/null -XPOST -u "adhearsion:password" http://switch-app:8080/call
"account_auth_token": "sample-auth-token",
"direction": "outbound-api",
"api_version": "2010-04-01",
"default_tts_voice" => "Basic.Kal",
"routing_parameters": {
"destination": "85512334667",
"dial_string_prefix": null,
Expand Down

0 comments on commit 15d292e

Please sign in to comment.