We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae2329 commit 7976236Copy full SHA for 7976236
1 file changed
app/models/pager_tree/integrations/live_call_routing/twilio/v3.rb
@@ -371,7 +371,6 @@ def _on_drop
371
# log that we are going to transer
372
adapter_alert.logs.create!(message: "The alert was dropped. Attempting to transfer the call...")
373
_call.update(url: PagerTree::Integrations::Engine.routes.url_helpers.dropped_live_call_routing_twilio_v3_url(id, thirdparty_id: adapter_alert.thirdparty_id))
374
- music_live_call_routing_twilio_v3_path
375
adapter_alert.logs.create!(message: "Tranferring the call succeeded.")
376
rescue ::Twilio::REST::RestError => e
377
adapter_alert.logs.create!(message: "Tranferring the call failed. #{e.message}")
0 commit comments