diff --git a/packages/adapter-ameyo/lib/main.ts b/packages/adapter-ameyo/lib/main.ts index aa33907..4330b17 100644 --- a/packages/adapter-ameyo/lib/main.ts +++ b/packages/adapter-ameyo/lib/main.ts @@ -174,19 +174,6 @@ class AmeyoAdapter implements IAdapter { case MessagingType.ON_AMEYO_CALL_TRANSFER: this.callbacks.onCallTransferStatus(data.data); 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) {