TP-89230 | callid and dispose call

This commit is contained in:
Mayank Singh
2024-11-25 07:44:16 +05:30
parent 013bb18c15
commit 9ba7bc498b

View File

@@ -71,6 +71,7 @@ function extractUserCallModelUpdatedPush(rawResponse) {
const crtObjectId = jsonData?.data?.crtObjectId;
const parsedObject = parseQuerystring(jsonData?.data?.crmURL);
const userCRTObjectId = parsedObject?.userCrtObjectId?.replace('%40', '@');
userCRTObjectId.replace('%40', '@');
const phoneNumber = parsedObject?.phone;
const lan = parsedObject?.loanaccountnumber;
const callId = parsedObject?.unique_id;