testing progress

This commit is contained in:
2025-08-12 07:22:45 -07:00
parent 39eb3b96b5
commit 003015a4b1

View File

@@ -288,7 +288,7 @@ class TWP_Agent_Manager {
// Create TwiML to redirect call to browser client // Create TwiML to redirect call to browser client
$twiml = new \Twilio\TwiML\VoiceResponse(); $twiml = new \Twilio\TwiML\VoiceResponse();
$twiml->say('Connecting you to an agent.', ['voice' => 'alice']); $twiml->say('Connecting you to an agent.', ['voice' => 'alice']);
$dial = $twiml->dial(['timeout' => 30]); $dial = $twiml->dial('', ['timeout' => 30]);
$dial->client($client_name); $dial->client($client_name);
// Update the existing call to redirect to browser // Update the existing call to redirect to browser