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
The date-time is output in the format YYYYY-MM-DD HH:MM:SS.
If no value is set (no event occurred), the value is displayed 0001-01-01 00:00:00.
Number data (from, to, trunk)
Example of prefix configuration:

Example of a number to:
User data (user)
Only non-empty/non-zero fields are present in the raw object.
Deal data (deal)
Only itgrix_kmo connector for amoCRM works with deals.
In Bitrix24, the itgrix_bx connector does NOT work with deals, so the value of the deal field will always be null.
Entity data (entity)
Only non-empty/non-zero fields are present in the raw object.
Call registration data in CRM (registration)
The registration object is present only for Bitrix24 (for Kommo it will always be null).
Call result (result)
The result of the call in the form of SIP status (integer).
Detailed description in the article Detail-call-statuses.
Last updated
Was this helpful?