diff --git a/src/Messages.php b/src/Messages.php index b20ad2b..4a2cf03 100644 --- a/src/Messages.php +++ b/src/Messages.php @@ -88,9 +88,6 @@ private static function _incoming(LocalNumber $destination, string $from, string Messages::_sendWebPush($destination->domainUUID, $destination->extensionUUID, $from, $to, $bodyStr, $groupUUID); } - // deliver the webpush notification - Messages::_sendWebPush($destination->domainUUID, $destination->extensionUUID, $from, $to, $bodyStr, $groupUUID); - // deliver via SIP Messages::_sendSIP($destination->domainName, $destination->extension, $from, $to, $bodyStr, $contentType, $dedupeID, $groupUUID); }