From e5215a636f88e1868644099e17d58b70ece74a99 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 04:04:11 +0000 Subject: [PATCH] fix: set enable_dialout to False in PSTN runner to prevent room creation failures Co-authored-by: jamsea <614910+jamsea@users.noreply.github.com> --- src/pipecat/runner/daily.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/runner/daily.py b/src/pipecat/runner/daily.py index cfb754dfd..d61f14381 100644 --- a/src/pipecat/runner/daily.py +++ b/src/pipecat/runner/daily.py @@ -229,7 +229,7 @@ async def configure( provider=sip_provider, ) room_properties.sip = sip_params - room_properties.enable_dialout = True # Enable outbound calls if needed + room_properties.enable_dialout = False # Requires dialout entitlement on Daily plan room_properties.start_video_off = not sip_enable_video # Voice-only by default # Create room parameters