Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

If starting a message flow from an ivr trigger, send reject response #669

Merged
merged 1 commit into from
Sep 30, 2022

Conversation

rowanseymour
Copy link
Contributor

No description provided.

_, err := w.Write([]byte(`[]`))
_, err := w.Write(jsonx.MustMarshal([]any{Talk{
Action: "talk",
Text: "This number is not accepting calls",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov
Copy link

codecov bot commented Sep 30, 2022

Codecov Report

Merging #669 (6a998d8) into main (76a7ddb) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #669      +/-   ##
==========================================
- Coverage   62.28%   62.26%   -0.02%     
==========================================
  Files         132      132              
  Lines       12888    12891       +3     
==========================================
  Hits         8027     8027              
- Misses       3998     4001       +3     
  Partials      863      863              
Impacted Files Coverage Δ
services/ivr/twiml/service.go 29.28% <0.00%> (ø)
services/ivr/vonage/service.go 30.23% <0.00%> (-0.15%) ⬇️
web/ivr/ivr.go 42.02% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rowanseymour rowanseymour merged commit 11e42bc into main Sep 30, 2022
@rowanseymour rowanseymour deleted the reject_call branch September 30, 2022 22:39
@github-actions github-actions bot locked and limited conversation to collaborators Sep 30, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant