From 09018071e8216679cbccab190641e8c429a4487c Mon Sep 17 00:00:00 2001 From: Akash Dutta Date: Tue, 4 Nov 2025 16:57:28 +0530 Subject: [PATCH] Add customer parameter in Call Data for Exotel --- src/pipecat/runner/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pipecat/runner/utils.py b/src/pipecat/runner/utils.py index 18fba79f5..f9fd0c14a 100644 --- a/src/pipecat/runner/utils.py +++ b/src/pipecat/runner/utils.py @@ -216,6 +216,7 @@ async def parse_telephony_websocket(websocket: WebSocket): "account_sid": start_data.get("account_sid"), "from": start_data.get("from", ""), "to": start_data.get("to", ""), + "custom_parameters": start_data.get("custom_parameters", ""), } else: