Merge pull request #2972 from akash-dutta-dev/hotfix/addCustomParamForExotel
Add customer parameter in Call Data for Exotel
This commit is contained in:
@@ -216,6 +216,7 @@ async def parse_telephony_websocket(websocket: WebSocket):
|
|||||||
"account_sid": start_data.get("account_sid"),
|
"account_sid": start_data.get("account_sid"),
|
||||||
"from": start_data.get("from", ""),
|
"from": start_data.get("from", ""),
|
||||||
"to": start_data.get("to", ""),
|
"to": start_data.get("to", ""),
|
||||||
|
"custom_parameters": start_data.get("custom_parameters", ""),
|
||||||
}
|
}
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user