mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: fix regression for wss_backend_endpoint
This commit is contained in:
parent
ea0cac63cd
commit
51f65e2337
1 changed files with 1 additions and 0 deletions
|
|
@ -757,6 +757,7 @@ async def handle_inbound_run(request: Request):
|
|||
from_phone_number_id=phone_row.id,
|
||||
)
|
||||
|
||||
backend_endpoint, wss_backend_endpoint = await get_backend_endpoints()
|
||||
websocket_url = (
|
||||
f"{wss_backend_endpoint}/api/v1/telephony/ws/"
|
||||
f"{workflow_id}/{user_id}/{workflow_run_id}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue