Add customer parameter in Call Data for Exotel

This commit is contained in:
Akash Dutta
2025-11-04 16:57:28 +05:30
parent 05d4753d3e
commit 09018071e8

View File

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