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 9843264 commit cccbf6b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion components/app/lib/call_platform/fake_client.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module CallPlatform
class FakeClient < Client
def notify_call_event(_params); end
def notify_call_event(params); end
def notify_tts_event(params); end

def create_call(params)
validate_gateway_headers(params)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +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",
"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,7 +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",
"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,7 +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",
"default_tts_voice": "Basic.Kal",
"routing_parameters": {
"destination": "85512334667",
"dial_string_prefix": null,
Expand Down
2 changes: 1 addition & 1 deletion components/testing/tests/public_gateway/outbound_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +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",
"default_tts_voice": "Basic.Kal",
"routing_parameters": {
"destination": "85512334667",
"dial_string_prefix": null,
Expand Down

0 comments on commit cccbf6b

Please sign in to comment.