Merge pull request #2972 from akash-dutta-dev/hotfix/addCustomParamForExotel

Add customer parameter in Call Data for Exotel
This commit is contained in:
Mark Backman
2025-11-04 14:29:58 -05:00
committed by GitHub

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: