Call data (call_full) in customizations
Main object (call_full)
{
"call_full": {
"active_conversation_id": "<uniqueid of the current call (or an empty line)>",
"channel": {<Call channel data from Asterisk (main channel - linkedid)>},
"conversations": {
"1111111111.11111": {
"channel": {<Conversation channel data from Asterisk>},
"is_parked": <Whether the conversation is on hold (true/false)>,
"user": {<User data found by phone number (or null)>}
},
...
},
"deal": {<Transaction data (or null)>},
"entity": {<Entity data (or null)>},
"is_ivr": <Is a missed call on a IVR (true/false)>,
"record": "<Link to call recording (or empty string)>",
"registration": {<Call registration data (or null) - only for Bitrix24>},
"result": <Call result (SIP-status, int)>
}
}Channel data (channel)
Date-time format
Number data (from, to, trunk)

User data (user)
Deal data (deal)
Entity data (entity)
Call registration data in CRM (registration)
Call result (result)
Last updated