NTP-26126 | adapter sanity
This commit is contained in:
@@ -174,19 +174,6 @@ class AmeyoAdapter implements IAdapter {
|
|||||||
case MessagingType.ON_AMEYO_CALL_TRANSFER:
|
case MessagingType.ON_AMEYO_CALL_TRANSFER:
|
||||||
this.callbacks.onCallTransferStatus(data.data);
|
this.callbacks.onCallTransferStatus(data.data);
|
||||||
break;
|
break;
|
||||||
case MessagingType.ON_SIP_RINGING:
|
|
||||||
this?.metricProcessor?.pushCounterMetric({
|
|
||||||
metricName: "on_sip_ringing",
|
|
||||||
flow: "",
|
|
||||||
subFlow: "",
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case MessagingType.ON_CRM_NOTIFY_PUSH:
|
|
||||||
this?.metricProcessor?.pushCounterMetric({
|
|
||||||
metricName: "on_crm_notify_push",
|
|
||||||
flow: "",
|
|
||||||
subFlow:"",
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user