Skip to main content

AutoDialerReport

After the end of each call in the bulk calling module, the call result will be sent.


DescriptionDefined DataSample DataParameters
Event NameAutoDialerReport-event_name
Call Start Time-2023-02-07 19:09:34.201000start
Call End Time-2023-02-10 19:09:00end
Campaign ID-63e24b3e3ba6c708b7612152campaign_id
Campaign Name-Simotel_campaigncampaign
Interface Context-context_sampleinterface_context
Interface Text-text_sampleinterface_text
Destination Number-09151111111number
Call StatusAnswered- No Answered- BusyAnswereddisposition
Number of Tries-1try
Campaign Repeat Count-8repeat
Call Duration-5billsec
Call Wait Duration-3wait
Try Details-[JSON...]tries

Sample Output of AutoDialer Event

{
'start': '2023-02-07 19:09:34.201000',
'end': '2023-02-10 19:09:00',
'campaign_id': '63e24b3e3ba6c708b7612152',
'campaign': 'test12',
'interface_context': '1111',
'interface_text': '2222',
'number': '09153012312',
'disposition': 'ANSWERED',
'try': 1,
'repeat': 27,
'billsec': 5,
'wait': 2,
'tries': [{
'cdr_id': '63e2a1f743a08d4ed9966fdb',
'cause': '16',
'cause-txt': 'Normal Clearing',
'starttime': '2023-02-07 10:39:34',
'disposition': 'ANSWERED',
'wait': 2
}]
}