**Это старая версия документа!**
Уведомление "Завершение звонка"
Основные настройки
Название уведомления: Завершение звонка
Тип события: Завершение звонка
Активно: Включено
Способы уведомлений
HTTP - Включено
Метод - POST
URL - http: < адрес модуля связи mgerm_external> /uis/call/ended''
===== JSON Для тела запроса =====
<code bash>
{
«appid»:app_id,
«attributes»:attributes,
«callsessionid»:call_session_id,
«callsource»:call_source,
«calledphonenumber»:called_phone_number,
«callingphonenumber»:calling_phone_number,
«communicationid»:communication_id,
«communicationtype»:communication_type,
«contactfullname»:contact_full_name,
«contactgroupids»:contact_group_ids,
«contactid»:contact_id,
«contactphonenumber»:contact_phone_number,
«cpnregionid»:cpn_region_id,
«cpnregionname»:cpn_region_name,
«direction»:direction,
«externalid»:external_id,
«isinternal»:is_internal,
«notificationmnemonic»:notification_mnemonic,
«notificationname»:notification_name,
«notificationtime»:notification_time,
«notificationtimestamp»:notification_timestamp,
«scenarioid»:scenario_id,
«scenarioname»:scenario_name,
«starttime»:start_time,
«tpproject»:tp_project,
«virtualphonenumber»:virtual_phone_number,
«visitorcountry»:visitor_country
}
</code>