TP-89230 | callid and dispose call
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user