From 003015a4b1cf930e27bcbfaeec42b04f7b49bfda Mon Sep 17 00:00:00 2001 From: jknapp Date: Tue, 12 Aug 2025 07:22:45 -0700 Subject: [PATCH] testing progress --- includes/class-twp-agent-manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-twp-agent-manager.php b/includes/class-twp-agent-manager.php index 905f39c..60eacf1 100644 --- a/includes/class-twp-agent-manager.php +++ b/includes/class-twp-agent-manager.php @@ -288,7 +288,7 @@ class TWP_Agent_Manager { // Create TwiML to redirect call to browser client $twiml = new \Twilio\TwiML\VoiceResponse(); $twiml->say('Connecting you to an agent.', ['voice' => 'alice']); - $dial = $twiml->dial(['timeout' => 30]); + $dial = $twiml->dial('', ['timeout' => 30]); $dial->client($client_name); // Update the existing call to redirect to browser