fix: set enable_dialout to False in PSTN runner to prevent room creation failures

Co-authored-by: jamsea <614910+jamsea@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-17 04:04:11 +00:00
committed by Mark Backman
parent c0bc94a9ce
commit e5215a636f

View File

@@ -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