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:
committed by
Mark Backman
parent
c0bc94a9ce
commit
e5215a636f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user