-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Feb 21, 2026 at 07:33 PM
-- Server version: 10.4.32-MariaDB
-- PHP Version: 8.2.12

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `autopromix_db`
--

-- --------------------------------------------------------

--
-- Table structure for table `admins`
--

CREATE TABLE `admins` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `password` varchar(255) NOT NULL,
  `role` enum('superadmin','admin') NOT NULL DEFAULT 'admin',
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `created_by` bigint(20) UNSIGNED DEFAULT NULL,
  `last_login_at` timestamp NULL DEFAULT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admins`
--

INSERT INTO `admins` (`id`, `name`, `email`, `password`, `role`, `is_active`, `created_by`, `last_login_at`, `remember_token`, `created_at`, `updated_at`) VALUES
(1, 'Administrator', 'admin@autoreplysms.com', '$2y$12$h3sNByRpEab6dbWyRnW1TeAmppdQT3zcgK/80n4qmwbAKJ3iuSHga', 'admin', 1, NULL, '2026-02-03 19:20:02', 'QcHo20KYiYtzxeOyp8xQz9cbJHgCOEXnniClP4fbyJ5Fg22vzbOidBh8uhAg', '2025-12-13 16:24:45', '2026-02-03 19:20:02'),
(2, 'Super Administrator', 'superadmin@autoreplysms.app', '$2y$12$dWJ8Dr1tJkXDjrLKKA6.xu1p.5hPiB7wklmtS6wvLjSJEHCVj2QGy', 'superadmin', 1, NULL, '2026-02-19 11:15:22', NULL, '2025-12-28 14:45:28', '2026-02-19 11:15:22');

-- --------------------------------------------------------

--
-- Table structure for table `admin_audit_logs`
--

CREATE TABLE `admin_audit_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `action` varchar(255) NOT NULL,
  `resource_type` varchar(255) DEFAULT NULL,
  `resource_id` bigint(20) UNSIGNED DEFAULT NULL,
  `old_values` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`old_values`)),
  `new_values` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`new_values`)),
  `ip_address` varchar(255) DEFAULT NULL,
  `user_agent` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admin_audit_logs`
--

INSERT INTO `admin_audit_logs` (`id`, `admin_id`, `action`, `resource_type`, `resource_id`, `old_values`, `new_values`, `ip_address`, `user_agent`, `created_at`, `updated_at`) VALUES
(1, 2, 'login', NULL, NULL, NULL, NULL, '::1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-28 14:50:20', '2025-12-28 14:50:20'),
(2, 2, 'update', 'admin_permissions', 1, '[]', '{\"users.view\":null,\"users.create\":null,\"users.edit\":null,\"users.delete\":null,\"users.toggle_status\":null,\"users.toggle_sms\":null,\"users.toggle_promotions\":\"0\",\"users.force_logout\":null,\"users.reset_password\":null,\"templates.view\":null,\"templates.create\":null,\"templates.edit\":null,\"templates.delete\":null,\"templates.assign\":null,\"logs.call.view\":\"1\",\"logs.call.view_full\":\"0\",\"logs.sms.view\":null,\"logs.sms.view_full\":null,\"logs.promotion.view\":null,\"logs.promotion.view_full\":null,\"logs.session.view\":null,\"logs.export\":null,\"analytics.view\":null,\"analytics.view_detailed\":null,\"analytics.export\":null,\"settings.view\":null,\"settings.edit\":null,\"admins.view\":null,\"admins.create\":null,\"admins.edit\":null,\"admins.delete\":null}', '::1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-28 14:55:39', '2025-12-28 14:55:39'),
(3, 1, 'login', NULL, NULL, NULL, NULL, '::1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-28 14:56:29', '2025-12-28 14:56:29'),
(4, 1, 'permission_denied', 'route', NULL, NULL, '{\"attempted_route\":\"dashboard.users\",\"required_permissions\":[\"users.view\"]}', '::1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-28 14:58:13', '2025-12-28 14:58:13'),
(5, 1, 'permission_denied', 'route', NULL, NULL, '{\"attempted_route\":\"dashboard.users\",\"required_permissions\":[\"users.view\"]}', '::1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-28 14:58:25', '2025-12-28 14:58:25'),
(6, 2, 'update', 'admin_permissions', 1, '{\"users.view\":false,\"users.create\":false,\"users.edit\":false,\"users.delete\":false,\"users.toggle_status\":false,\"users.toggle_sms\":false,\"users.toggle_promotions\":false,\"users.force_logout\":false,\"users.reset_password\":false,\"templates.view\":false,\"templates.create\":false,\"templates.edit\":false,\"templates.delete\":false,\"templates.assign\":false,\"logs.call.view\":true,\"logs.call.view_full\":false,\"logs.sms.view\":false,\"logs.sms.view_full\":false,\"logs.promotion.view\":false,\"logs.promotion.view_full\":false,\"logs.session.view\":false,\"logs.export\":false,\"analytics.view\":false,\"analytics.view_detailed\":false,\"analytics.export\":false,\"settings.view\":false,\"settings.edit\":false,\"admins.view\":false,\"admins.create\":false,\"admins.edit\":false,\"admins.delete\":false}', '{\"users.view\":\"1\",\"users.create\":\"0\",\"users.edit\":\"0\",\"users.delete\":\"0\",\"users.toggle_status\":\"0\",\"users.toggle_sms\":\"0\",\"users.toggle_promotions\":\"0\",\"users.force_logout\":\"0\",\"users.reset_password\":\"0\",\"templates.view\":\"0\",\"templates.create\":\"0\",\"templates.edit\":\"0\",\"templates.delete\":\"0\",\"templates.assign\":\"0\",\"logs.call.view\":\"1\",\"logs.call.view_full\":\"0\",\"logs.sms.view\":\"0\",\"logs.sms.view_full\":\"0\",\"logs.promotion.view\":\"0\",\"logs.promotion.view_full\":\"0\",\"logs.session.view\":\"0\",\"logs.export\":\"0\",\"analytics.view\":\"0\",\"analytics.view_detailed\":\"0\",\"analytics.export\":\"0\",\"settings.view\":\"0\",\"settings.edit\":\"0\",\"admins.view\":\"0\",\"admins.create\":\"0\",\"admins.edit\":\"0\",\"admins.delete\":\"0\"}', '::1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-28 14:58:38', '2025-12-28 14:58:38'),
(7, 2, 'update', 'admin_permissions', 1, '{\"users.view\":true,\"users.create\":false,\"users.edit\":false,\"users.delete\":false,\"users.toggle_status\":false,\"users.toggle_sms\":false,\"users.toggle_promotions\":false,\"users.force_logout\":false,\"users.reset_password\":false,\"templates.view\":false,\"templates.create\":false,\"templates.edit\":false,\"templates.delete\":false,\"templates.assign\":false,\"logs.call.view\":true,\"logs.call.view_full\":false,\"logs.sms.view\":false,\"logs.sms.view_full\":false,\"logs.promotion.view\":false,\"logs.promotion.view_full\":false,\"logs.session.view\":false,\"logs.export\":false,\"analytics.view\":false,\"analytics.view_detailed\":false,\"analytics.export\":false,\"settings.view\":false,\"settings.edit\":false,\"admins.view\":false,\"admins.create\":false,\"admins.edit\":false,\"admins.delete\":false}', '{\"users.view\":\"1\",\"users.create\":\"1\",\"users.edit\":\"1\",\"users.delete\":\"1\",\"users.toggle_status\":\"1\",\"users.toggle_sms\":\"1\",\"users.toggle_promotions\":\"0\",\"users.force_logout\":\"1\",\"users.reset_password\":\"1\",\"templates.view\":\"1\",\"templates.create\":\"1\",\"templates.edit\":\"1\",\"templates.delete\":\"1\",\"templates.assign\":\"1\",\"logs.call.view\":\"1\",\"logs.call.view_full\":\"0\",\"logs.sms.view\":\"1\",\"logs.sms.view_full\":\"0\",\"logs.promotion.view\":\"0\",\"logs.promotion.view_full\":\"0\",\"logs.session.view\":\"0\",\"logs.export\":\"0\",\"analytics.view\":\"0\",\"analytics.view_detailed\":\"0\",\"analytics.export\":\"0\",\"settings.view\":\"0\",\"settings.edit\":\"0\",\"admins.view\":\"0\",\"admins.create\":\"0\",\"admins.edit\":\"0\",\"admins.delete\":\"0\"}', '::1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-28 15:00:13', '2025-12-28 15:00:13'),
(8, 2, 'login', NULL, NULL, NULL, NULL, '::1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-28 23:13:30', '2025-12-28 23:13:30'),
(9, 1, 'login', NULL, NULL, NULL, NULL, '::1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-28 23:14:37', '2025-12-28 23:14:37'),
(10, 1, 'login', NULL, NULL, NULL, NULL, '152.59.63.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 18:16:25', '2025-12-29 18:16:25'),
(11, 2, 'login', NULL, NULL, NULL, NULL, '152.59.63.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 18:21:08', '2025-12-29 18:21:08'),
(12, 2, 'update', 'admin_permissions', 1, '{\"users.view\":true,\"users.create\":true,\"users.edit\":true,\"users.delete\":true,\"users.toggle_status\":true,\"users.toggle_sms\":true,\"users.toggle_promotions\":false,\"users.force_logout\":true,\"users.reset_password\":true,\"templates.view\":true,\"templates.create\":true,\"templates.edit\":true,\"templates.delete\":true,\"templates.assign\":true,\"logs.call.view\":true,\"logs.call.view_full\":false,\"logs.sms.view\":true,\"logs.sms.view_full\":false,\"logs.promotion.view\":false,\"logs.promotion.view_full\":false,\"logs.session.view\":false,\"logs.export\":false,\"analytics.view\":false,\"analytics.view_detailed\":false,\"analytics.export\":false,\"settings.view\":false,\"settings.edit\":false,\"admins.view\":false,\"admins.create\":false,\"admins.edit\":false,\"admins.delete\":false}', '{\"users.view\":\"0\",\"users.create\":\"1\",\"users.edit\":\"1\",\"users.delete\":\"1\",\"users.toggle_status\":\"1\",\"users.toggle_sms\":\"1\",\"users.toggle_promotions\":\"0\",\"users.force_logout\":\"1\",\"users.reset_password\":\"1\",\"templates.view\":\"1\",\"templates.create\":\"1\",\"templates.edit\":\"1\",\"templates.delete\":\"1\",\"templates.assign\":\"1\",\"logs.call.view\":\"1\",\"logs.call.view_full\":\"0\",\"logs.sms.view\":\"1\",\"logs.sms.view_full\":\"0\",\"logs.promotion.view\":\"0\",\"logs.promotion.view_full\":\"0\",\"logs.session.view\":\"0\",\"logs.export\":\"0\",\"analytics.view\":\"0\",\"analytics.view_detailed\":\"0\",\"analytics.export\":\"0\",\"settings.view\":\"0\",\"settings.edit\":\"0\",\"admins.view\":\"0\",\"admins.create\":\"0\",\"admins.edit\":\"0\",\"admins.delete\":\"0\"}', '152.59.63.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 18:22:06', '2025-12-29 18:22:06'),
(13, 1, 'permission_denied', 'route', NULL, NULL, '{\"attempted_route\":\"dashboard.users\",\"required_permissions\":[\"users.view\"]}', '152.59.63.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 18:22:08', '2025-12-29 18:22:08'),
(14, 2, 'update', 'admin_permissions', 1, '{\"users.view\":false,\"users.create\":true,\"users.edit\":true,\"users.delete\":true,\"users.toggle_status\":true,\"users.toggle_sms\":true,\"users.toggle_promotions\":false,\"users.force_logout\":true,\"users.reset_password\":true,\"templates.view\":true,\"templates.create\":true,\"templates.edit\":true,\"templates.delete\":true,\"templates.assign\":true,\"logs.call.view\":true,\"logs.call.view_full\":false,\"logs.sms.view\":true,\"logs.sms.view_full\":false,\"logs.promotion.view\":false,\"logs.promotion.view_full\":false,\"logs.session.view\":false,\"logs.export\":false,\"analytics.view\":false,\"analytics.view_detailed\":false,\"analytics.export\":false,\"settings.view\":false,\"settings.edit\":false,\"admins.view\":false,\"admins.create\":false,\"admins.edit\":false,\"admins.delete\":false}', '{\"users.view\":\"1\",\"users.create\":\"1\",\"users.edit\":\"1\",\"users.delete\":\"1\",\"users.toggle_status\":\"1\",\"users.toggle_sms\":\"1\",\"users.toggle_promotions\":\"0\",\"users.force_logout\":\"1\",\"users.reset_password\":\"1\",\"templates.view\":\"1\",\"templates.create\":\"1\",\"templates.edit\":\"1\",\"templates.delete\":\"1\",\"templates.assign\":\"1\",\"logs.call.view\":\"1\",\"logs.call.view_full\":\"0\",\"logs.sms.view\":\"1\",\"logs.sms.view_full\":\"0\",\"logs.promotion.view\":\"0\",\"logs.promotion.view_full\":\"0\",\"logs.session.view\":\"0\",\"logs.export\":\"0\",\"analytics.view\":\"0\",\"analytics.view_detailed\":\"0\",\"analytics.export\":\"0\",\"settings.view\":\"0\",\"settings.edit\":\"0\",\"admins.view\":\"0\",\"admins.create\":\"0\",\"admins.edit\":\"0\",\"admins.delete\":\"0\"}', '152.59.63.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 18:24:38', '2025-12-29 18:24:38'),
(15, 1, 'logout', NULL, NULL, NULL, NULL, '152.59.63.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 18:58:06', '2025-12-29 18:58:06'),
(16, 1, 'login', NULL, NULL, NULL, NULL, '152.59.63.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 18:58:11', '2025-12-29 18:58:11'),
(17, 1, 'create', 'user', 6, NULL, '{\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"updated_at\":\"2025-12-29T19:14:34.000000Z\",\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"id\":6}', '152.59.63.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 19:14:34', '2025-12-29 19:14:34'),
(18, 1, 'update', 'user', 6, '{\"id\":6,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2025-12-29T19:14:34.000000Z\"}', '{\"id\":6,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2025-12-29T19:16:09.000000Z\"}', '152.59.63.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 19:16:09', '2025-12-29 19:16:09'),
(19, 2, 'update', 'user', 5, '{\"id\":5,\"name\":\"Mahesh Datir\",\"phone\":\"9588652870\",\"email\":\"datirmahesh129@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2025-12-29T13:00:26.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":null,\"created_at\":\"2025-12-25T16:54:16.000000Z\",\"updated_at\":\"2025-12-29T13:00:26.000000Z\"}', '{\"id\":5,\"name\":\"Mahesh Datir\",\"phone\":\"9588652870\",\"email\":\"datirmahesh129@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2025-12-29T13:00:26.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":true,\"created_by_admin\":1,\"managed_by_admin\":null,\"created_at\":\"2025-12-25T16:54:16.000000Z\",\"updated_at\":\"2025-12-29T19:17:17.000000Z\"}', '152.59.63.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 19:17:17', '2025-12-29 19:17:17'),
(20, 2, 'view_sensitive', 'user', 5, NULL, NULL, '152.59.63.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 19:17:17', '2025-12-29 19:17:17'),
(21, 1, 'update', 'user', 6, '{\"id\":6,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2025-12-29T19:16:09.000000Z\"}', '{\"id\":6,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2025-12-29T19:19:31.000000Z\"}', '152.59.63.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 19:19:31', '2025-12-29 19:19:31'),
(22, 1, 'update', 'user', 6, '{\"id\":6,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2025-12-29T19:19:31.000000Z\"}', '{\"id\":6,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2025-12-29T19:22:10.000000Z\"}', '152.59.63.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 19:22:10', '2025-12-29 19:22:10'),
(23, 1, 'update', 'user', 6, '{\"id\":6,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2025-12-29T19:22:10.000000Z\"}', '{\"id\":6,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2025-12-29T19:24:34.000000Z\"}', '152.59.63.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 19:24:34', '2025-12-29 19:24:34'),
(24, 1, 'update', 'template', 9, '{\"id\":9,\"user_id\":3,\"name\":\"Holiday Promo\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"For Education Related Service Click on the following Link\\r\\nhttps:\\/\\/www.hiprofilecards.com\\/Asst.Prof.RakeshSarnot\\r\\n\\r\\nFor Election Related Services Click on the following Link\\r\\nhttps:\\/\\/drive.google.com\\/file\\/d\\/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx\\/view?usp=sharing\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"priority\":0,\"created_at\":\"2025-12-17T12:34:16.000000Z\",\"updated_at\":\"2025-12-25T05:27:45.000000Z\"}', '{\"id\":9,\"user_id\":3,\"name\":\"Service Promo\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"For Education Related Service Click on the following Link\\r\\nhttps:\\/\\/www.hiprofilecards.com\\/Asst.Prof.RakeshSarnot\\r\\n\\r\\nFor Election Related Services Click on the following Link\\r\\nhttps:\\/\\/drive.google.com\\/file\\/d\\/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx\\/view?usp=sharing\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"priority\":0,\"created_at\":\"2025-12-17T12:34:16.000000Z\",\"updated_at\":\"2025-12-29T19:26:00.000000Z\"}', '152.59.63.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 19:26:00', '2025-12-29 19:26:00'),
(25, 2, 'update', 'admin_permissions', 1, '{\"users.view\":true,\"users.create\":true,\"users.edit\":true,\"users.delete\":true,\"users.toggle_status\":true,\"users.toggle_sms\":true,\"users.toggle_promotions\":false,\"users.force_logout\":true,\"users.reset_password\":true,\"templates.view\":true,\"templates.create\":true,\"templates.edit\":true,\"templates.delete\":true,\"templates.assign\":true,\"logs.call.view\":true,\"logs.call.view_full\":false,\"logs.sms.view\":true,\"logs.sms.view_full\":false,\"logs.promotion.view\":false,\"logs.promotion.view_full\":false,\"logs.session.view\":false,\"logs.export\":false,\"analytics.view\":false,\"analytics.view_detailed\":false,\"analytics.export\":false,\"settings.view\":false,\"settings.edit\":false,\"admins.view\":false,\"admins.create\":false,\"admins.edit\":false,\"admins.delete\":false}', '{\"users.view\":\"1\",\"users.create\":\"1\",\"users.edit\":\"1\",\"users.delete\":\"1\",\"users.toggle_status\":\"1\",\"users.toggle_sms\":\"1\",\"users.toggle_promotions\":\"0\",\"users.force_logout\":\"1\",\"users.reset_password\":\"1\",\"templates.view\":\"1\",\"templates.create\":\"1\",\"templates.edit\":\"1\",\"templates.delete\":\"1\",\"templates.assign\":\"1\",\"logs.call.view\":\"1\",\"logs.call.view_full\":\"1\",\"logs.sms.view\":\"1\",\"logs.sms.view_full\":\"1\",\"logs.promotion.view\":\"0\",\"logs.promotion.view_full\":\"0\",\"logs.session.view\":\"0\",\"logs.export\":\"0\",\"analytics.view\":\"0\",\"analytics.view_detailed\":\"0\",\"analytics.export\":\"0\",\"settings.view\":\"0\",\"settings.edit\":\"0\",\"admins.view\":\"0\",\"admins.create\":\"0\",\"admins.edit\":\"0\",\"admins.delete\":\"0\"}', '152.59.63.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 19:32:50', '2025-12-29 19:32:50'),
(26, 2, 'view_sensitive', 'user', 6, NULL, NULL, '152.58.33.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 20:21:34', '2025-12-29 20:21:34'),
(27, 2, 'update', 'template', 10, '{\"id\":10,\"user_id\":5,\"name\":\"All Calls - Promotion\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"Thanks!,\\r\\n\\r\\n- sent from AutoPromix\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"priority\":0,\"created_at\":\"2025-12-25T16:57:04.000000Z\",\"updated_at\":\"2025-12-25T16:57:04.000000Z\"}', '{\"id\":10,\"user_id\":6,\"name\":\"All Calls - Promotion\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"Thanks!,\\r\\n\\r\\n- sent from AutoPromix\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"priority\":0,\"created_at\":\"2025-12-25T16:57:04.000000Z\",\"updated_at\":\"2025-12-29T20:22:08.000000Z\"}', '152.58.33.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 20:22:08', '2025-12-29 20:22:08'),
(28, 2, 'delete', 'user', 4, '{\"id\":4,\"name\":\"Kanif Tekale\",\"phone\":\"9021498556\",\"email\":\"kanif@mail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":null,\"created_at\":\"2025-12-25T16:53:50.000000Z\",\"updated_at\":\"2025-12-25T16:53:50.000000Z\"}', NULL, '152.58.33.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 20:22:46', '2025-12-29 20:22:46'),
(29, 2, 'view_sensitive', 'user', 6, NULL, NULL, '152.58.33.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-29 20:24:25', '2025-12-29 20:24:25'),
(30, 1, 'create', 'user', 7, NULL, '{\"name\":\"Test User1\",\"phone\":\"9876543210\",\"email\":\"testuser1@gmail.com\",\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"updated_at\":\"2025-12-29T20:34:58.000000Z\",\"created_at\":\"2025-12-29T20:34:58.000000Z\",\"id\":7}', '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:04:58', '2025-12-30 02:04:58'),
(31, 1, 'create', 'user', 8, NULL, '{\"name\":\"Test User2\",\"phone\":\"9876543211\",\"email\":\"testuser2@gmail.com\",\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"updated_at\":\"2025-12-29T20:35:40.000000Z\",\"created_at\":\"2025-12-29T20:35:40.000000Z\",\"id\":8}', '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:05:40', '2025-12-30 02:05:40'),
(32, 1, 'create', 'user', 9, NULL, '{\"name\":\"Test User3\",\"phone\":\"9876543212\",\"email\":\"testuser3@gmail.com\",\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"updated_at\":\"2025-12-29T20:36:18.000000Z\",\"created_at\":\"2025-12-29T20:36:18.000000Z\",\"id\":9}', '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:06:18', '2025-12-30 02:06:18'),
(33, 1, 'create', 'user', 10, NULL, '{\"name\":\"Test User4\",\"phone\":\"9876543213\",\"email\":\"testuser4@gmail.com\",\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"updated_at\":\"2025-12-29T20:36:43.000000Z\",\"created_at\":\"2025-12-29T20:36:43.000000Z\",\"id\":10}', '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:06:43', '2025-12-30 02:06:43'),
(34, 1, 'create', 'user', 11, NULL, '{\"name\":\"Test User5\",\"phone\":\"9876543214\",\"email\":\"testuser5@gmail.com\",\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"updated_at\":\"2025-12-29T20:37:16.000000Z\",\"created_at\":\"2025-12-29T20:37:16.000000Z\",\"id\":11}', '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:07:16', '2025-12-30 02:07:16'),
(35, 1, 'create', 'user', 12, NULL, '{\"name\":\"Test User6\",\"phone\":\"9876543215\",\"email\":\"testuser6@gmail.com\",\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"updated_at\":\"2025-12-29T20:37:43.000000Z\",\"created_at\":\"2025-12-29T20:37:43.000000Z\",\"id\":12}', '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:07:43', '2025-12-30 02:07:43'),
(36, 1, 'create', 'user', 13, NULL, '{\"name\":\"Test User7\",\"phone\":\"9876543216\",\"email\":\"testuser7@gmail.com\",\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"updated_at\":\"2025-12-29T20:38:11.000000Z\",\"created_at\":\"2025-12-29T20:38:11.000000Z\",\"id\":13}', '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:08:11', '2025-12-30 02:08:11'),
(37, 2, 'update', 'admin_permissions', 1, '{\"users.view\":true,\"users.create\":true,\"users.edit\":true,\"users.delete\":true,\"users.toggle_status\":true,\"users.toggle_sms\":true,\"users.toggle_promotions\":false,\"users.force_logout\":true,\"users.reset_password\":true,\"templates.view\":true,\"templates.create\":true,\"templates.edit\":true,\"templates.delete\":true,\"templates.assign\":true,\"logs.call.view\":true,\"logs.call.view_full\":true,\"logs.sms.view\":true,\"logs.sms.view_full\":true,\"logs.promotion.view\":false,\"logs.promotion.view_full\":false,\"logs.session.view\":false,\"logs.export\":false,\"analytics.view\":false,\"analytics.view_detailed\":false,\"analytics.export\":false,\"settings.view\":false,\"settings.edit\":false,\"admins.view\":false,\"admins.create\":false,\"admins.edit\":false,\"admins.delete\":false}', '{\"users.view\":\"1\",\"users.create\":\"1\",\"users.edit\":\"1\",\"users.delete\":\"1\",\"users.toggle_status\":\"1\",\"users.toggle_sms\":\"1\",\"users.toggle_promotions\":\"0\",\"users.force_logout\":\"1\",\"users.reset_password\":\"1\",\"templates.view\":\"1\",\"templates.create\":\"1\",\"templates.edit\":\"1\",\"templates.delete\":\"1\",\"templates.assign\":\"1\",\"logs.call.view\":\"1\",\"logs.call.view_full\":\"1\",\"logs.sms.view\":\"1\",\"logs.sms.view_full\":\"1\",\"logs.promotion.view\":\"0\",\"logs.promotion.view_full\":\"0\",\"logs.session.view\":\"0\",\"logs.export\":\"0\",\"analytics.view\":\"0\",\"analytics.view_detailed\":\"0\",\"analytics.export\":\"0\",\"settings.view\":\"0\",\"settings.edit\":\"0\",\"admins.view\":\"0\",\"admins.create\":\"0\",\"admins.edit\":\"0\",\"admins.delete\":\"0\"}', '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:12:31', '2025-12-30 02:12:31'),
(38, 1, 'permission_denied', 'route', NULL, NULL, '{\"attempted_route\":\"dashboard.users.delete\",\"required_roles\":[\"superadmin\"]}', '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:12:44', '2025-12-30 02:12:44'),
(39, 1, 'permission_denied', 'route', NULL, NULL, '{\"attempted_route\":\"dashboard.users.delete\",\"required_roles\":[\"superadmin\"]}', '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:13:06', '2025-12-30 02:13:06'),
(40, 2, 'update', 'admin_permissions', 1, '{\"users.view\":true,\"users.create\":true,\"users.edit\":true,\"users.delete\":true,\"users.toggle_status\":true,\"users.toggle_sms\":true,\"users.toggle_promotions\":false,\"users.force_logout\":true,\"users.reset_password\":true,\"templates.view\":true,\"templates.create\":true,\"templates.edit\":true,\"templates.delete\":true,\"templates.assign\":true,\"logs.call.view\":true,\"logs.call.view_full\":true,\"logs.sms.view\":true,\"logs.sms.view_full\":true,\"logs.promotion.view\":false,\"logs.promotion.view_full\":false,\"logs.session.view\":false,\"logs.export\":false,\"analytics.view\":false,\"analytics.view_detailed\":false,\"analytics.export\":false,\"settings.view\":false,\"settings.edit\":false,\"admins.view\":false,\"admins.create\":false,\"admins.edit\":false,\"admins.delete\":false}', '{\"users.view\":\"1\",\"users.create\":\"1\",\"users.edit\":\"1\",\"users.delete\":\"1\",\"users.toggle_status\":\"1\",\"users.toggle_sms\":\"1\",\"users.toggle_promotions\":\"0\",\"users.force_logout\":\"1\",\"users.reset_password\":\"1\",\"templates.view\":\"1\",\"templates.create\":\"1\",\"templates.edit\":\"1\",\"templates.delete\":\"1\",\"templates.assign\":\"1\",\"logs.call.view\":\"1\",\"logs.call.view_full\":\"1\",\"logs.sms.view\":\"1\",\"logs.sms.view_full\":\"1\",\"logs.promotion.view\":\"0\",\"logs.promotion.view_full\":\"0\",\"logs.session.view\":\"0\",\"logs.export\":\"0\",\"analytics.view\":\"0\",\"analytics.view_detailed\":\"0\",\"analytics.export\":\"0\",\"settings.view\":\"0\",\"settings.edit\":\"0\",\"admins.view\":\"0\",\"admins.create\":\"0\",\"admins.edit\":\"0\",\"admins.delete\":\"0\"}', '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:14:00', '2025-12-30 02:14:00'),
(41, 1, 'permission_denied', 'route', NULL, NULL, '{\"attempted_route\":\"dashboard.users.delete\",\"required_roles\":[\"superadmin\"]}', '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:14:19', '2025-12-30 02:14:19'),
(42, 1, 'delete', 'user', 13, '{\"id\":13,\"name\":\"Test User7\",\"phone\":\"9876543216\",\"email\":\"testuser7@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T20:38:11.000000Z\",\"updated_at\":\"2025-12-29T20:38:11.000000Z\"}', NULL, '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:22:09', '2025-12-30 02:22:09'),
(43, 1, 'delete', 'user', 12, '{\"id\":12,\"name\":\"Test User6\",\"phone\":\"9876543215\",\"email\":\"testuser6@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T20:37:43.000000Z\",\"updated_at\":\"2025-12-29T20:37:43.000000Z\"}', NULL, '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:22:15', '2025-12-30 02:22:15'),
(44, 1, 'delete', 'user', 11, '{\"id\":11,\"name\":\"Test User5\",\"phone\":\"9876543214\",\"email\":\"testuser5@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T20:37:16.000000Z\",\"updated_at\":\"2025-12-29T20:37:16.000000Z\"}', NULL, '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:22:20', '2025-12-30 02:22:20'),
(45, 1, 'delete', 'user', 10, '{\"id\":10,\"name\":\"Test User4\",\"phone\":\"9876543213\",\"email\":\"testuser4@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T20:36:43.000000Z\",\"updated_at\":\"2025-12-29T20:36:43.000000Z\"}', NULL, '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:22:23', '2025-12-30 02:22:23'),
(46, 1, 'delete', 'user', 9, '{\"id\":9,\"name\":\"Test User3\",\"phone\":\"9876543212\",\"email\":\"testuser3@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T20:36:18.000000Z\",\"updated_at\":\"2025-12-29T20:36:18.000000Z\"}', NULL, '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:22:26', '2025-12-30 02:22:26'),
(47, 1, 'delete', 'user', 8, '{\"id\":8,\"name\":\"Test User2\",\"phone\":\"9876543211\",\"email\":\"testuser2@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T20:35:40.000000Z\",\"updated_at\":\"2025-12-29T20:35:40.000000Z\"}', NULL, '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:22:29', '2025-12-30 02:22:29'),
(48, 1, 'delete', 'user', 7, '{\"id\":7,\"name\":\"Test User1\",\"phone\":\"9876543210\",\"email\":\"testuser1@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T20:34:58.000000Z\",\"updated_at\":\"2025-12-29T20:34:58.000000Z\"}', NULL, '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:22:34', '2025-12-30 02:22:34'),
(49, 1, 'logout', NULL, NULL, NULL, NULL, '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:27:59', '2025-12-30 02:27:59'),
(50, 1, 'login', NULL, NULL, NULL, NULL, '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:29:16', '2025-12-30 02:29:16'),
(51, 1, 'logout', NULL, NULL, NULL, NULL, '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:29:22', '2025-12-30 02:29:22'),
(52, 1, 'login', NULL, NULL, NULL, NULL, '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:31:07', '2025-12-30 02:31:07'),
(53, 2, 'update', 'admin_permissions', 1, '{\"users.view\":true,\"users.create\":true,\"users.edit\":true,\"users.delete\":true,\"users.toggle_status\":true,\"users.toggle_sms\":true,\"users.toggle_promotions\":false,\"users.force_logout\":true,\"users.reset_password\":true,\"templates.view\":true,\"templates.create\":true,\"templates.edit\":true,\"templates.delete\":true,\"templates.assign\":true,\"logs.call.view\":true,\"logs.call.view_full\":true,\"logs.sms.view\":true,\"logs.sms.view_full\":true,\"logs.promotion.view\":false,\"logs.promotion.view_full\":false,\"logs.session.view\":false,\"logs.export\":false,\"analytics.view\":false,\"analytics.view_detailed\":false,\"analytics.export\":false,\"settings.view\":false,\"settings.edit\":false,\"admins.view\":false,\"admins.create\":false,\"admins.edit\":false,\"admins.delete\":false}', '{\"users.view\":\"1\",\"users.create\":\"1\",\"users.edit\":\"1\",\"users.delete\":\"1\",\"users.toggle_status\":\"1\",\"users.toggle_sms\":\"1\",\"users.toggle_promotions\":\"0\",\"users.force_logout\":\"1\",\"users.reset_password\":\"1\",\"templates.view\":\"1\",\"templates.create\":\"1\",\"templates.edit\":\"1\",\"templates.delete\":\"1\",\"templates.assign\":\"1\",\"logs.call.view\":\"0\",\"logs.call.view_full\":\"0\",\"logs.sms.view\":\"0\",\"logs.sms.view_full\":\"0\",\"logs.promotion.view\":\"0\",\"logs.promotion.view_full\":\"0\",\"logs.session.view\":\"0\",\"logs.export\":\"0\",\"analytics.view\":\"0\",\"analytics.view_detailed\":\"0\",\"analytics.export\":\"0\",\"settings.view\":\"0\",\"settings.edit\":\"0\",\"admins.view\":\"0\",\"admins.create\":\"0\",\"admins.edit\":\"0\",\"admins.delete\":\"0\"}', '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:41:36', '2025-12-30 02:41:36'),
(54, 1, 'permission_denied', 'route', NULL, NULL, '{\"attempted_route\":\"dashboard.analytics\",\"required_permissions\":[\"analytics.view\"]}', '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:42:50', '2025-12-30 02:42:50'),
(55, 1, 'permission_denied', 'route', NULL, NULL, '{\"attempted_route\":\"dashboard.analytics\",\"required_permissions\":[\"analytics.view\"]}', '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 02:59:32', '2025-12-30 02:59:32'),
(56, 1, 'logout', NULL, NULL, NULL, NULL, '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 03:00:03', '2025-12-30 03:00:03'),
(57, 1, 'login', NULL, NULL, NULL, NULL, '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 03:00:11', '2025-12-30 03:00:11'),
(58, 1, 'logout', NULL, NULL, NULL, NULL, '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 03:00:15', '2025-12-30 03:00:15'),
(59, 1, 'login', NULL, NULL, NULL, NULL, '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 03:04:37', '2025-12-30 03:04:37'),
(60, 1, 'force_logout', 'user', 6, NULL, NULL, '152.58.33.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 03:06:53', '2025-12-30 03:06:53'),
(61, 1, 'login', NULL, NULL, NULL, NULL, '152.58.16.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 08:58:43', '2025-12-30 08:58:43'),
(62, 1, 'logout', NULL, NULL, NULL, NULL, '152.58.16.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 09:00:43', '2025-12-30 09:00:43'),
(63, 2, 'login', NULL, NULL, NULL, NULL, '152.58.16.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 09:02:20', '2025-12-30 09:02:20'),
(64, 2, 'view_sensitive', 'user', 3, NULL, NULL, '152.58.16.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 09:02:33', '2025-12-30 09:02:33'),
(65, 2, 'logout', NULL, NULL, NULL, NULL, '152.58.16.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 09:05:53', '2025-12-30 09:05:53'),
(66, 1, 'login', NULL, NULL, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 10:24:50', '2025-12-30 10:24:50'),
(67, 2, 'login', NULL, NULL, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 10:26:32', '2025-12-30 10:26:32'),
(68, 2, 'view_sensitive', 'user', 3, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 10:37:20', '2025-12-30 10:37:20'),
(69, 1, 'login', NULL, NULL, NULL, NULL, '103.248.73.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0', '2025-12-30 12:37:07', '2025-12-30 12:37:07'),
(70, 1, 'login', NULL, NULL, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 12:45:16', '2025-12-30 12:45:16'),
(71, 1, 'permission_denied', 'route', NULL, NULL, '{\"attempted_route\":\"dashboard.analytics\",\"required_permissions\":[\"analytics.view\"]}', '103.248.73.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0', '2025-12-30 12:55:25', '2025-12-30 12:55:25'),
(72, 1, 'create', 'user', 14, NULL, '{\"name\":\"Nilesh Ransing\",\"phone\":\"9881979599\",\"email\":\"9881979599@autoreplysms.app\",\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"updated_at\":\"2025-12-30T08:42:46.000000Z\",\"created_at\":\"2025-12-30T08:42:46.000000Z\",\"id\":14}', '103.248.73.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0', '2025-12-30 14:12:46', '2025-12-30 14:12:46'),
(73, 1, 'update', 'user', 14, '{\"id\":14,\"name\":\"Nilesh Ransing\",\"phone\":\"9881979599\",\"email\":\"9881979599@autoreplysms.app\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-30T08:42:46.000000Z\",\"updated_at\":\"2025-12-30T08:42:46.000000Z\"}', '{\"id\":14,\"name\":\"Nilesh Ransing\",\"phone\":\"9881979599\",\"email\":\"9881979599@autoreplysms.app\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-30T08:42:46.000000Z\",\"updated_at\":\"2025-12-30T08:42:46.000000Z\"}', '103.248.73.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0', '2025-12-30 14:13:45', '2025-12-30 14:13:45'),
(74, 1, 'login', NULL, NULL, NULL, NULL, '42.107.70.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 20:00:24', '2025-12-30 20:00:24'),
(75, 2, 'login', NULL, NULL, NULL, NULL, '42.107.70.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 20:02:59', '2025-12-30 20:02:59'),
(76, 2, 'update', 'admin_permissions', 1, '{\"users.view\":true,\"users.create\":true,\"users.edit\":true,\"users.delete\":true,\"users.toggle_status\":true,\"users.toggle_sms\":true,\"users.toggle_promotions\":false,\"users.force_logout\":true,\"users.reset_password\":true,\"templates.view\":true,\"templates.create\":true,\"templates.edit\":true,\"templates.delete\":true,\"templates.assign\":true,\"logs.call.view\":false,\"logs.call.view_full\":false,\"logs.sms.view\":false,\"logs.sms.view_full\":false,\"logs.promotion.view\":false,\"logs.promotion.view_full\":false,\"logs.session.view\":false,\"logs.export\":false,\"analytics.view\":false,\"analytics.view_detailed\":false,\"analytics.export\":false,\"settings.view\":false,\"settings.edit\":false,\"admins.view\":false,\"admins.create\":false,\"admins.edit\":false,\"admins.delete\":false}', '{\"users.view\":\"1\",\"users.create\":\"1\",\"users.edit\":\"1\",\"users.delete\":\"1\",\"users.toggle_status\":\"1\",\"users.toggle_sms\":\"1\",\"users.toggle_promotions\":\"0\",\"users.force_logout\":\"1\",\"users.reset_password\":\"1\",\"templates.view\":\"0\",\"templates.create\":\"1\",\"templates.edit\":\"1\",\"templates.delete\":\"1\",\"templates.assign\":\"1\",\"logs.call.view\":\"0\",\"logs.call.view_full\":\"0\",\"logs.sms.view\":\"0\",\"logs.sms.view_full\":\"0\",\"logs.promotion.view\":\"0\",\"logs.promotion.view_full\":\"0\",\"logs.session.view\":\"0\",\"logs.export\":\"0\",\"analytics.view\":\"0\",\"analytics.view_detailed\":\"0\",\"analytics.export\":\"0\",\"settings.view\":\"0\",\"settings.edit\":\"0\",\"admins.view\":\"0\",\"admins.create\":\"0\",\"admins.edit\":\"0\",\"admins.delete\":\"0\"}', '42.107.70.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 20:05:19', '2025-12-30 20:05:19'),
(77, 2, 'force_logout', 'user', 6, NULL, NULL, '42.107.70.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-30 20:09:54', '2025-12-30 20:09:54'),
(78, 1, 'login', NULL, NULL, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-31 10:17:33', '2025-12-31 10:17:33'),
(79, 1, 'logout', NULL, NULL, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-31 10:17:44', '2025-12-31 10:17:44'),
(80, 1, 'login', NULL, NULL, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-31 10:18:10', '2025-12-31 10:18:10'),
(81, 1, 'logout', NULL, NULL, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-31 10:19:00', '2025-12-31 10:19:00'),
(82, 2, 'login', NULL, NULL, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-31 10:19:13', '2025-12-31 10:19:13'),
(83, 2, 'logout', NULL, NULL, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-31 10:20:07', '2025-12-31 10:20:07'),
(84, 1, 'login', NULL, NULL, NULL, NULL, '152.58.32.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-01 01:38:49', '2026-01-01 01:38:49'),
(85, 2, 'login', NULL, NULL, NULL, NULL, '152.58.32.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-01 01:40:04', '2026-01-01 01:40:04');
INSERT INTO `admin_audit_logs` (`id`, `admin_id`, `action`, `resource_type`, `resource_id`, `old_values`, `new_values`, `ip_address`, `user_agent`, `created_at`, `updated_at`) VALUES
(86, 2, 'update', 'admin_permissions', 1, '{\"users.view\":true,\"users.create\":true,\"users.edit\":true,\"users.delete\":true,\"users.toggle_status\":true,\"users.toggle_sms\":true,\"users.toggle_promotions\":false,\"users.force_logout\":true,\"users.reset_password\":true,\"templates.view\":false,\"templates.create\":true,\"templates.edit\":true,\"templates.delete\":true,\"templates.assign\":true,\"logs.call.view\":false,\"logs.call.view_full\":false,\"logs.sms.view\":false,\"logs.sms.view_full\":false,\"logs.promotion.view\":false,\"logs.promotion.view_full\":false,\"logs.session.view\":false,\"logs.export\":false,\"analytics.view\":false,\"analytics.view_detailed\":false,\"analytics.export\":false,\"settings.view\":false,\"settings.edit\":false,\"admins.view\":false,\"admins.create\":false,\"admins.edit\":false,\"admins.delete\":false}', '{\"users.view\":\"1\",\"users.create\":\"1\",\"users.edit\":\"1\",\"users.delete\":\"1\",\"users.toggle_status\":\"1\",\"users.toggle_sms\":\"1\",\"users.toggle_promotions\":\"0\",\"users.force_logout\":\"1\",\"users.reset_password\":\"1\",\"templates.view\":\"1\",\"templates.create\":\"1\",\"templates.edit\":\"1\",\"templates.delete\":\"1\",\"templates.assign\":\"1\",\"logs.call.view\":\"0\",\"logs.call.view_full\":\"0\",\"logs.sms.view\":\"0\",\"logs.sms.view_full\":\"0\",\"logs.promotion.view\":\"0\",\"logs.promotion.view_full\":\"0\",\"logs.session.view\":\"0\",\"logs.export\":\"0\",\"analytics.view\":\"0\",\"analytics.view_detailed\":\"0\",\"analytics.export\":\"0\",\"settings.view\":\"0\",\"settings.edit\":\"0\",\"admins.view\":\"0\",\"admins.create\":\"0\",\"admins.edit\":\"0\",\"admins.delete\":\"0\"}', '152.58.32.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-01 01:40:30', '2026-01-01 01:40:30'),
(87, 1, 'login', NULL, NULL, NULL, NULL, '152.58.33.208', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36', '2026-01-01 11:30:39', '2026-01-01 11:30:39'),
(88, 2, 'login', NULL, NULL, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-02 17:59:06', '2026-01-02 17:59:06'),
(89, 2, 'create', 'user', 15, NULL, '{\"name\":\"Shreyash\",\"phone\":\"8421100891\",\"email\":\"shreyash@gmail.com\",\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":2,\"managed_by_admin\":null,\"updated_at\":\"2026-01-02T12:30:01.000000Z\",\"created_at\":\"2026-01-02T12:30:01.000000Z\",\"id\":15}', '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-02 18:00:02', '2026-01-02 18:00:02'),
(90, 2, 'logout', NULL, NULL, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-02 18:00:11', '2026-01-02 18:00:11'),
(91, 1, 'login', NULL, NULL, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-02 18:00:14', '2026-01-02 18:00:14'),
(92, 1, 'logout', NULL, NULL, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-02 18:00:29', '2026-01-02 18:00:29'),
(93, 2, 'login', NULL, NULL, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-02 18:00:37', '2026-01-02 18:00:37'),
(94, 2, 'view_sensitive', 'user', 15, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-02 18:00:46', '2026-01-02 18:00:46'),
(95, 1, 'login', NULL, NULL, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-03 10:04:52', '2026-01-03 10:04:52'),
(96, 2, 'login', NULL, NULL, NULL, NULL, '152.59.63.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-09 01:23:41', '2026-01-09 01:23:41'),
(97, 2, 'login', NULL, NULL, NULL, NULL, '152.58.32.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-09 23:35:44', '2026-01-09 23:35:44'),
(98, 1, 'login', NULL, NULL, NULL, NULL, '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-12 18:21:47', '2026-01-12 18:21:47'),
(99, 1, 'update', 'template', 9, '{\"id\":9,\"user_id\":3,\"name\":\"Service Promo\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"For Education Related Service Click on the following Link\\r\\nhttps:\\/\\/www.hiprofilecards.com\\/Asst.Prof.RakeshSarnot\\r\\n\\r\\nFor Election Related Services Click on the following Link\\r\\nhttps:\\/\\/drive.google.com\\/file\\/d\\/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx\\/view?usp=sharing\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"priority\":0,\"created_at\":\"2025-12-17T07:04:16.000000Z\",\"updated_at\":\"2025-12-29T13:56:00.000000Z\"}', '{\"id\":9,\"user_id\":3,\"name\":\"Service Promo\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"\\u092a\\u0941\\u0923\\u0947 \\u092e\\u0939\\u093e\\u0928\\u0917\\u0930\\u092a\\u093e\\u0932\\u093f\\u0915\\u093e \\u0938\\u093e\\u0930\\u094d\\u0935\\u0924\\u094d\\u0930\\u093f\\u0915 \\u0928\\u093f\\u0935\\u0921\\u0923\\u0942\\u0915 \\u0968\\u0966\\u0968\\u096c \\r\\n\\u0938\\u0902\\u092a\\u0942\\u0930\\u094d\\u0923 \\u096a\\u0967 \\u092a\\u094d\\u0930\\u092d\\u093e\\u0917 \\u0928\\u093f\\u0939\\u093e\\u092f \\u0909\\u092e\\u0947\\u0926\\u0935\\u093e\\u0930\\r\\n\\r\\nhttps:\\/\\/jansanwad.com\\/pmcelctionallcandidate.pdf\\r\\n\\r\\nFor Education Related Service Click on the following Link\\r\\nhttps:\\/\\/www.hiprofilecards.com\\/Asst.Prof.RakeshSarnot\\r\\n\\r\\nFor Election Related Services Click on the following Link\\r\\nhttps:\\/\\/drive.google.com\\/file\\/d\\/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx\\/view?usp=sharing\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"priority\":0,\"created_at\":\"2025-12-17T07:04:16.000000Z\",\"updated_at\":\"2026-01-12T12:52:19.000000Z\"}', '116.73.108.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-12 18:22:19', '2026-01-12 18:22:19'),
(100, 1, 'login', NULL, NULL, NULL, NULL, '49.36.57.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0', '2026-01-14 11:02:10', '2026-01-14 11:02:10'),
(101, 1, 'update', 'template', 9, '{\"id\":9,\"user_id\":3,\"name\":\"Service Promo\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"\\u092a\\u0941\\u0923\\u0947 \\u092e\\u0939\\u093e\\u0928\\u0917\\u0930\\u092a\\u093e\\u0932\\u093f\\u0915\\u093e \\u0938\\u093e\\u0930\\u094d\\u0935\\u0924\\u094d\\u0930\\u093f\\u0915 \\u0928\\u093f\\u0935\\u0921\\u0923\\u0942\\u0915 \\u0968\\u0966\\u0968\\u096c \\r\\n\\u0938\\u0902\\u092a\\u0942\\u0930\\u094d\\u0923 \\u096a\\u0967 \\u092a\\u094d\\u0930\\u092d\\u093e\\u0917 \\u0928\\u093f\\u0939\\u093e\\u092f \\u0909\\u092e\\u0947\\u0926\\u0935\\u093e\\u0930\\r\\n\\r\\nhttps:\\/\\/jansanwad.com\\/pmcelctionallcandidate.pdf\\r\\n\\r\\nFor Education Related Service Click on the following Link\\r\\nhttps:\\/\\/www.hiprofilecards.com\\/Asst.Prof.RakeshSarnot\\r\\n\\r\\nFor Election Related Services Click on the following Link\\r\\nhttps:\\/\\/drive.google.com\\/file\\/d\\/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx\\/view?usp=sharing\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"priority\":0,\"created_at\":\"2025-12-17T07:04:16.000000Z\",\"updated_at\":\"2026-01-12T12:52:19.000000Z\"}', '{\"id\":9,\"user_id\":3,\"name\":\"Service Promo\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"\\u092a\\u0941\\u0923\\u0947 \\u092e\\u0939\\u093e\\u0928\\u0917\\u0930\\u092a\\u093e\\u0932\\u093f\\u0915\\u093e \\u0938\\u093e\\u0930\\u094d\\u0935\\u0924\\u094d\\u0930\\u093f\\u0915 \\u0928\\u093f\\u0935\\u0921\\u0923\\u0942\\u0915 \\u0968\\u0966\\u0968\\u096c \\r\\n\\u0938\\u0902\\u092a\\u0942\\u0930\\u094d\\u0923 \\u096a\\u0967 \\u092a\\u094d\\u0930\\u092d\\u093e\\u0917 \\u0928\\u093f\\u0939\\u093e\\u092f \\u0909\\u092e\\u0947\\u0926\\u0935\\u093e\\u0930\\r\\n\\r\\nhttps:\\/\\/jansanwad.com\\/pmcelctionallcandidate.pdf\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"priority\":0,\"created_at\":\"2025-12-17T07:04:16.000000Z\",\"updated_at\":\"2026-01-14T05:32:50.000000Z\"}', '49.36.57.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0', '2026-01-14 11:02:50', '2026-01-14 11:02:50'),
(102, 1, 'update', 'template', 9, '{\"id\":9,\"user_id\":3,\"name\":\"Service Promo\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"\\u092a\\u0941\\u0923\\u0947 \\u092e\\u0939\\u093e\\u0928\\u0917\\u0930\\u092a\\u093e\\u0932\\u093f\\u0915\\u093e \\u0938\\u093e\\u0930\\u094d\\u0935\\u0924\\u094d\\u0930\\u093f\\u0915 \\u0928\\u093f\\u0935\\u0921\\u0923\\u0942\\u0915 \\u0968\\u0966\\u0968\\u096c \\r\\n\\u0938\\u0902\\u092a\\u0942\\u0930\\u094d\\u0923 \\u096a\\u0967 \\u092a\\u094d\\u0930\\u092d\\u093e\\u0917 \\u0928\\u093f\\u0939\\u093e\\u092f \\u0909\\u092e\\u0947\\u0926\\u0935\\u093e\\u0930\\r\\n\\r\\nhttps:\\/\\/jansanwad.com\\/pmcelctionallcandidate.pdf\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"priority\":0,\"created_at\":\"2025-12-17T07:04:16.000000Z\",\"updated_at\":\"2026-01-14T05:32:50.000000Z\"}', '{\"id\":9,\"user_id\":3,\"name\":\"Service Promo\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"\\u092a\\u0941\\u0923\\u0947 \\u092e\\u0939\\u093e\\u0928\\u0917\\u0930\\u092a\\u093e\\u0932\\u093f\\u0915\\u093e \\u0938\\u093e\\u0930\\u094d\\u0935\\u0924\\u094d\\u0930\\u093f\\u0915 \\u0928\\u093f\\u0935\\u0921\\u0923\\u0942\\u0915 \\u0968\\u0966\\u0968\\u096c \\r\\n\\u0938\\u0902\\u092a\\u0942\\u0930\\u094d\\u0923 \\u096a\\u0967 \\u092a\\u094d\\u0930\\u092d\\u093e\\u0917 \\u0928\\u093f\\u0939\\u093e\\u092f \\u0909\\u092e\\u0947\\u0926\\u0935\\u093e\\u0930\\r\\n\\r\\nhttps:\\/\\/jansanwad.com\\/pmcelctionallcandidate.pdf\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"priority\":0,\"created_at\":\"2025-12-17T07:04:16.000000Z\",\"updated_at\":\"2026-01-14T05:32:50.000000Z\"}', '49.36.57.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0', '2026-01-14 11:02:55', '2026-01-14 11:02:55'),
(103, 1, 'login', NULL, NULL, NULL, NULL, '103.176.241.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-01-27 14:37:14', '2026-01-27 14:37:14'),
(104, 1, 'update', 'user', 3, '{\"id\":3,\"name\":\"Rakesh\",\"phone\":\"9595144244\",\"email\":\"dummymail@mail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2026-01-24T17:14:39.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-21T08:40:34.000000Z\",\"updated_at\":\"2026-01-24T17:14:39.000000Z\"}', '{\"id\":3,\"name\":\"Rakesh\",\"phone\":\"9595144244\",\"email\":\"dummymail@mail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2026-01-24T17:14:39.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-21T08:40:34.000000Z\",\"updated_at\":\"2026-01-27T09:08:02.000000Z\"}', '103.176.241.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-01-27 14:38:02', '2026-01-27 14:38:02'),
(105, 1, 'update', 'template', 9, '{\"id\":9,\"user_id\":3,\"name\":\"Service Promo\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"\\u092a\\u0941\\u0923\\u0947 \\u092e\\u0939\\u093e\\u0928\\u0917\\u0930\\u092a\\u093e\\u0932\\u093f\\u0915\\u093e \\u0938\\u093e\\u0930\\u094d\\u0935\\u0924\\u094d\\u0930\\u093f\\u0915 \\u0928\\u093f\\u0935\\u0921\\u0923\\u0942\\u0915 \\u0968\\u0966\\u0968\\u096c \\r\\n\\u0938\\u0902\\u092a\\u0942\\u0930\\u094d\\u0923 \\u096a\\u0967 \\u092a\\u094d\\u0930\\u092d\\u093e\\u0917 \\u0928\\u093f\\u0939\\u093e\\u092f \\u0909\\u092e\\u0947\\u0926\\u0935\\u093e\\u0930\\r\\n\\r\\nhttps:\\/\\/jansanwad.com\\/pmcelctionallcandidate.pdf\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"priority\":0,\"created_at\":\"2025-12-17T07:04:16.000000Z\",\"updated_at\":\"2026-01-14T05:32:50.000000Z\"}', '{\"id\":9,\"user_id\":3,\"name\":\"Service Promo\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"For Education Related Service Click on the following Link\\r\\nhttps:\\/\\/www.hiprofilecards.com\\/Asst.Prof.RakeshSarnot\\r\\n\\r\\nFor Election Related Services Click on the following Link\\r\\nhttps:\\/\\/drive.google.com\\/file\\/d\\/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx\\/view?usp=sharing\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"priority\":0,\"created_at\":\"2025-12-17T07:04:16.000000Z\",\"updated_at\":\"2026-01-27T09:09:57.000000Z\"}', '103.176.241.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-01-27 14:39:57', '2026-01-27 14:39:57'),
(106, 1, 'create', 'template', 11, NULL, '{\"user_id\":\"14\",\"name\":\"Nilesh Sir\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"For Election Related Services Click on the following Link\\r\\nhttps:\\/\\/drive.google.com\\/file\\/d\\/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx\\/view?usp=sharing\",\"priority\":0,\"is_active\":true,\"is_default\":false,\"updated_at\":\"2026-01-27T09:12:41.000000Z\",\"created_at\":\"2026-01-27T09:12:41.000000Z\",\"id\":11}', '103.176.241.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-01-27 14:42:41', '2026-01-27 14:42:41'),
(107, 1, 'update', 'user', 14, '{\"id\":14,\"name\":\"Nilesh Ransing\",\"phone\":\"9881979599\",\"email\":\"9881979599@autoreplysms.app\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-30T08:42:46.000000Z\",\"updated_at\":\"2025-12-30T08:42:46.000000Z\"}', '{\"id\":14,\"name\":\"Nilesh Ransing\",\"phone\":\"9881979599\",\"email\":\"9881979599@autoreplysms.app\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-30T08:42:46.000000Z\",\"updated_at\":\"2026-01-27T09:13:13.000000Z\"}', '103.176.241.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-01-27 14:43:13', '2026-01-27 14:43:13'),
(108, 1, 'update', 'user', 14, '{\"id\":14,\"name\":\"Nilesh Ransing\",\"phone\":\"9881979599\",\"email\":\"9881979599@autoreplysms.app\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-30T08:42:46.000000Z\",\"updated_at\":\"2026-01-27T09:13:13.000000Z\"}', '{\"id\":14,\"name\":\"Nilesh Ransing\",\"phone\":\"9881979599\",\"email\":\"9881979599@autoreplysms.app\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":null,\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-30T08:42:46.000000Z\",\"updated_at\":\"2026-01-27T09:13:13.000000Z\"}', '103.176.241.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-01-27 14:43:31', '2026-01-27 14:43:31'),
(109, 2, 'login', NULL, NULL, NULL, NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-03 13:00:17', '2026-02-03 13:00:17'),
(110, 2, 'export', 'sms_summary_report', NULL, NULL, NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-03 13:05:23', '2026-02-03 13:05:23'),
(111, 2, 'export', 'call_summary_report', NULL, NULL, NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-03 13:14:20', '2026-02-03 13:14:20'),
(112, 2, 'export', 'daily_summary_report', NULL, NULL, NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-03 13:16:27', '2026-02-03 13:16:27'),
(113, 1, 'login', NULL, NULL, NULL, NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-03 13:21:35', '2026-02-03 13:21:35'),
(114, 1, 'login', NULL, NULL, NULL, NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-03 19:20:02', '2026-02-03 19:20:02'),
(115, 2, 'login', NULL, NULL, NULL, NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-03 19:25:23', '2026-02-03 19:25:23'),
(116, 2, 'update', 'admin_permissions', 1, '{\"users.view\":true,\"users.create\":true,\"users.edit\":true,\"users.delete\":true,\"users.toggle_status\":true,\"users.toggle_sms\":true,\"users.toggle_promotions\":false,\"users.force_logout\":true,\"users.reset_password\":true,\"templates.view\":true,\"templates.create\":true,\"templates.edit\":true,\"templates.delete\":true,\"templates.assign\":true,\"logs.call.view\":false,\"logs.call.view_full\":false,\"logs.sms.view\":false,\"logs.sms.view_full\":false,\"logs.promotion.view\":false,\"logs.promotion.view_full\":false,\"logs.session.view\":false,\"logs.export\":false,\"analytics.view\":false,\"analytics.view_detailed\":false,\"analytics.export\":false,\"settings.view\":false,\"settings.edit\":false,\"admins.view\":false,\"admins.create\":false,\"admins.edit\":false,\"admins.delete\":false}', '{\"users.view\":\"1\",\"users.create\":\"1\",\"users.edit\":\"1\",\"users.delete\":\"1\",\"users.toggle_status\":\"1\",\"users.toggle_sms\":\"1\",\"users.toggle_promotions\":\"0\",\"users.force_logout\":\"1\",\"users.reset_password\":\"1\",\"templates.view\":\"1\",\"templates.create\":\"1\",\"templates.edit\":\"1\",\"templates.delete\":\"1\",\"templates.assign\":\"1\",\"logs.call.view\":\"0\",\"logs.call.view_full\":\"0\",\"logs.sms.view\":\"0\",\"logs.sms.view_full\":\"0\",\"logs.promotion.view\":\"0\",\"logs.promotion.view_full\":\"0\",\"logs.session.view\":\"0\",\"logs.export\":\"0\",\"analytics.view\":\"0\",\"analytics.view_detailed\":\"0\",\"analytics.export\":\"0\",\"settings.view\":\"0\",\"settings.edit\":\"0\",\"admins.view\":\"0\",\"admins.create\":\"0\",\"admins.edit\":\"0\",\"admins.delete\":\"0\",\"reports.view\":null,\"reports.user_activity\":\"0\",\"reports.sms_summary\":null,\"reports.call_summary\":\"0\",\"reports.promotion_summary\":\"0\",\"reports.device_usage\":\"0\",\"reports.daily_summary\":\"1\",\"reports.export\":\"1\"}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-03 19:53:36', '2026-02-03 19:53:36'),
(117, 1, 'permission_denied', 'route', NULL, NULL, '{\"attempted_route\":\"dashboard.reports.user-activity\",\"required_permissions\":[\"reports.view\"]}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-03 19:53:43', '2026-02-03 19:53:43'),
(118, 2, 'update', 'admin_permissions', 1, '{\"users.view\":true,\"users.create\":true,\"users.edit\":true,\"users.delete\":true,\"users.toggle_status\":true,\"users.toggle_sms\":true,\"users.toggle_promotions\":false,\"users.force_logout\":true,\"users.reset_password\":true,\"templates.view\":true,\"templates.create\":true,\"templates.edit\":true,\"templates.delete\":true,\"templates.assign\":true,\"logs.call.view\":false,\"logs.call.view_full\":false,\"logs.sms.view\":false,\"logs.sms.view_full\":false,\"logs.promotion.view\":false,\"logs.promotion.view_full\":false,\"logs.session.view\":false,\"logs.export\":false,\"analytics.view\":false,\"analytics.view_detailed\":false,\"analytics.export\":false,\"settings.view\":false,\"settings.edit\":false,\"admins.view\":false,\"admins.create\":false,\"admins.edit\":false,\"admins.delete\":false,\"reports.view\":false,\"reports.user_activity\":false,\"reports.sms_summary\":false,\"reports.call_summary\":false,\"reports.promotion_summary\":false,\"reports.device_usage\":false,\"reports.daily_summary\":true,\"reports.export\":true}', '{\"users.view\":\"1\",\"users.create\":\"1\",\"users.edit\":\"1\",\"users.delete\":\"1\",\"users.toggle_status\":\"1\",\"users.toggle_sms\":\"1\",\"users.toggle_promotions\":\"0\",\"users.force_logout\":\"1\",\"users.reset_password\":\"1\",\"templates.view\":\"1\",\"templates.create\":\"1\",\"templates.edit\":\"1\",\"templates.delete\":\"1\",\"templates.assign\":\"1\",\"logs.call.view\":\"0\",\"logs.call.view_full\":\"0\",\"logs.sms.view\":\"0\",\"logs.sms.view_full\":\"0\",\"logs.promotion.view\":\"0\",\"logs.promotion.view_full\":\"0\",\"logs.session.view\":\"0\",\"logs.export\":\"0\",\"analytics.view\":\"0\",\"analytics.view_detailed\":\"0\",\"analytics.export\":\"0\",\"settings.view\":\"0\",\"settings.edit\":\"0\",\"admins.view\":\"0\",\"admins.create\":\"0\",\"admins.edit\":\"0\",\"admins.delete\":\"0\",\"reports.view\":\"0\",\"reports.user_activity\":\"0\",\"reports.sms_summary\":\"1\",\"reports.call_summary\":\"0\",\"reports.promotion_summary\":\"0\",\"reports.device_usage\":\"0\",\"reports.daily_summary\":\"1\",\"reports.export\":\"1\"}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-03 19:54:24', '2026-02-03 19:54:24'),
(119, 2, 'update', 'admin_permissions', 1, '{\"users.view\":true,\"users.create\":true,\"users.edit\":true,\"users.delete\":true,\"users.toggle_status\":true,\"users.toggle_sms\":true,\"users.toggle_promotions\":false,\"users.force_logout\":true,\"users.reset_password\":true,\"templates.view\":true,\"templates.create\":true,\"templates.edit\":true,\"templates.delete\":true,\"templates.assign\":true,\"logs.call.view\":false,\"logs.call.view_full\":false,\"logs.sms.view\":false,\"logs.sms.view_full\":false,\"logs.promotion.view\":false,\"logs.promotion.view_full\":false,\"logs.session.view\":false,\"logs.export\":false,\"analytics.view\":false,\"analytics.view_detailed\":false,\"analytics.export\":false,\"settings.view\":false,\"settings.edit\":false,\"admins.view\":false,\"admins.create\":false,\"admins.edit\":false,\"admins.delete\":false,\"reports.view\":false,\"reports.user_activity\":false,\"reports.sms_summary\":true,\"reports.call_summary\":false,\"reports.promotion_summary\":false,\"reports.device_usage\":false,\"reports.daily_summary\":true,\"reports.export\":true}', '{\"users.view\":\"1\",\"users.create\":\"1\",\"users.edit\":\"1\",\"users.delete\":\"1\",\"users.toggle_status\":\"1\",\"users.toggle_sms\":\"1\",\"users.toggle_promotions\":\"0\",\"users.force_logout\":\"1\",\"users.reset_password\":\"1\",\"templates.view\":\"1\",\"templates.create\":\"1\",\"templates.edit\":\"1\",\"templates.delete\":\"1\",\"templates.assign\":\"1\",\"logs.call.view\":\"0\",\"logs.call.view_full\":\"0\",\"logs.sms.view\":\"0\",\"logs.sms.view_full\":\"0\",\"logs.promotion.view\":\"0\",\"logs.promotion.view_full\":\"0\",\"logs.session.view\":\"0\",\"logs.export\":\"0\",\"analytics.view\":\"0\",\"analytics.view_detailed\":\"0\",\"analytics.export\":\"0\",\"settings.view\":\"0\",\"settings.edit\":\"0\",\"admins.view\":\"0\",\"admins.create\":\"0\",\"admins.edit\":\"0\",\"admins.delete\":\"0\",\"reports.view\":\"1\",\"reports.user_activity\":\"0\",\"reports.sms_summary\":\"1\",\"reports.call_summary\":\"0\",\"reports.promotion_summary\":\"0\",\"reports.device_usage\":\"0\",\"reports.daily_summary\":\"1\",\"reports.export\":\"1\"}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(120, 2, 'login', NULL, NULL, NULL, NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-17 09:03:08', '2026-02-17 09:03:08'),
(121, 2, 'login', NULL, NULL, NULL, NULL, '10.218.139.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-17 17:49:13', '2026-02-17 17:49:13'),
(122, 2, 'update', 'template', 11, '{\"id\":11,\"user_id\":14,\"name\":\"Nilesh Sir\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"For Election Related Services Click on the following Link\\r\\nhttps:\\/\\/drive.google.com\\/file\\/d\\/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx\\/view?usp=sharing\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"channel\":\"sms\",\"media_type\":null,\"media_url\":null,\"automation_mode\":null,\"priority\":0,\"created_at\":\"2026-01-27T14:42:41.000000Z\",\"updated_at\":\"2026-01-27T14:42:41.000000Z\"}', '{\"id\":11,\"user_id\":14,\"name\":\"Nilesh Sir\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"For Election Related Services Click on the following Link\\r\\nhttps:\\/\\/drive.google.com\\/file\\/d\\/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx\\/view?usp=sharing\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"channel\":\"sms\",\"media_type\":null,\"media_url\":null,\"automation_mode\":null,\"priority\":0,\"created_at\":\"2026-01-27T14:42:41.000000Z\",\"updated_at\":\"2026-01-27T14:42:41.000000Z\"}', '10.218.139.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-17 17:56:45', '2026-02-17 17:56:45'),
(123, 2, 'update', 'user', 6, '{\"id\":6,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2026-02-17T17:59:44.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2026-02-17T17:59:44.000000Z\"}', '{\"id\":6,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2026-02-17T17:59:44.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2026-02-17T17:59:44.000000Z\"}', '10.218.139.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-17 18:01:03', '2026-02-17 18:01:03'),
(124, 2, 'view_sensitive', 'user', 6, NULL, NULL, '10.218.139.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-17 18:01:04', '2026-02-17 18:01:04'),
(125, 2, 'view_sensitive', 'user', 6, NULL, NULL, '10.218.139.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-17 18:02:12', '2026-02-17 18:02:12'),
(126, 2, 'view_sensitive', 'user', 6, NULL, NULL, '10.218.139.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-17 18:02:22', '2026-02-17 18:02:22'),
(127, 2, 'view_sensitive', 'user', 6, NULL, NULL, '10.218.139.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-17 18:10:41', '2026-02-17 18:10:41'),
(128, 2, 'update', 'user', 6, '{\"id\":6,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2026-02-17T18:02:51.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2026-02-17T18:02:51.000000Z\"}', '{\"id\":6,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2026-02-17T18:02:51.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2026-02-17T18:02:51.000000Z\"}', '10.218.139.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-17 18:11:29', '2026-02-17 18:11:29'),
(129, 2, 'view_sensitive', 'user', 6, NULL, NULL, '10.218.139.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-17 18:11:30', '2026-02-17 18:11:30'),
(130, 2, 'login', NULL, NULL, NULL, NULL, '10.218.139.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-17 18:57:48', '2026-02-17 18:57:48'),
(131, 2, 'update', 'user', 6, '{\"id\":6,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2026-02-17T19:02:47.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2026-02-17T19:02:47.000000Z\"}', '{\"id\":6,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2026-02-17T19:02:47.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2026-02-17T19:02:47.000000Z\"}', '10.218.139.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-17 19:03:50', '2026-02-17 19:03:50'),
(132, 2, 'view_sensitive', 'user', 6, NULL, NULL, '10.218.139.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-17 19:03:50', '2026-02-17 19:03:50'),
(133, 2, 'update', 'template', 10, '{\"id\":10,\"user_id\":6,\"name\":\"All Calls - Promotion\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"Thanks!,\\r\\n\\r\\n- sent from AutoPromix\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"channel\":\"sms\",\"media_type\":null,\"media_url\":null,\"automation_mode\":null,\"priority\":0,\"created_at\":\"2025-12-25T16:57:04.000000Z\",\"updated_at\":\"2025-12-29T20:22:08.000000Z\"}', '{\"id\":10,\"user_id\":6,\"name\":\"All Calls - Promotion\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"Thanks!,\\r\\n\\r\\n- sent from AutoPromix\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"channel\":\"sms\",\"media_type\":null,\"media_url\":null,\"automation_mode\":null,\"priority\":0,\"created_at\":\"2025-12-25T16:57:04.000000Z\",\"updated_at\":\"2025-12-29T20:22:08.000000Z\"}', '10.218.139.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-17 19:08:26', '2026-02-17 19:08:26'),
(134, 2, 'login', NULL, NULL, NULL, NULL, '192.168.1.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 04:59:49', '2026-02-18 04:59:49'),
(135, 2, 'update', 'user', 6, '{\"id\":6,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2026-02-17T19:38:47.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2026-02-17T19:38:47.000000Z\"}', '{\"id\":6,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2026-02-17T19:38:47.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"sms_service_enabled\":false,\"promotions_enabled\":false,\"created_by_admin\":1,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2026-02-18T05:40:42.000000Z\"}', '192.168.1.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 05:40:42', '2026-02-18 05:40:42'),
(136, 2, 'view_sensitive', 'user', 6, NULL, NULL, '192.168.1.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 05:40:43', '2026-02-18 05:40:43'),
(137, 2, 'view_sensitive', 'user', 6, NULL, NULL, '192.168.1.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 07:40:07', '2026-02-18 07:40:07'),
(138, 2, 'update', 'template', 10, '{\"id\":10,\"user_id\":6,\"client_id\":null,\"created_from_template_id\":null,\"name\":\"All Calls - Promotion\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"Thanks!,\\r\\n\\r\\n- sent from AutoPromix\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"channel\":\"sms\",\"media_type\":null,\"media_url\":null,\"automation_mode\":null,\"created_by_admin\":null,\"created_by_client_admin\":null,\"last_modified_by\":null,\"priority\":0,\"created_at\":\"2025-12-25T16:57:04.000000Z\",\"updated_at\":\"2025-12-29T20:22:08.000000Z\"}', '{\"id\":10,\"user_id\":6,\"client_id\":null,\"created_from_template_id\":null,\"name\":\"All Calls - Promotion\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"Thanks!,\\r\\n\\r\\n- sent from AutoPromix\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"channel\":\"sms\",\"media_type\":null,\"media_url\":null,\"automation_mode\":null,\"created_by_admin\":null,\"created_by_client_admin\":null,\"last_modified_by\":null,\"priority\":0,\"created_at\":\"2025-12-25T16:57:04.000000Z\",\"updated_at\":\"2025-12-29T20:22:08.000000Z\"}', '192.168.1.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 07:40:21', '2026-02-18 07:40:21'),
(139, 2, 'login', NULL, NULL, NULL, NULL, '192.168.1.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 08:30:19', '2026-02-18 08:30:19'),
(140, 2, 'view_sensitive', 'user', 6, NULL, NULL, '192.168.1.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 09:17:15', '2026-02-18 09:17:15'),
(141, 2, 'login', NULL, NULL, NULL, NULL, '192.168.1.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 12:39:05', '2026-02-18 12:39:05'),
(142, 2, 'login', NULL, NULL, NULL, NULL, '10.144.242.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 17:40:42', '2026-02-18 17:40:42'),
(143, 2, 'view_sensitive', 'user', 6, NULL, NULL, '10.144.242.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 17:40:54', '2026-02-18 17:40:54'),
(144, 2, 'update', 'template', 12, '{\"id\":12,\"user_id\":null,\"client_id\":1,\"created_from_template_id\":10,\"name\":\"All Calls - Promotion\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"Thanks!,\\r\\n\\r\\n- sent from AutoPromix\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"channel\":\"sms\",\"media_type\":null,\"media_url\":null,\"automation_mode\":null,\"created_by_admin\":2,\"created_by_client_admin\":null,\"last_modified_by\":\"admin:2\",\"priority\":0,\"created_at\":\"2026-02-18T12:49:29.000000Z\",\"updated_at\":\"2026-02-18T16:38:52.000000Z\"}', '{\"id\":12,\"user_id\":16,\"client_id\":1,\"created_from_template_id\":10,\"name\":\"All Calls - Promotion\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"Thanks!,\\r\\n\\r\\n- sent from AutoPromix\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"channel\":\"sms\",\"media_type\":null,\"media_url\":null,\"automation_mode\":null,\"created_by_admin\":2,\"created_by_client_admin\":null,\"last_modified_by\":\"admin:2\",\"priority\":0,\"created_at\":\"2026-02-18T12:49:29.000000Z\",\"updated_at\":\"2026-02-18T18:03:06.000000Z\"}', '10.144.242.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 18:03:06', '2026-02-18 18:03:06'),
(145, 2, 'view_sensitive', 'user', 16, NULL, NULL, '10.144.242.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 18:24:37', '2026-02-18 18:24:37'),
(146, 2, 'login', NULL, NULL, NULL, NULL, '10.129.127.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 18:41:13', '2026-02-18 18:41:13'),
(147, 2, 'update', 'template', 12, '{\"id\":12,\"user_id\":16,\"client_id\":1,\"created_from_template_id\":10,\"name\":\"All Calls - Promotion\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"Thanks!,\\r\\n\\r\\n- sent from AutoPromix\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"channel\":\"sms\",\"media_type\":null,\"media_url\":null,\"automation_mode\":null,\"created_by_admin\":2,\"created_by_client_admin\":null,\"last_modified_by\":\"admin:2\",\"priority\":0,\"created_at\":\"2026-02-18T12:49:29.000000Z\",\"updated_at\":\"2026-02-18T18:03:06.000000Z\"}', '{\"id\":12,\"user_id\":null,\"client_id\":1,\"created_from_template_id\":10,\"name\":\"All Calls - Promotion\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"Thanks!,\\r\\n\\r\\n- sent from AutoPromix\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"channel\":\"sms\",\"media_type\":null,\"media_url\":null,\"automation_mode\":null,\"created_by_admin\":2,\"created_by_client_admin\":null,\"last_modified_by\":\"admin:2\",\"priority\":0,\"created_at\":\"2026-02-18T12:49:29.000000Z\",\"updated_at\":\"2026-02-18T18:44:11.000000Z\"}', '10.129.127.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 18:44:11', '2026-02-18 18:44:11'),
(148, 2, 'view_sensitive', 'user', 3, NULL, NULL, '10.129.127.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 19:01:17', '2026-02-18 19:01:17'),
(149, 2, 'update', 'user', 6, '{\"id\":6,\"client_id\":null,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2026-02-18T19:07:29.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"approval_status\":\"pending\",\"approved_by\":null,\"approved_at\":null,\"rejection_reason\":null,\"sms_service_enabled\":false,\"promotions_enabled\":false,\"created_by_admin\":1,\"created_by_client_admin\":null,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2026-02-18T19:07:29.000000Z\"}', '{\"id\":6,\"client_id\":null,\"name\":\"Yogesh Datir\",\"phone\":\"8669260708\",\"email\":\"datirmahesh110@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2026-02-18T19:07:29.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"approval_status\":\"pending\",\"approved_by\":null,\"approved_at\":null,\"rejection_reason\":null,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":1,\"created_by_client_admin\":null,\"managed_by_admin\":1,\"created_at\":\"2025-12-29T19:14:34.000000Z\",\"updated_at\":\"2026-02-18T19:08:53.000000Z\"}', '10.129.127.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 19:08:53', '2026-02-18 19:08:53'),
(150, 2, 'view_sensitive', 'user', 6, NULL, NULL, '10.129.127.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-18 19:08:53', '2026-02-18 19:08:53'),
(151, 2, 'login', NULL, NULL, NULL, NULL, '10.129.127.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-19 05:30:15', '2026-02-19 05:30:15'),
(152, 2, 'login', NULL, NULL, NULL, NULL, '10.26.69.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-19 11:15:22', '2026-02-19 11:15:22'),
(153, 2, 'update', 'template', 12, '{\"id\":12,\"user_id\":null,\"client_id\":1,\"created_from_template_id\":10,\"name\":\"All Calls - Promotion\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"Thanks!\\r\\n\\r\\n- sent from AutoPromix\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"channel\":\"sms\",\"media_type\":null,\"media_url\":null,\"automation_mode\":null,\"created_by_admin\":2,\"created_by_client_admin\":null,\"last_modified_by\":\"client_admin:1\",\"priority\":0,\"created_at\":\"2026-02-18T12:49:29.000000Z\",\"updated_at\":\"2026-02-19T10:55:57.000000Z\"}', '{\"id\":12,\"user_id\":null,\"client_id\":1,\"created_from_template_id\":10,\"name\":\"All Calls - Promotion\",\"type\":\"auto_reply\",\"call_type\":\"all\",\"content\":\"Thanks!\\r\\n\\r\\n- sent from AutoPromix\",\"is_active\":true,\"is_default\":false,\"is_global\":false,\"channel\":\"sms\",\"media_type\":null,\"media_url\":null,\"automation_mode\":null,\"created_by_admin\":2,\"created_by_client_admin\":null,\"last_modified_by\":\"client_admin:1\",\"priority\":0,\"created_at\":\"2026-02-18T12:49:29.000000Z\",\"updated_at\":\"2026-02-19T10:55:57.000000Z\"}', '10.26.69.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-19 11:17:49', '2026-02-19 11:17:49'),
(154, 2, 'view_sensitive', 'user', 17, NULL, NULL, '10.26.69.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-19 11:19:07', '2026-02-19 11:19:07'),
(155, 2, 'update', 'user', 17, '{\"id\":17,\"client_id\":1,\"name\":\"Rohit Patkal\",\"phone\":\"9876543214\",\"email\":\"rohitpatkal@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2026-02-19T11:18:54.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"approval_status\":\"approved\",\"approved_by\":2,\"approved_at\":\"2026-02-18T19:01:58.000000Z\",\"rejection_reason\":null,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":null,\"created_by_client_admin\":1,\"managed_by_admin\":null,\"created_at\":\"2026-02-18T18:56:49.000000Z\",\"updated_at\":\"2026-02-19T11:18:54.000000Z\"}', '{\"id\":17,\"client_id\":1,\"name\":\"Rohit Patkal\",\"phone\":\"9876543214\",\"email\":\"rohitpatkal@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2026-02-19T11:18:54.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"approval_status\":\"approved\",\"approved_by\":2,\"approved_at\":\"2026-02-18T19:01:58.000000Z\",\"rejection_reason\":null,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":null,\"created_by_client_admin\":1,\"managed_by_admin\":null,\"created_at\":\"2026-02-18T18:56:49.000000Z\",\"updated_at\":\"2026-02-19T11:18:54.000000Z\"}', '10.26.69.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-19 11:19:32', '2026-02-19 11:19:32'),
(156, 2, 'view_sensitive', 'user', 17, NULL, NULL, '10.26.69.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-19 11:19:33', '2026-02-19 11:19:33'),
(157, 2, 'update', 'user', 17, '{\"id\":17,\"client_id\":1,\"name\":\"Rohit Patkal\",\"phone\":\"9876543214\",\"email\":\"rohitpatkal@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2026-02-19T11:24:13.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"approval_status\":\"approved\",\"approved_by\":2,\"approved_at\":\"2026-02-18T19:01:58.000000Z\",\"rejection_reason\":null,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":null,\"created_by_client_admin\":1,\"managed_by_admin\":null,\"created_at\":\"2026-02-18T18:56:49.000000Z\",\"updated_at\":\"2026-02-19T11:24:13.000000Z\"}', '{\"id\":17,\"client_id\":1,\"name\":\"Rohit Patkal\",\"phone\":\"9876543214\",\"email\":\"rohitpatkal@gmail.com\",\"device_id\":null,\"session_device_id\":null,\"last_active_at\":\"2026-02-19T11:24:13.000000Z\",\"force_logout\":false,\"token_expires_at\":null,\"is_active\":true,\"approval_status\":\"approved\",\"approved_by\":2,\"approved_at\":\"2026-02-18T19:01:58.000000Z\",\"rejection_reason\":null,\"sms_service_enabled\":true,\"promotions_enabled\":false,\"created_by_admin\":null,\"created_by_client_admin\":1,\"managed_by_admin\":null,\"created_at\":\"2026-02-18T18:56:49.000000Z\",\"updated_at\":\"2026-02-19T11:24:13.000000Z\"}', '10.26.69.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-19 11:24:42', '2026-02-19 11:24:42'),
(158, 2, 'view_sensitive', 'user', 17, NULL, NULL, '10.26.69.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-19 11:24:43', '2026-02-19 11:24:43');

-- --------------------------------------------------------

--
-- Table structure for table `admin_limits`
--

CREATE TABLE `admin_limits` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `max_users` int(11) NOT NULL DEFAULT 10,
  `can_create_users` tinyint(1) NOT NULL DEFAULT 1,
  `can_edit_users` tinyint(1) NOT NULL DEFAULT 1,
  `can_disable_users` tinyint(1) NOT NULL DEFAULT 1,
  `can_delete_users` tinyint(1) NOT NULL DEFAULT 0,
  `can_view_templates` tinyint(1) NOT NULL DEFAULT 1,
  `can_assign_templates` tinyint(1) NOT NULL DEFAULT 0,
  `can_edit_templates` tinyint(1) NOT NULL DEFAULT 0,
  `can_view_reports` tinyint(1) NOT NULL DEFAULT 1,
  `can_export_reports` tinyint(1) NOT NULL DEFAULT 0,
  `can_view_full_phone` tinyint(1) NOT NULL DEFAULT 0,
  `can_view_raw_logs` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admin_limits`
--

INSERT INTO `admin_limits` (`id`, `admin_id`, `max_users`, `can_create_users`, `can_edit_users`, `can_disable_users`, `can_delete_users`, `can_view_templates`, `can_assign_templates`, `can_edit_templates`, `can_view_reports`, `can_export_reports`, `can_view_full_phone`, `can_view_raw_logs`, `created_at`, `updated_at`) VALUES
(1, 1, 10, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, '2025-12-28 14:56:29', '2025-12-28 14:56:29');

-- --------------------------------------------------------

--
-- Table structure for table `admin_permissions`
--

CREATE TABLE `admin_permissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `permission_key` varchar(255) NOT NULL,
  `is_allowed` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admin_permissions`
--

INSERT INTO `admin_permissions` (`id`, `admin_id`, `permission_key`, `is_allowed`, `created_at`, `updated_at`) VALUES
(420, 1, 'users.view', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(421, 1, 'users.create', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(422, 1, 'users.edit', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(423, 1, 'users.delete', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(424, 1, 'users.toggle_status', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(425, 1, 'users.toggle_sms', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(426, 1, 'users.toggle_promotions', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(427, 1, 'users.force_logout', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(428, 1, 'users.reset_password', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(429, 1, 'templates.view', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(430, 1, 'templates.create', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(431, 1, 'templates.edit', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(432, 1, 'templates.delete', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(433, 1, 'templates.assign', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(434, 1, 'logs.call.view', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(435, 1, 'logs.call.view_full', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(436, 1, 'logs.sms.view', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(437, 1, 'logs.sms.view_full', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(438, 1, 'logs.promotion.view', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(439, 1, 'logs.promotion.view_full', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(440, 1, 'logs.session.view', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(441, 1, 'logs.export', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(442, 1, 'analytics.view', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(443, 1, 'analytics.view_detailed', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(444, 1, 'analytics.export', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(445, 1, 'settings.view', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(446, 1, 'settings.edit', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(447, 1, 'admins.view', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(448, 1, 'admins.create', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(449, 1, 'admins.edit', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(450, 1, 'admins.delete', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(451, 1, 'reports.view', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(452, 1, 'reports.user_activity', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(453, 1, 'reports.sms_summary', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(454, 1, 'reports.call_summary', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(455, 1, 'reports.promotion_summary', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(456, 1, 'reports.device_usage', 0, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(457, 1, 'reports.daily_summary', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58'),
(458, 1, 'reports.export', 1, '2026-02-03 19:54:58', '2026-02-03 19:54:58');

-- --------------------------------------------------------

--
-- Table structure for table `call_logs`
--

CREATE TABLE `call_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `device_id` varchar(255) DEFAULT NULL,
  `device_name` varchar(255) DEFAULT NULL,
  `local_id` bigint(20) DEFAULT NULL,
  `phone_number` varchar(255) NOT NULL,
  `call_type` enum('INCOMING','MISSED','OUTGOING','REJECTED') NOT NULL,
  `call_time` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `call_duration` int(11) NOT NULL DEFAULT 0,
  `sms_sent` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `call_logs`
--

INSERT INTO `call_logs` (`id`, `user_id`, `device_id`, `device_name`, `local_id`, `phone_number`, `call_type`, `call_time`, `call_duration`, `sms_sent`, `created_at`, `updated_at`) VALUES
(1, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+918850887983', 'INCOMING', '2025-12-26 11:20:42', 0, 0, '2025-12-30 02:38:15', '2025-12-30 02:38:15'),
(2, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+919172545323', 'OUTGOING', '2025-12-27 15:42:58', 0, 0, '2025-12-30 02:38:15', '2025-12-30 02:38:15'),
(3, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '85648', 'OUTGOING', '2025-12-30 02:38:08', 0, 1, '2025-12-30 02:38:15', '2025-12-30 02:38:15'),
(4, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2025-12-26 19:52:06', 0, 0, '2025-12-30 07:05:49', '2025-12-30 07:05:49'),
(5, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919420263031', 'MISSED', '2025-12-27 10:50:56', 0, 0, '2025-12-30 07:05:49', '2025-12-30 07:05:49'),
(6, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917017749298', 'INCOMING', '2025-12-27 12:35:47', 0, 0, '2025-12-30 07:05:49', '2025-12-30 07:05:49'),
(7, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2025-12-27 13:44:01', 0, 0, '2025-12-30 07:05:49', '2025-12-30 07:05:49'),
(8, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919284769725', 'OUTGOING', '2025-12-28 09:24:40', 0, 0, '2025-12-30 07:05:49', '2025-12-30 07:05:49'),
(9, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919284769725', 'OUTGOING', '2025-12-28 09:50:12', 0, 0, '2025-12-30 07:05:49', '2025-12-30 07:05:49'),
(10, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918956472752', 'OUTGOING', '2025-12-28 16:15:29', 0, 0, '2025-12-30 07:05:49', '2025-12-30 07:05:49'),
(11, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2025-12-28 20:57:53', 0, 0, '2025-12-30 07:05:49', '2025-12-30 07:05:49'),
(12, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919049597337', 'MISSED', '2025-12-29 11:09:32', 0, 0, '2025-12-30 07:05:49', '2025-12-30 07:05:49'),
(13, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2025-12-29 11:40:10', 0, 0, '2025-12-30 07:05:49', '2025-12-30 07:05:49'),
(14, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9588691558', 'OUTGOING', '2025-12-29 15:16:30', 0, 0, '2025-12-30 07:05:49', '2025-12-30 07:05:49'),
(15, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918857081709', 'INCOMING', '2025-12-29 15:42:50', 0, 0, '2025-12-30 07:05:49', '2025-12-30 07:05:49'),
(16, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2025-12-29 16:20:16', 0, 0, '2025-12-30 07:05:49', '2025-12-30 07:05:49'),
(17, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2025-12-29 16:36:31', 0, 0, '2025-12-30 07:05:49', '2025-12-30 07:05:49'),
(18, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2025-12-30 08:57:08', 0, 0, '2025-12-30 08:59:19', '2025-12-30 08:59:19'),
(19, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'OUTGOING', '2025-12-30 09:01:40', 0, 1, '2025-12-30 09:03:36', '2025-12-30 09:03:36'),
(20, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'OUTGOING', '2025-12-30 09:07:31', 0, 0, '2025-12-30 09:07:39', '2025-12-30 09:07:39'),
(21, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'OUTGOING', '2025-12-30 09:07:40', 0, 0, '2025-12-30 09:08:06', '2025-12-30 09:08:06'),
(22, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657556677', 'INCOMING', '2025-12-30 09:29:44', 0, 1, '2025-12-30 09:31:38', '2025-12-30 09:31:38'),
(23, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9527776266', 'OUTGOING', '2025-12-30 09:41:01', 0, 0, '2025-12-30 09:41:35', '2025-12-30 09:41:35'),
(24, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919145644544', 'OUTGOING', '2025-12-30 09:45:55', 0, 1, '2025-12-30 09:46:44', '2025-12-30 09:46:44'),
(25, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919145644581', 'OUTGOING', '2025-12-30 09:46:48', 0, 1, '2025-12-30 09:47:06', '2025-12-30 09:47:06'),
(26, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'MISSED', '2025-12-30 09:53:25', 0, 1, '2025-12-30 09:54:56', '2025-12-30 09:54:56'),
(27, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'OUTGOING', '2025-12-30 09:59:22', 0, 1, '2025-12-30 10:00:36', '2025-12-30 10:00:36'),
(28, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'OUTGOING', '2025-12-30 10:00:36', 0, 0, '2025-12-30 10:01:43', '2025-12-30 10:01:43'),
(29, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'OUTGOING', '2025-12-30 10:00:36', 0, 0, '2025-12-30 10:01:43', '2025-12-30 10:01:43'),
(30, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2025-12-30 10:02:13', 0, 0, '2025-12-30 10:05:05', '2025-12-30 10:05:05'),
(31, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2025-12-30 10:05:21', 0, 1, '2025-12-30 10:06:01', '2025-12-30 10:06:01'),
(32, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2025-12-30 10:06:50', 0, 1, '2025-12-30 10:08:52', '2025-12-30 10:08:52'),
(33, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'MISSED', '2025-12-30 10:10:01', 0, 1, '2025-12-30 10:13:24', '2025-12-30 10:13:24'),
(34, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'OUTGOING', '2025-12-30 10:13:28', 0, 0, '2025-12-30 10:14:39', '2025-12-30 10:14:39'),
(35, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'INCOMING', '2025-12-30 10:16:03', 0, 0, '2025-12-30 10:16:47', '2025-12-30 10:16:47'),
(36, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9146931441', 'OUTGOING', '2025-12-30 10:17:05', 0, 1, '2025-12-30 10:17:46', '2025-12-30 10:17:46'),
(37, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'INCOMING', '2025-12-30 10:18:14', 0, 1, '2025-12-30 10:21:36', '2025-12-30 10:21:36'),
(38, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917066935431', 'OUTGOING', '2025-12-30 10:21:41', 0, 0, '2025-12-30 10:22:20', '2025-12-30 10:22:20'),
(39, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2025-12-30 10:24:27', 0, 0, '2025-12-30 10:25:14', '2025-12-30 10:25:14'),
(40, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917666475291', 'OUTGOING', '2025-12-30 10:25:46', 0, 1, '2025-12-30 10:26:38', '2025-12-30 10:26:38'),
(41, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2025-12-30 10:27:34', 0, 0, '2025-12-30 10:28:22', '2025-12-30 10:28:22'),
(42, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2025-12-30 10:29:58', 0, 1, '2025-12-30 10:30:44', '2025-12-30 10:30:44'),
(43, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2025-12-30 10:35:15', 0, 0, '2025-12-30 10:36:55', '2025-12-30 10:36:55'),
(44, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2025-12-30 10:38:46', 0, 0, '2025-12-30 10:39:34', '2025-12-30 10:39:34'),
(45, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'MISSED', '2025-12-30 10:43:30', 0, 0, '2025-12-30 10:43:36', '2025-12-30 10:43:36'),
(46, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2025-12-30 10:46:26', 0, 0, '2025-12-30 10:47:02', '2025-12-30 10:47:02'),
(47, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'OUTGOING', '2025-12-30 10:48:57', 0, 0, '2025-12-30 10:49:57', '2025-12-30 10:49:57'),
(48, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918390897299', 'INCOMING', '2025-12-30 10:51:19', 0, 1, '2025-12-30 10:53:20', '2025-12-30 10:53:20'),
(49, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2025-12-30 10:53:34', 0, 1, '2025-12-30 10:54:44', '2025-12-30 10:54:44'),
(50, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917066935431', 'INCOMING', '2025-12-30 11:09:49', 0, 0, '2025-12-30 11:12:07', '2025-12-30 11:12:07'),
(51, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2025-12-30 11:16:18', 0, 0, '2025-12-30 11:22:08', '2025-12-30 11:22:08'),
(52, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'INCOMING', '2025-12-30 11:25:19', 0, 1, '2025-12-30 11:30:40', '2025-12-30 11:30:40'),
(53, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'OUTGOING', '2025-12-30 11:30:46', 0, 0, '2025-12-30 11:31:04', '2025-12-30 11:31:04'),
(54, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'OUTGOING', '2025-12-30 11:31:15', 0, 0, '2025-12-30 11:31:24', '2025-12-30 11:31:24'),
(55, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7972276745', 'OUTGOING', '2025-12-30 11:33:10', 0, 1, '2025-12-30 11:33:29', '2025-12-30 11:33:29'),
(56, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917313571419', 'INCOMING', '2025-12-30 11:50:27', 0, 1, '2025-12-30 11:50:41', '2025-12-30 11:50:41'),
(57, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2025-12-30 12:02:43', 0, 1, '2025-12-30 12:03:39', '2025-12-30 12:03:39'),
(58, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'OUTGOING', '2025-12-30 12:04:09', 0, 0, '2025-12-30 12:05:45', '2025-12-30 12:05:45'),
(59, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2025-12-30 12:30:40', 0, 0, '2025-12-30 12:31:00', '2025-12-30 12:31:00'),
(60, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'INCOMING', '2025-12-30 12:45:29', 0, 1, '2025-12-30 12:46:35', '2025-12-30 12:46:35'),
(61, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350307784', 'INCOMING', '2025-12-30 13:02:33', 0, 1, '2025-12-30 13:08:27', '2025-12-30 13:08:27'),
(62, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2025-12-30 13:10:23', 0, 1, '2025-12-30 13:10:45', '2025-12-30 13:10:45'),
(63, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9011911010', 'OUTGOING', '2025-12-30 13:10:50', 0, 1, '2025-12-30 13:12:00', '2025-12-30 13:12:00'),
(64, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2025-12-30 14:11:05', 0, 1, '2025-12-30 14:12:05', '2025-12-30 14:12:05'),
(65, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'INCOMING', '2025-12-30 15:56:39', 0, 0, '2025-12-30 15:57:13', '2025-12-30 15:57:13'),
(66, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'OUTGOING', '2025-12-30 16:16:21', 0, 0, '2025-12-30 16:16:54', '2025-12-30 16:16:54'),
(67, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917066935431', 'INCOMING', '2025-12-30 16:18:05', 0, 1, '2025-12-30 16:19:06', '2025-12-30 16:19:06'),
(68, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822890069', 'INCOMING', '2025-12-30 16:25:23', 0, 1, '2025-12-30 16:28:29', '2025-12-30 16:28:29'),
(69, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2025-12-30 16:28:52', 0, 1, '2025-12-30 16:29:49', '2025-12-30 16:29:49'),
(70, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'OUTGOING', '2025-12-30 16:29:55', 0, 0, '2025-12-30 16:30:18', '2025-12-30 16:30:18'),
(71, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917887456546', 'OUTGOING', '2025-12-30 16:31:40', 0, 1, '2025-12-30 16:32:00', '2025-12-30 16:32:00'),
(72, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'OUTGOING', '2025-12-30 16:32:00', 0, 0, '2025-12-30 16:32:24', '2025-12-30 16:32:24'),
(73, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'OUTGOING', '2025-12-30 16:38:49', 0, 0, '2025-12-30 16:39:12', '2025-12-30 16:39:12'),
(74, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2025-12-30 17:14:05', 0, 0, '2025-12-30 17:18:01', '2025-12-30 17:18:01'),
(75, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919420263031', 'OUTGOING', '2025-12-30 17:18:42', 0, 0, '2025-12-30 17:19:23', '2025-12-30 17:19:23'),
(76, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822433665', 'MISSED', '2025-12-30 17:23:29', 0, 0, '2025-12-30 17:24:07', '2025-12-30 17:24:07'),
(77, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919145644544', 'MISSED', '2025-12-30 17:51:55', 0, 0, '2025-12-30 17:52:36', '2025-12-30 17:52:36'),
(78, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822433665', 'OUTGOING', '2025-12-30 18:07:36', 0, 1, '2025-12-30 18:09:22', '2025-12-30 18:09:22'),
(79, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919145644544', 'OUTGOING', '2025-12-30 18:24:29', 0, 0, '2025-12-30 18:25:42', '2025-12-30 18:25:42'),
(80, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919422325020', 'INCOMING', '2025-12-30 18:31:25', 0, 1, '2025-12-30 18:35:41', '2025-12-30 18:35:41'),
(81, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919422325020', 'MISSED', '2025-12-30 18:38:06', 0, 0, '2025-12-30 18:38:35', '2025-12-30 18:38:35'),
(82, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2025-12-30 19:37:19', 0, 1, '2025-12-30 19:38:50', '2025-12-30 19:38:50'),
(83, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9922312476', 'OUTGOING', '2025-12-30 19:58:46', 0, 1, '2025-12-30 19:59:35', '2025-12-30 19:59:35'),
(84, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+919172545323', 'INCOMING', '2025-12-30 10:05:55', 0, 0, '2025-12-30 20:09:31', '2025-12-30 20:09:31'),
(85, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+911408366570', 'MISSED', '2025-12-30 10:41:45', 0, 0, '2025-12-30 20:09:31', '2025-12-30 20:09:31'),
(86, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+918850887983', 'INCOMING', '2025-12-30 10:56:32', 0, 0, '2025-12-30 20:09:31', '2025-12-30 20:09:31'),
(87, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+911408858480', 'INCOMING', '2025-12-30 12:11:52', 0, 0, '2025-12-30 20:09:31', '2025-12-30 20:09:31'),
(88, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+919922114064', 'INCOMING', '2025-12-30 12:47:17', 0, 0, '2025-12-30 20:09:31', '2025-12-30 20:09:31'),
(89, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+918830981720', 'INCOMING', '2025-12-30 13:27:49', 0, 0, '2025-12-30 20:09:31', '2025-12-30 20:09:31'),
(90, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+919922114064', 'INCOMING', '2025-12-30 13:43:12', 0, 0, '2025-12-30 20:09:31', '2025-12-30 20:09:31'),
(91, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+918830981720', 'OUTGOING', '2025-12-30 13:47:48', 0, 0, '2025-12-30 20:09:31', '2025-12-30 20:09:31'),
(92, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+918830981720', 'INCOMING', '2025-12-30 13:49:23', 0, 0, '2025-12-30 20:09:31', '2025-12-30 20:09:31'),
(93, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+918850887983', 'OUTGOING', '2025-12-30 14:23:04', 0, 0, '2025-12-30 20:09:31', '2025-12-30 20:09:31'),
(94, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+918850887983', 'OUTGOING', '2025-12-30 14:56:25', 0, 0, '2025-12-30 20:09:31', '2025-12-30 20:09:31'),
(95, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387151151', 'OUTGOING', '2025-12-30 20:18:01', 0, 1, '2025-12-30 20:21:56', '2025-12-30 20:21:56'),
(96, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919156298589', 'MISSED', '2025-12-30 20:33:59', 0, 1, '2025-12-30 20:34:09', '2025-12-30 20:34:09'),
(97, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2025-12-30 20:35:22', 0, 0, '2025-12-30 20:37:51', '2025-12-30 20:37:51'),
(98, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2025-12-30 20:56:55', 0, 1, '2025-12-30 20:57:22', '2025-12-30 20:57:22'),
(99, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850592525', 'INCOMING', '2025-12-30 21:31:10', 0, 1, '2025-12-30 21:35:42', '2025-12-30 21:35:42'),
(100, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919145417675', 'OUTGOING', '2025-12-30 21:35:49', 0, 1, '2025-12-30 21:36:15', '2025-12-30 21:36:15'),
(101, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'INCOMING', '2025-12-30 22:29:15', 0, 0, '2025-12-30 22:32:44', '2025-12-30 22:32:44'),
(102, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2025-12-31 10:13:18', 0, 0, '2025-12-31 10:14:08', '2025-12-31 10:14:08'),
(103, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2025-12-31 10:15:09', 0, 0, '2025-12-31 10:17:49', '2025-12-31 10:17:49'),
(104, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730191127', 'OUTGOING', '2025-12-31 10:20:28', 0, 1, '2025-12-31 10:22:25', '2025-12-31 10:22:25'),
(105, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917385951228', 'INCOMING', '2025-12-31 10:24:07', 0, 1, '2025-12-31 10:29:29', '2025-12-31 10:29:29'),
(106, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2025-12-31 10:32:33', 0, 1, '2025-12-31 10:33:41', '2025-12-31 10:33:41'),
(107, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2025-12-31 10:35:08', 0, 1, '2025-12-31 10:39:22', '2025-12-31 10:39:22'),
(108, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657556677', 'INCOMING', '2025-12-31 10:39:19', 0, 1, '2025-12-31 10:40:02', '2025-12-31 10:40:02'),
(109, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2025-12-31 10:43:49', 0, 0, '2025-12-31 10:44:54', '2025-12-31 10:44:54'),
(110, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860896190', 'OUTGOING', '2025-12-31 10:47:39', 0, 1, '2025-12-31 10:48:20', '2025-12-31 10:48:20'),
(111, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378664750', 'OUTGOING', '2025-12-31 10:48:43', 0, 1, '2025-12-31 10:53:46', '2025-12-31 10:53:46'),
(112, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919049261306', 'INCOMING', '2025-12-31 10:59:06', 0, 1, '2025-12-31 10:59:19', '2025-12-31 10:59:19'),
(113, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2025-12-31 11:07:18', 0, 0, '2025-12-31 11:08:30', '2025-12-31 11:08:30'),
(114, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2025-12-31 11:09:57', 0, 0, '2025-12-31 11:11:03', '2025-12-31 11:11:03'),
(115, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918975965705', 'MISSED', '2025-12-31 11:15:56', 0, 1, '2025-12-31 11:19:49', '2025-12-31 11:19:49'),
(116, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2025-12-31 11:22:49', 0, 0, '2025-12-31 11:23:09', '2025-12-31 11:23:09'),
(117, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2025-12-31 11:23:25', 0, 0, '2025-12-31 11:24:31', '2025-12-31 11:24:31'),
(118, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'INCOMING', '2025-12-31 11:27:49', 0, 1, '2025-12-31 11:28:55', '2025-12-31 11:28:55'),
(119, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2025-12-31 11:29:06', 0, 0, '2025-12-31 11:32:53', '2025-12-31 11:32:53'),
(120, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'OUTGOING', '2025-12-31 11:35:11', 0, 1, '2025-12-31 11:42:40', '2025-12-31 11:42:40'),
(121, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2025-12-31 11:54:04', 0, 0, '2025-12-31 11:58:15', '2025-12-31 11:58:15'),
(122, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2025-12-31 12:07:46', 0, 0, '2025-12-31 12:10:34', '2025-12-31 12:10:34'),
(123, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2025-12-31 12:12:49', 0, 0, '2025-12-31 12:14:26', '2025-12-31 12:14:26'),
(124, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2025-12-31 12:14:36', 0, 1, '2025-12-31 12:16:45', '2025-12-31 12:16:45'),
(125, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2025-12-31 12:16:53', 0, 1, '2025-12-31 12:21:33', '2025-12-31 12:21:33'),
(126, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917972774832', 'INCOMING', '2025-12-31 12:46:41', 0, 1, '2025-12-31 12:47:26', '2025-12-31 12:47:26'),
(127, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917972774832', 'INCOMING', '2025-12-31 12:50:20', 0, 0, '2025-12-31 12:54:43', '2025-12-31 12:54:43'),
(128, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'MISSED', '2025-12-31 13:07:28', 0, 0, '2025-12-31 13:19:56', '2025-12-31 13:19:56'),
(129, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'MISSED', '2025-12-31 13:27:48', 0, 0, '2025-12-31 13:31:34', '2025-12-31 13:31:34'),
(130, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2025-12-31 13:31:35', 0, 0, '2025-12-31 13:32:25', '2025-12-31 13:32:25'),
(131, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'INCOMING', '2025-12-31 13:33:56', 0, 0, '2025-12-31 13:34:58', '2025-12-31 13:34:58'),
(132, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2025-12-31 14:23:16', 0, 0, '2025-12-31 14:23:42', '2025-12-31 14:23:42'),
(133, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2025-12-31 14:24:23', 0, 0, '2025-12-31 14:24:37', '2025-12-31 14:24:37'),
(134, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2025-12-31 14:30:20', 0, 0, '2025-12-31 14:30:55', '2025-12-31 14:30:55'),
(135, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2025-12-31 14:42:55', 0, 0, '2025-12-31 14:43:28', '2025-12-31 14:43:28'),
(136, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2025-12-31 14:48:59', 0, 0, '2025-12-31 14:49:59', '2025-12-31 14:49:59'),
(137, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919970750510', 'OUTGOING', '2025-12-31 14:50:24', 0, 1, '2025-12-31 14:50:40', '2025-12-31 14:50:40'),
(138, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2025-12-31 14:52:48', 0, 0, '2025-12-31 14:53:36', '2025-12-31 14:53:36'),
(139, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919970750510', 'OUTGOING', '2025-12-31 14:54:06', 0, 0, '2025-12-31 14:54:44', '2025-12-31 14:54:44'),
(140, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919766781659', 'OUTGOING', '2025-12-31 14:55:23', 0, 1, '2025-12-31 14:57:00', '2025-12-31 14:57:00'),
(141, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2025-12-31 15:00:47', 0, 0, '2025-12-31 15:06:23', '2025-12-31 15:06:23'),
(142, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2025-12-31 15:06:29', 0, 0, '2025-12-31 15:08:10', '2025-12-31 15:08:10'),
(143, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2025-12-31 15:14:36', 0, 0, '2025-12-31 15:16:43', '2025-12-31 15:16:43'),
(144, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2025-12-31 15:19:40', 0, 0, '2025-12-31 15:20:22', '2025-12-31 15:20:22'),
(145, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919623456258', 'INCOMING', '2025-12-31 15:34:51', 0, 1, '2025-12-31 15:35:34', '2025-12-31 15:35:34'),
(146, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350307784', 'INCOMING', '2025-12-31 15:39:19', 0, 1, '2025-12-31 15:39:48', '2025-12-31 15:39:48'),
(147, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2025-12-31 15:42:27', 0, 0, '2025-12-31 15:43:12', '2025-12-31 15:43:12'),
(148, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960032383', 'OUTGOING', '2025-12-31 15:50:43', 0, 1, '2025-12-31 15:51:36', '2025-12-31 15:51:36'),
(149, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919970750510', 'OUTGOING', '2025-12-31 15:52:21', 0, 0, '2025-12-31 15:52:32', '2025-12-31 15:52:32'),
(150, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919970750510', 'MISSED', '2025-12-31 15:54:03', 0, 0, '2025-12-31 15:55:05', '2025-12-31 15:55:05'),
(151, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2025-12-31 16:00:46', 0, 0, '2025-12-31 16:01:07', '2025-12-31 16:01:07'),
(152, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2025-12-31 16:08:43', 0, 1, '2025-12-31 16:09:58', '2025-12-31 16:09:58'),
(153, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919673561212', 'INCOMING', '2025-12-31 16:25:25', 0, 1, '2025-12-31 16:26:30', '2025-12-31 16:26:30'),
(154, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2025-12-31 16:34:25', 0, 1, '2025-12-31 16:35:41', '2025-12-31 16:35:41'),
(155, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919503821700', 'INCOMING', '2025-12-31 16:50:07', 0, 1, '2025-12-31 16:51:11', '2025-12-31 16:51:11'),
(156, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919503821700', 'OUTGOING', '2025-12-31 16:54:33', 0, 0, '2025-12-31 16:55:07', '2025-12-31 16:55:07'),
(157, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507510444', 'OUTGOING', '2025-12-31 16:57:58', 0, 1, '2025-12-31 16:59:05', '2025-12-31 16:59:05'),
(158, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919503821700', 'OUTGOING', '2025-12-31 16:59:37', 0, 0, '2025-12-31 17:01:29', '2025-12-31 17:01:29'),
(159, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2025-12-31 17:01:29', 0, 0, '2025-12-31 17:03:36', '2025-12-31 17:03:36'),
(160, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2025-12-31 17:04:03', 0, 0, '2025-12-31 17:06:49', '2025-12-31 17:06:49'),
(161, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2025-12-31 17:07:29', 0, 0, '2025-12-31 17:10:15', '2025-12-31 17:10:15'),
(162, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350307784', 'INCOMING', '2025-12-31 17:19:57', 0, 0, '2025-12-31 17:21:37', '2025-12-31 17:21:37'),
(163, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2025-12-31 18:16:05', 0, 1, '2025-12-31 18:17:02', '2025-12-31 18:17:02'),
(164, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919623456258', 'INCOMING', '2025-12-31 18:33:16', 0, 0, '2025-12-31 18:33:49', '2025-12-31 18:33:49'),
(165, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2025-12-31 18:35:25', 0, 1, '2025-12-31 18:36:06', '2025-12-31 18:36:06'),
(166, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2025-12-31 18:36:17', 0, 1, '2025-12-31 18:39:09', '2025-12-31 18:39:09'),
(167, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2025-12-31 18:41:14', 0, 1, '2025-12-31 18:41:30', '2025-12-31 18:41:30'),
(168, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2025-12-31 18:41:35', 0, 0, '2025-12-31 18:48:00', '2025-12-31 18:48:00'),
(169, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2025-12-31 18:49:08', 0, 0, '2025-12-31 18:49:18', '2025-12-31 18:49:18'),
(170, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2025-12-31 18:49:17', 0, 0, '2025-12-31 18:50:08', '2025-12-31 18:50:08'),
(171, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918368373998', 'MISSED', '2025-12-31 19:40:13', 0, 1, '2025-12-31 19:58:28', '2025-12-31 19:58:28'),
(172, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918368373998', 'MISSED', '2025-12-31 19:40:13', 0, 1, '2025-12-31 19:58:28', '2025-12-31 19:58:28'),
(173, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'MISSED', '2025-12-31 19:47:55', 0, 1, '2025-12-31 19:58:28', '2025-12-31 19:58:28'),
(174, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'MISSED', '2025-12-31 19:47:55', 0, 1, '2025-12-31 19:58:28', '2025-12-31 19:58:28'),
(175, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918368373998', 'OUTGOING', '2025-12-31 19:50:09', 0, 0, '2025-12-31 19:58:28', '2025-12-31 19:58:28'),
(176, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918368373998', 'OUTGOING', '2025-12-31 19:50:09', 0, 0, '2025-12-31 19:58:28', '2025-12-31 19:58:28'),
(177, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2025-12-31 20:10:03', 0, 0, '2025-12-31 20:11:38', '2025-12-31 20:11:38'),
(178, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699549922', 'INCOMING', '2025-12-31 20:18:40', 0, 1, '2025-12-31 20:20:42', '2025-12-31 20:20:42'),
(179, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2025-12-31 20:28:24', 0, 0, '2025-12-31 20:29:35', '2025-12-31 20:29:35'),
(180, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2025-12-31 20:36:00', 0, 0, '2025-12-31 20:39:45', '2025-12-31 20:39:45'),
(181, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2025-12-31 21:28:59', 0, 0, '2025-12-31 21:29:22', '2025-12-31 21:29:22'),
(182, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2025-12-31 21:31:31', 0, 0, '2025-12-31 21:32:47', '2025-12-31 21:32:47'),
(183, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2025-12-31 22:18:07', 0, 0, '2025-12-31 22:18:45', '2025-12-31 22:18:45'),
(184, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2025-12-31 22:52:56', 0, 0, '2025-12-31 22:54:21', '2025-12-31 22:54:21'),
(185, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917304878147', 'INCOMING', '2025-12-31 23:02:12', 0, 1, '2025-12-31 23:02:56', '2025-12-31 23:02:56'),
(186, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919112996655', 'MISSED', '2025-12-31 23:12:23', 0, 1, '2025-12-31 23:12:47', '2025-12-31 23:12:47'),
(187, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2025-12-31 23:16:37', 0, 0, '2025-12-31 23:17:26', '2025-12-31 23:17:26'),
(188, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917304878147', 'OUTGOING', '2025-12-31 23:17:28', 0, 0, '2025-12-31 23:18:34', '2025-12-31 23:18:34'),
(189, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919112996655', 'OUTGOING', '2025-12-31 23:18:36', 0, 0, '2025-12-31 23:23:57', '2025-12-31 23:23:57'),
(190, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'MISSED', '2026-01-01 00:00:05', 0, 0, '2026-01-01 00:00:39', '2026-01-01 00:00:39'),
(191, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822433665', 'OUTGOING', '2026-01-01 08:33:40', 0, 1, '2026-01-01 08:34:36', '2026-01-01 08:34:36'),
(192, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-01 08:51:23', 0, 0, '2026-01-01 08:51:47', '2026-01-01 08:51:47'),
(193, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-01 08:54:49', 0, 0, '2026-01-01 08:55:05', '2026-01-01 08:55:05'),
(194, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-01 08:56:34', 0, 0, '2026-01-01 08:56:59', '2026-01-01 08:56:59'),
(195, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922763092', 'OUTGOING', '2026-01-01 08:57:02', 0, 1, '2026-01-01 08:57:46', '2026-01-01 08:57:46'),
(196, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918149103185', 'OUTGOING', '2026-01-01 09:01:42', 0, 1, '2026-01-01 09:03:32', '2026-01-01 09:03:32'),
(197, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-01 09:04:43', 0, 0, '2026-01-01 09:08:39', '2026-01-01 09:08:39'),
(198, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7834888867', 'OUTGOING', '2026-01-01 09:39:44', 0, 1, '2026-01-01 09:39:56', '2026-01-01 09:39:56'),
(199, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7834888867', 'OUTGOING', '2026-01-01 09:40:55', 0, 0, '2026-01-01 09:41:34', '2026-01-01 09:41:34'),
(200, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917304878147', 'INCOMING', '2026-01-01 09:50:43', 0, 0, '2026-01-01 09:51:35', '2026-01-01 09:51:35'),
(201, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917304878147', 'INCOMING', '2026-01-01 10:04:07', 0, 0, '2026-01-01 10:26:36', '2026-01-01 10:26:36'),
(202, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917304878147', 'INCOMING', '2026-01-01 10:04:07', 0, 0, '2026-01-01 10:26:36', '2026-01-01 10:26:36'),
(203, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-01 10:08:01', 0, 0, '2026-01-01 10:26:36', '2026-01-01 10:26:36'),
(204, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-01 10:08:01', 0, 0, '2026-01-01 10:26:36', '2026-01-01 10:26:36'),
(205, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-01 10:08:55', 0, 0, '2026-01-01 10:26:36', '2026-01-01 10:26:36'),
(206, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-01 10:08:55', 0, 0, '2026-01-01 10:26:36', '2026-01-01 10:26:36'),
(207, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-01 10:09:04', 0, 0, '2026-01-01 10:26:36', '2026-01-01 10:26:36'),
(208, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-01 10:09:04', 0, 0, '2026-01-01 10:26:36', '2026-01-01 10:26:36'),
(209, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822079646', 'INCOMING', '2026-01-01 10:15:44', 0, 1, '2026-01-01 10:26:36', '2026-01-01 10:26:36'),
(210, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822079646', 'INCOMING', '2026-01-01 10:15:44', 0, 1, '2026-01-01 10:26:36', '2026-01-01 10:26:36'),
(211, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822433665', 'INCOMING', '2026-01-01 10:26:33', 0, 0, '2026-01-01 10:27:38', '2026-01-01 10:27:38'),
(212, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-01 10:32:15', 0, 0, '2026-01-01 10:39:19', '2026-01-01 10:39:19'),
(213, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-01 10:41:36', 0, 0, '2026-01-01 10:42:46', '2026-01-01 10:42:46'),
(214, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822433665', 'OUTGOING', '2026-01-01 10:46:00', 0, 0, '2026-01-01 10:47:16', '2026-01-01 10:47:16'),
(215, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822433665', 'OUTGOING', '2026-01-01 10:50:01', 0, 0, '2026-01-01 10:50:32', '2026-01-01 10:50:32'),
(216, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922653049', 'INCOMING', '2026-01-01 10:54:21', 0, 1, '2026-01-01 10:55:10', '2026-01-01 10:55:10'),
(217, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-01 10:55:13', 0, 1, '2026-01-01 10:56:38', '2026-01-01 10:56:38'),
(218, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922653049', 'OUTGOING', '2026-01-01 10:59:31', 0, 0, '2026-01-01 11:01:38', '2026-01-01 11:01:38'),
(219, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-01 11:10:25', 0, 0, '2026-01-01 11:11:52', '2026-01-01 11:11:52'),
(220, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9527776266', 'OUTGOING', '2026-01-01 11:28:51', 0, 1, '2026-01-01 11:33:42', '2026-01-01 11:33:42'),
(221, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-01 11:36:59', 0, 1, '2026-01-01 11:40:15', '2026-01-01 11:40:15'),
(222, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-01 11:40:22', 0, 0, '2026-01-01 11:43:17', '2026-01-01 11:43:17'),
(223, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-01 11:50:08', 0, 0, '2026-01-01 11:50:41', '2026-01-01 11:50:41'),
(224, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-01 12:05:33', 0, 0, '2026-01-01 12:06:26', '2026-01-01 12:06:26'),
(225, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-01 12:07:08', 0, 0, '2026-01-01 12:07:46', '2026-01-01 12:07:46'),
(226, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011911010', 'INCOMING', '2026-01-01 12:21:03', 0, 1, '2026-01-01 12:21:41', '2026-01-01 12:21:41'),
(227, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507510444', 'OUTGOING', '2026-01-01 12:26:52', 0, 0, '2026-01-01 12:27:05', '2026-01-01 12:27:05'),
(228, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822079646', 'OUTGOING', '2026-01-01 12:28:35', 0, 0, '2026-01-01 12:29:12', '2026-01-01 12:29:12'),
(229, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011911010', 'INCOMING', '2026-01-01 12:29:15', 0, 0, '2026-01-01 12:29:45', '2026-01-01 12:29:45'),
(230, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'INCOMING', '2026-01-01 12:30:11', 0, 1, '2026-01-01 12:30:29', '2026-01-01 12:30:29'),
(231, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350307784', 'MISSED', '2026-01-01 12:31:13', 0, 0, '2026-01-01 12:31:52', '2026-01-01 12:31:52'),
(232, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-01 12:33:25', 0, 1, '2026-01-01 12:34:05', '2026-01-01 12:34:05'),
(233, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350307784', 'INCOMING', '2026-01-01 12:37:15', 0, 0, '2026-01-01 12:38:14', '2026-01-01 12:38:14'),
(234, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-01 12:38:42', 0, 0, '2026-01-01 12:39:05', '2026-01-01 12:39:05'),
(235, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-01 12:40:48', 0, 0, '2026-01-01 12:41:22', '2026-01-01 12:41:22'),
(236, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-01 12:44:26', 0, 1, '2026-01-01 12:44:48', '2026-01-01 12:44:48'),
(237, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-01 12:44:48', 0, 0, '2026-01-01 12:48:32', '2026-01-01 12:48:32'),
(238, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-01 12:57:06', 0, 0, '2026-01-01 12:58:02', '2026-01-01 12:58:02'),
(239, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-01 13:04:52', 0, 1, '2026-01-01 13:05:08', '2026-01-01 13:05:08'),
(240, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'MISSED', '2026-01-01 13:06:58', 0, 0, '2026-01-01 13:07:16', '2026-01-01 13:07:16'),
(241, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822079646', 'OUTGOING', '2026-01-01 13:15:19', 0, 0, '2026-01-01 13:16:20', '2026-01-01 13:16:20'),
(242, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-01 13:19:35', 0, 0, '2026-01-01 13:21:44', '2026-01-01 13:21:44'),
(243, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370194779', 'OUTGOING', '2026-01-01 13:23:55', 0, 1, '2026-01-01 13:25:07', '2026-01-01 13:25:07'),
(244, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-01 13:34:24', 0, 0, '2026-01-01 13:36:08', '2026-01-01 13:36:08'),
(245, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919765790533', 'INCOMING', '2026-01-01 13:36:09', 0, 1, '2026-01-01 13:36:58', '2026-01-01 13:36:58'),
(246, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-01 13:39:42', 0, 0, '2026-01-01 13:40:02', '2026-01-01 13:40:02'),
(247, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-01 13:40:21', 0, 1, '2026-01-01 13:41:09', '2026-01-01 13:41:09'),
(248, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-01 13:42:54', 0, 1, '2026-01-01 13:43:23', '2026-01-01 13:43:23'),
(249, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-01 13:44:47', 0, 0, '2026-01-01 13:45:17', '2026-01-01 13:45:17'),
(250, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-01 13:49:54', 0, 0, '2026-01-01 13:50:51', '2026-01-01 13:50:51'),
(251, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-01 13:52:31', 0, 0, '2026-01-01 13:52:42', '2026-01-01 13:52:42'),
(252, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919765790533', 'INCOMING', '2026-01-01 14:00:37', 0, 0, '2026-01-01 14:01:24', '2026-01-01 14:01:24'),
(253, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919765790533', 'OUTGOING', '2026-01-01 14:01:25', 0, 0, '2026-01-01 14:01:37', '2026-01-01 14:01:37'),
(254, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-01 14:02:55', 0, 0, '2026-01-01 14:04:02', '2026-01-01 14:04:02'),
(255, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9922141080', 'OUTGOING', '2026-01-01 14:09:17', 0, 1, '2026-01-01 14:10:50', '2026-01-01 14:10:50'),
(256, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-01 14:12:34', 0, 0, '2026-01-01 14:12:59', '2026-01-01 14:12:59'),
(257, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919049597337', 'OUTGOING', '2026-01-01 14:13:09', 0, 1, '2026-01-01 14:14:27', '2026-01-01 14:14:27'),
(258, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8806330554', 'OUTGOING', '2026-01-01 14:17:51', 0, 1, '2026-01-01 14:18:10', '2026-01-01 14:18:10'),
(259, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822038955', 'INCOMING', '2026-01-01 14:20:26', 0, 1, '2026-01-01 14:24:04', '2026-01-01 14:24:04'),
(260, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918830930836', 'OUTGOING', '2026-01-01 14:24:52', 0, 1, '2026-01-01 14:25:25', '2026-01-01 14:25:25'),
(261, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'MISSED', '2026-01-01 14:35:14', 0, 0, '2026-01-01 14:37:05', '2026-01-01 14:37:05'),
(262, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918806330554', 'OUTGOING', '2026-01-01 14:37:08', 0, 1, '2026-01-01 14:37:59', '2026-01-01 14:37:59'),
(263, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-01 14:38:02', 0, 0, '2026-01-01 14:38:34', '2026-01-01 14:38:34'),
(264, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-01 14:44:41', 0, 0, '2026-01-01 14:50:29', '2026-01-01 14:50:29'),
(265, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-01 15:14:11', 0, 0, '2026-01-01 15:15:25', '2026-01-01 15:15:25'),
(266, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'MISSED', '2026-01-01 15:32:15', 0, 0, '2026-01-01 15:33:38', '2026-01-01 15:33:38'),
(267, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919765084444', 'OUTGOING', '2026-01-01 15:42:08', 0, 1, '2026-01-01 15:43:18', '2026-01-01 15:43:18'),
(268, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-01 15:44:33', 0, 0, '2026-01-01 15:45:45', '2026-01-01 15:45:45'),
(269, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168004014', 'MISSED', '2026-01-01 15:46:20', 0, 1, '2026-01-01 15:47:49', '2026-01-01 15:47:49'),
(270, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168004014', 'OUTGOING', '2026-01-01 16:04:19', 0, 0, '2026-01-01 16:05:04', '2026-01-01 16:05:04'),
(271, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917972774832', 'INCOMING', '2026-01-01 16:05:40', 0, 1, '2026-01-01 16:09:00', '2026-01-01 16:09:00'),
(272, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-01 16:09:09', 0, 1, '2026-01-01 16:10:50', '2026-01-01 16:10:50'),
(273, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'OUTGOING', '2026-01-01 16:12:09', 0, 1, '2026-01-01 16:13:48', '2026-01-01 16:13:48'),
(274, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-01 16:20:39', 0, 0, '2026-01-01 16:31:51', '2026-01-01 16:31:51'),
(275, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-01 16:46:07', 0, 1, '2026-01-01 16:47:18', '2026-01-01 16:47:18'),
(276, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-01 16:56:12', 0, 0, '2026-01-01 16:59:42', '2026-01-01 16:59:42'),
(277, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918806330554', 'OUTGOING', '2026-01-01 17:03:16', 0, 0, '2026-01-01 17:03:59', '2026-01-01 17:03:59'),
(278, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917066935431', 'INCOMING', '2026-01-01 17:16:04', 0, 1, '2026-01-01 17:18:16', '2026-01-01 17:18:16'),
(279, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2026-01-01 17:26:08', 0, 1, '2026-01-01 17:27:43', '2026-01-01 17:27:43'),
(280, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922653049', 'INCOMING', '2026-01-01 17:35:17', 0, 0, '2026-01-01 17:36:18', '2026-01-01 17:36:18'),
(281, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168004014', 'INCOMING', '2026-01-01 17:39:28', 0, 0, '2026-01-01 17:39:52', '2026-01-01 17:39:52'),
(282, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2026-01-01 17:44:30', 0, 0, '2026-01-01 17:45:02', '2026-01-01 17:45:02'),
(283, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-01 17:50:24', 0, 0, '2026-01-01 17:53:03', '2026-01-01 17:53:03'),
(284, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-01 18:11:19', 0, 0, '2026-01-01 18:11:52', '2026-01-01 18:11:52'),
(285, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'MISSED', '2026-01-01 18:32:28', 0, 0, '2026-01-01 18:33:04', '2026-01-01 18:33:04'),
(286, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'MISSED', '2026-01-01 18:35:52', 0, 0, '2026-01-01 18:36:01', '2026-01-01 18:36:01'),
(287, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919156026770', 'INCOMING', '2026-01-01 18:37:10', 0, 1, '2026-01-01 18:38:22', '2026-01-01 18:38:22'),
(288, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-01 18:38:36', 0, 0, '2026-01-01 18:39:15', '2026-01-01 18:39:15'),
(289, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-01 18:40:18', 0, 0, '2026-01-01 18:41:37', '2026-01-01 18:41:37'),
(290, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-01 18:42:03', 0, 0, '2026-01-01 18:42:48', '2026-01-01 18:42:48'),
(291, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-01 18:45:23', 0, 0, '2026-01-01 18:46:06', '2026-01-01 18:46:06'),
(292, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-01 18:46:18', 0, 0, '2026-01-01 18:47:36', '2026-01-01 18:47:36'),
(293, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-01 18:49:38', 0, 0, '2026-01-01 18:50:32', '2026-01-01 18:50:32'),
(294, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-01 18:53:22', 0, 0, '2026-01-01 18:54:20', '2026-01-01 18:54:20'),
(295, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-01 18:55:53', 0, 0, '2026-01-01 18:58:36', '2026-01-01 18:58:36'),
(296, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-01 18:58:41', 0, 0, '2026-01-01 19:01:22', '2026-01-01 19:01:22'),
(297, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-01 19:00:25', 0, 1, '2026-01-01 19:01:22', '2026-01-01 19:01:22'),
(298, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'INCOMING', '2026-01-01 19:01:41', 0, 0, '2026-01-01 19:06:47', '2026-01-01 19:06:47'),
(299, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-01 19:07:34', 0, 0, '2026-01-01 19:08:03', '2026-01-01 19:08:03'),
(300, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-01 19:08:14', 0, 0, '2026-01-01 19:08:29', '2026-01-01 19:08:29'),
(301, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-01 19:08:51', 0, 0, '2026-01-01 19:09:45', '2026-01-01 19:09:45'),
(302, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-01 19:11:17', 0, 0, '2026-01-01 19:12:09', '2026-01-01 19:12:09'),
(303, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9049585917', 'OUTGOING', '2026-01-01 19:28:49', 0, 1, '2026-01-01 19:30:44', '2026-01-01 19:30:44'),
(304, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'INCOMING', '2026-01-01 19:33:15', 0, 1, '2026-01-01 19:36:18', '2026-01-01 19:36:18'),
(305, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-01 19:39:42', 0, 0, '2026-01-01 19:40:24', '2026-01-01 19:40:24'),
(306, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2026-01-01 19:43:07', 0, 0, '2026-01-01 19:45:52', '2026-01-01 19:45:52'),
(307, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-01 19:48:16', 0, 0, '2026-01-01 19:48:23', '2026-01-01 19:48:23'),
(308, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-01 19:48:25', 0, 0, '2026-01-01 19:48:55', '2026-01-01 19:48:55'),
(309, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-01 19:56:03', 0, 0, '2026-01-01 19:56:24', '2026-01-01 19:56:24'),
(310, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-01 19:56:25', 0, 0, '2026-01-01 19:56:37', '2026-01-01 19:56:37'),
(311, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-01 19:56:37', 0, 0, '2026-01-01 19:56:48', '2026-01-01 19:56:48'),
(312, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-01 19:59:07', 0, 0, '2026-01-01 19:59:37', '2026-01-01 19:59:37'),
(313, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917304878147', 'INCOMING', '2026-01-01 20:14:48', 0, 0, '2026-01-01 20:15:44', '2026-01-01 20:15:44'),
(314, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917304878147', 'OUTGOING', '2026-01-01 20:15:57', 0, 0, '2026-01-01 20:16:32', '2026-01-01 20:16:32'),
(315, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-01 20:21:08', 0, 0, '2026-01-01 20:21:33', '2026-01-01 20:21:33'),
(316, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-01 20:26:18', 0, 0, '2026-01-01 20:26:53', '2026-01-01 20:26:53'),
(317, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-01 20:29:04', 0, 0, '2026-01-01 20:30:33', '2026-01-01 20:30:33'),
(318, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-01 20:31:08', 0, 1, '2026-01-01 20:31:34', '2026-01-01 20:31:34');
INSERT INTO `call_logs` (`id`, `user_id`, `device_id`, `device_name`, `local_id`, `phone_number`, `call_type`, `call_time`, `call_duration`, `sms_sent`, `created_at`, `updated_at`) VALUES
(319, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-01 20:37:12', 0, 0, '2026-01-01 20:39:09', '2026-01-01 20:39:09'),
(320, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-01 20:42:15', 0, 0, '2026-01-01 20:44:01', '2026-01-01 20:44:01'),
(321, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'INCOMING', '2026-01-01 20:46:25', 0, 0, '2026-01-01 20:48:45', '2026-01-01 20:48:45'),
(322, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-01 20:55:55', 0, 0, '2026-01-01 20:56:03', '2026-01-01 20:56:03'),
(323, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'INCOMING', '2026-01-01 20:57:30', 0, 0, '2026-01-01 20:58:25', '2026-01-01 20:58:25'),
(324, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-01 21:02:54', 0, 0, '2026-01-01 21:04:25', '2026-01-01 21:04:25'),
(325, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822433665', 'MISSED', '2026-01-01 21:08:31', 0, 0, '2026-01-01 21:10:00', '2026-01-01 21:10:00'),
(326, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-01 21:16:28', 0, 0, '2026-01-01 21:20:20', '2026-01-01 21:20:20'),
(327, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-01 21:20:23', 0, 0, '2026-01-01 21:22:14', '2026-01-01 21:22:14'),
(328, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-01 21:22:31', 0, 0, '2026-01-01 21:23:55', '2026-01-01 21:23:55'),
(329, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917066935431', 'OUTGOING', '2026-01-01 21:24:05', 0, 0, '2026-01-01 21:25:22', '2026-01-01 21:25:22'),
(330, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822433665', 'OUTGOING', '2026-01-01 21:25:51', 0, 0, '2026-01-01 21:26:16', '2026-01-01 21:26:16'),
(331, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-01 21:26:22', 0, 0, '2026-01-01 21:27:06', '2026-01-01 21:27:06'),
(332, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-01 21:30:41', 0, 0, '2026-01-01 21:30:56', '2026-01-01 21:30:56'),
(333, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917066935431', 'OUTGOING', '2026-01-01 21:31:00', 0, 0, '2026-01-01 21:31:59', '2026-01-01 21:31:59'),
(334, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'MISSED', '2026-01-01 21:35:33', 0, 0, '2026-01-01 21:36:13', '2026-01-01 21:36:13'),
(335, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-01 21:36:44', 0, 0, '2026-01-01 21:51:08', '2026-01-01 21:51:08'),
(336, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'MISSED', '2026-01-01 21:51:18', 0, 1, '2026-01-01 21:51:31', '2026-01-01 21:51:31'),
(337, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-01 21:51:40', 0, 0, '2026-01-01 21:57:14', '2026-01-01 21:57:14'),
(338, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-01 21:57:38', 0, 0, '2026-01-01 21:58:07', '2026-01-01 21:58:07'),
(339, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9922561212', 'OUTGOING', '2026-01-01 21:58:23', 0, 1, '2026-01-01 21:58:51', '2026-01-01 21:58:51'),
(340, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-01 22:11:11', 0, 0, '2026-01-01 22:11:49', '2026-01-01 22:11:49'),
(341, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'MISSED', '2026-01-01 22:20:39', 0, 1, '2026-01-01 22:21:14', '2026-01-01 22:21:14'),
(342, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-01 22:27:08', 0, 0, '2026-01-01 22:27:32', '2026-01-01 22:27:32'),
(343, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+9195886528708855', 'OUTGOING', '2025-12-30 20:10:33', 0, 1, '2026-01-01 22:27:37', '2026-01-01 22:27:37'),
(344, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+917972201440', 'OUTGOING', '2026-01-01 15:02:39', 0, 0, '2026-01-01 22:27:37', '2026-01-01 22:27:37'),
(345, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+919552887481', 'INCOMING', '2026-01-01 15:07:26', 0, 0, '2026-01-01 22:27:37', '2026-01-01 22:27:37'),
(346, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+919604776010', 'OUTGOING', '2026-01-01 15:09:04', 0, 0, '2026-01-01 22:27:37', '2026-01-01 22:27:37'),
(347, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+917972201440', 'OUTGOING', '2026-01-01 15:19:23', 0, 0, '2026-01-01 22:27:37', '2026-01-01 22:27:37'),
(348, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+919403050712', 'INCOMING', '2026-01-01 16:28:09', 0, 0, '2026-01-01 22:27:37', '2026-01-01 22:27:37'),
(349, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+919552887481', 'INCOMING', '2026-01-01 16:45:14', 0, 0, '2026-01-01 22:27:37', '2026-01-01 22:27:37'),
(350, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+919552887481', 'OUTGOING', '2026-01-01 17:23:43', 0, 0, '2026-01-01 22:27:37', '2026-01-01 22:27:37'),
(351, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+919307164931', 'OUTGOING', '2026-01-01 17:59:55', 0, 0, '2026-01-01 22:27:37', '2026-01-01 22:27:37'),
(352, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+919604776010', 'INCOMING', '2026-01-01 20:36:38', 0, 0, '2026-01-01 22:27:37', '2026-01-01 22:27:37'),
(353, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+919922114064', 'INCOMING', '2026-01-01 20:51:37', 0, 0, '2026-01-01 22:27:37', '2026-01-01 22:27:37'),
(354, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-01 22:33:25', 0, 0, '2026-01-01 22:34:25', '2026-01-01 22:34:25'),
(355, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-01 22:56:03', 0, 0, '2026-01-01 23:00:05', '2026-01-01 23:00:05'),
(356, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-01 23:24:07', 0, 0, '2026-01-01 23:24:42', '2026-01-01 23:24:42'),
(357, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', NULL, '+919604776010', 'OUTGOING', '2026-01-02 08:36:02', 0, 0, '2026-01-02 08:37:10', '2026-01-02 08:37:10'),
(358, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-02 09:21:18', 0, 0, '2026-01-02 09:23:00', '2026-01-02 09:23:00'),
(359, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2026-01-02 09:52:31', 0, 1, '2026-01-02 09:53:05', '2026-01-02 09:53:05'),
(360, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-02 09:53:14', 0, 0, '2026-01-02 09:55:46', '2026-01-02 09:55:46'),
(361, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-02 10:01:50', 0, 0, '2026-01-02 10:02:29', '2026-01-02 10:02:29'),
(362, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-02 10:19:25', 0, 0, '2026-01-02 10:21:05', '2026-01-02 10:21:05'),
(363, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-02 10:33:15', 0, 0, '2026-01-02 10:35:05', '2026-01-02 10:35:05'),
(364, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-02 10:42:42', 0, 0, '2026-01-02 10:43:05', '2026-01-02 10:43:05'),
(365, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-02 10:43:09', 0, 0, '2026-01-02 10:44:20', '2026-01-02 10:44:20'),
(366, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2026-01-02 10:47:13', 0, 0, '2026-01-02 10:52:00', '2026-01-02 10:52:00'),
(367, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-02 10:53:48', 0, 0, '2026-01-02 10:54:56', '2026-01-02 10:54:56'),
(368, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-02 10:59:50', 0, 0, '2026-01-02 11:00:16', '2026-01-02 11:00:16'),
(369, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-02 11:05:11', 0, 0, '2026-01-02 11:06:40', '2026-01-02 11:06:40'),
(370, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-02 11:08:47', 0, 0, '2026-01-02 11:09:51', '2026-01-02 11:09:51'),
(371, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2026-01-02 11:13:21', 0, 0, '2026-01-02 11:13:48', '2026-01-02 11:13:48'),
(372, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922653049', 'MISSED', '2026-01-02 11:15:24', 0, 1, '2026-01-02 11:16:00', '2026-01-02 11:16:00'),
(373, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919970750510', 'INCOMING', '2026-01-02 11:18:05', 0, 1, '2026-01-02 11:19:10', '2026-01-02 11:19:10'),
(374, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919970750510', 'INCOMING', '2026-01-02 11:19:21', 0, 0, '2026-01-02 11:20:18', '2026-01-02 11:20:18'),
(375, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-02 11:35:00', 0, 0, '2026-01-02 11:35:21', '2026-01-02 11:35:21'),
(376, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919004935122', 'OUTGOING', '2026-01-02 11:42:01', 0, 1, '2026-01-02 11:43:11', '2026-01-02 11:43:11'),
(377, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-02 11:48:06', 0, 0, '2026-01-02 11:48:12', '2026-01-02 11:48:12'),
(378, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-02 11:51:26', 0, 0, '2026-01-02 11:51:48', '2026-01-02 11:51:48'),
(379, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507510444', 'OUTGOING', '2026-01-02 11:53:19', 0, 1, '2026-01-02 11:54:36', '2026-01-02 11:54:36'),
(380, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-02 11:56:07', 0, 0, '2026-01-02 11:56:51', '2026-01-02 11:56:51'),
(381, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9049585917', 'OUTGOING', '2026-01-02 11:58:37', 0, 0, '2026-01-02 11:58:56', '2026-01-02 11:58:56'),
(382, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9049585917', 'OUTGOING', '2026-01-02 11:58:58', 0, 0, '2026-01-02 12:00:49', '2026-01-02 12:00:49'),
(383, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7620151984', 'OUTGOING', '2026-01-02 12:34:52', 0, 1, '2026-01-02 12:36:36', '2026-01-02 12:36:36'),
(384, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-02 12:39:10', 0, 1, '2026-01-02 12:39:26', '2026-01-02 12:39:26'),
(385, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-02 12:39:28', 0, 0, '2026-01-02 12:40:14', '2026-01-02 12:40:14'),
(386, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-02 12:41:46', 0, 1, '2026-01-02 12:42:46', '2026-01-02 12:42:46'),
(387, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-02 12:43:41', 0, 0, '2026-01-02 12:43:59', '2026-01-02 12:43:59'),
(388, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-02 12:46:20', 0, 0, '2026-01-02 12:47:52', '2026-01-02 12:47:52'),
(389, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595199299', 'OUTGOING', '2026-01-02 12:48:29', 0, 1, '2026-01-02 12:48:43', '2026-01-02 12:48:43'),
(390, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'MISSED', '2026-01-02 12:54:21', 0, 0, '2026-01-02 13:00:04', '2026-01-02 13:00:04'),
(391, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350307784', 'OUTGOING', '2026-01-02 13:00:06', 0, 1, '2026-01-02 13:00:35', '2026-01-02 13:00:35'),
(392, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-02 13:02:21', 0, 1, '2026-01-02 13:05:11', '2026-01-02 13:05:11'),
(393, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-02 13:05:14', 0, 0, '2026-01-02 13:05:53', '2026-01-02 13:05:53'),
(394, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-02 13:06:16', 0, 0, '2026-01-02 13:12:01', '2026-01-02 13:12:01'),
(395, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919373996250', 'MISSED', '2026-01-02 13:15:36', 0, 1, '2026-01-02 13:15:53', '2026-01-02 13:15:53'),
(396, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-02 13:19:27', 0, 0, '2026-01-02 13:21:41', '2026-01-02 13:21:41'),
(397, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+916744530132', 'INCOMING', '2026-01-02 13:21:45', 0, 1, '2026-01-02 13:21:57', '2026-01-02 13:21:57'),
(398, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350307784', 'MISSED', '2026-01-02 13:29:36', 0, 0, '2026-01-02 13:30:17', '2026-01-02 13:30:17'),
(399, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350307784', 'OUTGOING', '2026-01-02 13:30:36', 0, 0, '2026-01-02 13:31:27', '2026-01-02 13:31:27'),
(400, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9527284848', 'OUTGOING', '2026-01-02 13:33:07', 0, 1, '2026-01-02 13:41:31', '2026-01-02 13:41:31'),
(401, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822038955', 'INCOMING', '2026-01-02 13:41:40', 0, 0, '2026-01-02 13:43:41', '2026-01-02 13:43:41'),
(402, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917020703399', 'MISSED', '2026-01-02 13:47:30', 0, 1, '2026-01-02 13:50:47', '2026-01-02 13:50:47'),
(403, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822038955', 'OUTGOING', '2026-01-02 13:52:31', 0, 0, '2026-01-02 13:54:11', '2026-01-02 13:54:11'),
(404, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822038955', 'INCOMING', '2026-01-02 13:58:43', 0, 0, '2026-01-02 13:59:19', '2026-01-02 13:59:19'),
(405, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822038955', 'MISSED', '2026-01-02 14:02:15', 0, 0, '2026-01-02 14:02:51', '2026-01-02 14:02:51'),
(406, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919119470505', 'INCOMING', '2026-01-02 14:02:58', 0, 1, '2026-01-02 14:08:45', '2026-01-02 14:08:45'),
(407, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822038955', 'OUTGOING', '2026-01-02 14:08:47', 0, 0, '2026-01-02 14:12:10', '2026-01-02 14:12:10'),
(408, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919359745664', 'INCOMING', '2026-01-02 14:19:29', 0, 1, '2026-01-02 14:20:27', '2026-01-02 14:20:27'),
(409, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-02 14:36:38', 0, 0, '2026-01-02 14:37:17', '2026-01-02 14:37:17'),
(410, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-02 14:49:48', 0, 1, '2026-01-02 14:51:28', '2026-01-02 14:51:28'),
(411, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960032383', 'INCOMING', '2026-01-02 14:53:40', 0, 1, '2026-01-02 14:55:47', '2026-01-02 14:55:47'),
(412, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919970750510', 'OUTGOING', '2026-01-02 14:55:51', 0, 0, '2026-01-02 14:58:02', '2026-01-02 14:58:02'),
(413, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-02 15:06:12', 0, 0, '2026-01-02 15:08:14', '2026-01-02 15:08:14'),
(414, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-02 15:11:03', 0, 0, '2026-01-02 15:11:45', '2026-01-02 15:11:45'),
(415, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918830655096', 'INCOMING', '2026-01-02 15:14:27', 0, 1, '2026-01-02 15:14:48', '2026-01-02 15:14:48'),
(416, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-02 15:15:01', 0, 0, '2026-01-02 15:16:34', '2026-01-02 15:16:34'),
(417, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-02 15:20:12', 0, 0, '2026-01-02 15:21:17', '2026-01-02 15:21:17'),
(418, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'OUTGOING', '2026-01-02 15:21:46', 0, 1, '2026-01-02 15:26:01', '2026-01-02 15:26:01'),
(419, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-02 15:26:59', 0, 1, '2026-01-02 15:39:28', '2026-01-02 15:39:28'),
(420, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919359460387', 'OUTGOING', '2026-01-02 15:40:13', 0, 1, '2026-01-02 15:41:24', '2026-01-02 15:41:24'),
(421, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919359460387', 'INCOMING', '2026-01-02 15:42:40', 0, 0, '2026-01-02 15:43:18', '2026-01-02 15:43:18'),
(422, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917972774832', 'INCOMING', '2026-01-02 15:50:08', 0, 0, '2026-01-02 15:50:41', '2026-01-02 15:50:41'),
(423, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-02 15:50:43', 0, 0, '2026-01-02 15:51:09', '2026-01-02 15:51:09'),
(424, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917972774832', 'OUTGOING', '2026-01-02 15:51:12', 0, 0, '2026-01-02 15:51:41', '2026-01-02 15:51:41'),
(425, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-02 15:53:31', 0, 0, '2026-01-02 15:53:40', '2026-01-02 15:53:40'),
(426, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917972774832', 'INCOMING', '2026-01-02 15:55:19', 0, 0, '2026-01-02 15:57:30', '2026-01-02 15:57:30'),
(427, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917972774832', 'INCOMING', '2026-01-02 15:59:10', 0, 0, '2026-01-02 15:59:41', '2026-01-02 15:59:41'),
(428, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-02 15:59:50', 0, 1, '2026-01-02 16:01:21', '2026-01-02 16:01:21'),
(429, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-02 16:03:32', 0, 0, '2026-01-02 16:03:56', '2026-01-02 16:03:56'),
(430, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917972774832', 'MISSED', '2026-01-02 16:22:15', 0, 1, '2026-01-02 16:22:44', '2026-01-02 16:22:44'),
(431, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919359460387', 'MISSED', '2026-01-02 16:23:52', 0, 0, '2026-01-02 16:24:04', '2026-01-02 16:24:04'),
(432, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2026-01-02 16:29:50', 0, 0, '2026-01-02 16:30:58', '2026-01-02 16:30:58'),
(433, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-02 16:31:00', 0, 0, '2026-01-02 16:42:03', '2026-01-02 16:42:03'),
(434, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-02 16:43:36', 0, 0, '2026-01-02 16:45:38', '2026-01-02 16:45:38'),
(435, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-02 16:46:17', 0, 0, '2026-01-02 16:46:45', '2026-01-02 16:46:45'),
(436, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-02 16:52:03', 0, 1, '2026-01-02 16:52:28', '2026-01-02 16:52:28'),
(437, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-02 16:52:52', 0, 0, '2026-01-02 16:52:59', '2026-01-02 16:52:59'),
(438, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-02 16:54:36', 0, 0, '2026-01-02 16:55:04', '2026-01-02 16:55:04'),
(439, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730191127', 'OUTGOING', '2026-01-02 17:08:21', 0, 1, '2026-01-02 17:10:34', '2026-01-02 17:10:34'),
(440, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-02 17:11:18', 0, 1, '2026-01-02 17:14:53', '2026-01-02 17:14:53'),
(441, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-02 17:16:49', 0, 0, '2026-01-02 17:18:29', '2026-01-02 17:18:29'),
(442, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917972774832', 'OUTGOING', '2026-01-02 17:22:01', 0, 0, '2026-01-02 17:22:51', '2026-01-02 17:22:51'),
(443, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011850298', 'OUTGOING', '2026-01-02 17:28:11', 0, 1, '2026-01-02 17:28:50', '2026-01-02 17:28:50'),
(444, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919145644544', 'OUTGOING', '2026-01-02 17:33:21', 0, 1, '2026-01-02 17:34:52', '2026-01-02 17:34:52'),
(445, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-02 17:39:28', 0, 0, '2026-01-02 17:39:53', '2026-01-02 17:39:53'),
(446, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-02 17:40:02', 0, 0, '2026-01-02 17:42:06', '2026-01-02 17:42:06'),
(447, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917449446060', 'INCOMING', '2026-01-02 17:43:04', 0, 1, '2026-01-02 17:43:25', '2026-01-02 17:43:25'),
(448, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-02 17:48:16', 0, 0, '2026-01-02 17:50:49', '2026-01-02 17:50:49'),
(449, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-02 17:53:53', 0, 0, '2026-01-02 17:55:31', '2026-01-02 17:55:31'),
(450, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-02 17:56:13', 0, 0, '2026-01-02 17:57:38', '2026-01-02 17:57:38'),
(451, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168004014', 'MISSED', '2026-01-02 17:59:00', 0, 1, '2026-01-02 18:01:18', '2026-01-02 18:01:18'),
(452, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'MISSED', '2026-01-02 18:08:37', 0, 1, '2026-01-02 18:14:26', '2026-01-02 18:14:26'),
(453, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-02 18:14:48', 0, 0, '2026-01-02 18:16:05', '2026-01-02 18:16:05'),
(454, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'MISSED', '2026-01-02 18:23:38', 0, 0, '2026-01-02 18:24:45', '2026-01-02 18:24:45'),
(455, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-02 18:24:46', 0, 0, '2026-01-02 18:25:42', '2026-01-02 18:25:42'),
(456, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'INCOMING', '2026-01-02 18:38:02', 0, 0, '2026-01-02 18:38:56', '2026-01-02 18:38:56'),
(457, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208406714', 'OUTGOING', '2026-01-02 18:47:54', 0, 1, '2026-01-02 18:48:00', '2026-01-02 18:48:00'),
(458, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208406714', 'OUTGOING', '2026-01-02 18:47:58', 0, 0, '2026-01-02 18:48:32', '2026-01-02 18:48:32'),
(459, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208406714', 'OUTGOING', '2026-01-02 18:48:50', 0, 0, '2026-01-02 18:49:09', '2026-01-02 18:49:09'),
(460, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'INCOMING', '2026-01-02 18:55:43', 0, 0, '2026-01-02 19:02:36', '2026-01-02 19:02:36'),
(461, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-02 19:27:59', 0, 0, '2026-01-02 19:29:36', '2026-01-02 19:29:36'),
(462, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'INCOMING', '2026-01-02 19:46:40', 0, 1, '2026-01-02 19:48:20', '2026-01-02 19:48:20'),
(463, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-02 19:49:04', 0, 0, '2026-01-02 19:49:56', '2026-01-02 19:49:56'),
(464, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-02 20:26:05', 0, 0, '2026-01-02 20:26:20', '2026-01-02 20:26:20'),
(465, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-02 20:26:22', 0, 0, '2026-01-02 20:26:35', '2026-01-02 20:26:35'),
(466, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917276652323', 'OUTGOING', '2026-01-02 20:45:49', 0, 1, '2026-01-02 20:48:02', '2026-01-02 20:48:02'),
(467, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'MISSED', '2026-01-02 20:51:58', 0, 0, '2026-01-02 20:52:23', '2026-01-02 20:52:23'),
(468, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'INCOMING', '2026-01-02 20:55:52', 0, 0, '2026-01-02 21:01:24', '2026-01-02 21:01:24'),
(469, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'INCOMING', '2026-01-02 21:08:04', 0, 1, '2026-01-02 21:09:09', '2026-01-02 21:09:09'),
(470, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-02 21:24:20', 0, 0, '2026-01-02 21:24:48', '2026-01-02 21:24:48'),
(471, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-02 21:43:31', 0, 0, '2026-01-02 21:46:49', '2026-01-02 21:46:49'),
(472, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-02 21:52:25', 0, 0, '2026-01-02 21:54:42', '2026-01-02 21:54:42'),
(473, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249496816', 'MISSED', '2026-01-02 22:27:46', 0, 1, '2026-01-02 22:28:24', '2026-01-02 22:28:24'),
(474, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249496816', 'MISSED', '2026-01-02 22:35:43', 0, 0, '2026-01-02 22:36:00', '2026-01-02 22:36:00'),
(475, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-02 23:11:17', 0, 0, '2026-01-02 23:33:43', '2026-01-02 23:33:43'),
(476, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-03 09:17:39', 0, 1, '2026-01-03 09:17:56', '2026-01-03 09:17:56'),
(477, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-03 09:18:18', 0, 0, '2026-01-03 09:30:39', '2026-01-03 09:30:39'),
(478, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919834202511', 'INCOMING', '2026-01-03 09:32:53', 0, 1, '2026-01-03 09:34:16', '2026-01-03 09:34:16'),
(479, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7620151984', 'OUTGOING', '2026-01-03 10:03:20', 0, 0, '2026-01-03 10:05:44', '2026-01-03 10:05:44'),
(480, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-03 10:27:14', 0, 0, '2026-01-03 10:28:04', '2026-01-03 10:28:04'),
(481, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918390897299', 'OUTGOING', '2026-01-03 10:56:53', 0, 1, '2026-01-03 10:58:19', '2026-01-03 10:58:19'),
(482, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-03 11:15:28', 0, 0, '2026-01-03 11:15:36', '2026-01-03 11:15:36'),
(483, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-03 11:15:53', 0, 0, '2026-01-03 11:18:04', '2026-01-03 11:18:04'),
(484, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'OUTGOING', '2026-01-03 11:18:22', 0, 1, '2026-01-03 11:19:28', '2026-01-03 11:19:28'),
(485, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-03 11:25:15', 0, 0, '2026-01-03 11:25:40', '2026-01-03 11:25:40'),
(486, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-03 11:26:22', 0, 0, '2026-01-03 11:26:32', '2026-01-03 11:26:32'),
(487, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-03 11:26:35', 0, 0, '2026-01-03 11:27:02', '2026-01-03 11:27:02'),
(488, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-03 11:27:06', 0, 0, '2026-01-03 11:28:42', '2026-01-03 11:28:42'),
(489, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822332800', 'INCOMING', '2026-01-03 11:30:13', 0, 1, '2026-01-03 11:30:43', '2026-01-03 11:30:43'),
(490, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'INCOMING', '2026-01-03 11:30:49', 0, 0, '2026-01-03 11:31:08', '2026-01-03 11:31:08'),
(491, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'OUTGOING', '2026-01-03 11:31:12', 0, 0, '2026-01-03 11:31:49', '2026-01-03 11:31:49'),
(492, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881036810', 'INCOMING', '2026-01-03 11:38:00', 0, 1, '2026-01-03 11:39:21', '2026-01-03 11:39:21'),
(493, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-03 11:40:25', 0, 0, '2026-01-03 11:41:57', '2026-01-03 11:41:57'),
(494, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-03 11:43:15', 0, 1, '2026-01-03 11:43:51', '2026-01-03 11:43:51'),
(495, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881036810', 'MISSED', '2026-01-03 11:44:25', 0, 0, '2026-01-03 11:47:47', '2026-01-03 11:47:47'),
(496, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881036810', 'OUTGOING', '2026-01-03 11:47:50', 0, 0, '2026-01-03 11:48:25', '2026-01-03 11:48:25'),
(497, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-03 11:48:47', 0, 0, '2026-01-03 11:49:10', '2026-01-03 11:49:10'),
(498, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-03 11:49:22', 0, 0, '2026-01-03 11:49:56', '2026-01-03 11:49:56'),
(499, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919359460387', 'OUTGOING', '2026-01-03 11:51:01', 0, 0, '2026-01-03 11:52:20', '2026-01-03 11:52:20'),
(500, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730091121', 'OUTGOING', '2026-01-03 11:58:50', 0, 1, '2026-01-03 11:59:07', '2026-01-03 11:59:07'),
(501, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890717263', 'OUTGOING', '2026-01-03 12:03:37', 0, 1, '2026-01-03 12:04:38', '2026-01-03 12:04:38'),
(502, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917066935431', 'MISSED', '2026-01-03 12:08:10', 0, 1, '2026-01-03 12:11:16', '2026-01-03 12:11:16'),
(503, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-03 12:11:18', 0, 1, '2026-01-03 12:19:54', '2026-01-03 12:19:54'),
(504, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-03 12:22:24', 0, 0, '2026-01-03 12:22:34', '2026-01-03 12:22:34'),
(505, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-03 12:23:10', 0, 0, '2026-01-03 12:23:19', '2026-01-03 12:23:19'),
(506, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917304878147', 'INCOMING', '2026-01-03 12:28:18', 0, 1, '2026-01-03 12:30:46', '2026-01-03 12:30:46'),
(507, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917304878147', 'OUTGOING', '2026-01-03 12:30:51', 0, 0, '2026-01-03 12:31:48', '2026-01-03 12:31:48'),
(508, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'MISSED', '2026-01-03 12:38:50', 0, 0, '2026-01-03 12:43:11', '2026-01-03 12:43:11'),
(509, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-03 12:43:17', 0, 0, '2026-01-03 12:45:15', '2026-01-03 12:45:15'),
(510, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919359745664', 'INCOMING', '2026-01-03 12:53:58', 0, 0, '2026-01-03 12:59:14', '2026-01-03 12:59:14'),
(511, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-03 12:59:30', 0, 1, '2026-01-03 12:59:41', '2026-01-03 12:59:41'),
(512, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2026-01-03 13:03:40', 0, 0, '2026-01-03 13:04:55', '2026-01-03 13:04:55'),
(513, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919272811260', 'MISSED', '2026-01-03 13:06:21', 0, 1, '2026-01-03 13:06:54', '2026-01-03 13:06:54'),
(514, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-03 13:10:05', 0, 0, '2026-01-03 13:10:58', '2026-01-03 13:10:58'),
(515, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-03 13:19:30', 0, 0, '2026-01-03 13:20:10', '2026-01-03 13:20:10'),
(516, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-03 13:23:23', 0, 0, '2026-01-03 13:24:22', '2026-01-03 13:24:22'),
(517, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507520849', 'INCOMING', '2026-01-03 13:36:01', 0, 1, '2026-01-03 13:39:18', '2026-01-03 13:39:18'),
(518, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'INCOMING', '2026-01-03 13:40:25', 0, 1, '2026-01-03 13:42:17', '2026-01-03 13:42:17'),
(519, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-03 13:48:25', 0, 0, '2026-01-03 13:48:34', '2026-01-03 13:48:34'),
(520, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'MISSED', '2026-01-03 13:49:34', 0, 0, '2026-01-03 13:50:14', '2026-01-03 13:50:14'),
(521, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'MISSED', '2026-01-03 13:56:45', 0, 0, '2026-01-03 13:57:36', '2026-01-03 13:57:36'),
(522, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-03 13:57:35', 0, 0, '2026-01-03 13:58:40', '2026-01-03 13:58:40'),
(523, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-03 14:05:59', 0, 0, '2026-01-03 14:06:50', '2026-01-03 14:06:50'),
(524, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-03 14:08:23', 0, 0, '2026-01-03 14:09:11', '2026-01-03 14:09:11'),
(525, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-03 14:09:39', 0, 0, '2026-01-03 14:14:04', '2026-01-03 14:14:04'),
(526, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822999991', 'MISSED', '2026-01-03 14:15:04', 0, 1, '2026-01-03 14:15:37', '2026-01-03 14:15:37'),
(527, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917066935431', 'INCOMING', '2026-01-03 14:21:18', 0, 0, '2026-01-03 14:22:10', '2026-01-03 14:22:10'),
(528, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350511850', 'INCOMING', '2026-01-03 14:21:57', 0, 1, '2026-01-03 14:22:10', '2026-01-03 14:22:10'),
(529, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-03 14:23:48', 0, 0, '2026-01-03 14:24:10', '2026-01-03 14:24:10'),
(530, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960032383', 'MISSED', '2026-01-03 14:29:11', 0, 0, '2026-01-03 14:29:22', '2026-01-03 14:29:22'),
(531, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822999991', 'OUTGOING', '2026-01-03 14:30:39', 0, 0, '2026-01-03 14:32:44', '2026-01-03 14:32:44'),
(532, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-03 14:36:36', 0, 0, '2026-01-03 14:37:51', '2026-01-03 14:37:51'),
(533, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-03 14:38:47', 0, 0, '2026-01-03 14:39:48', '2026-01-03 14:39:48'),
(534, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822999991', 'INCOMING', '2026-01-03 14:42:31', 0, 0, '2026-01-03 14:43:32', '2026-01-03 14:43:32'),
(535, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'INCOMING', '2026-01-03 14:51:21', 0, 0, '2026-01-03 14:54:48', '2026-01-03 14:54:48'),
(536, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-03 14:57:16', 0, 0, '2026-01-03 15:00:25', '2026-01-03 15:00:25'),
(537, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'INCOMING', '2026-01-03 15:05:17', 0, 0, '2026-01-03 15:08:03', '2026-01-03 15:08:03'),
(538, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'OUTGOING', '2026-01-03 15:08:14', 0, 0, '2026-01-03 15:15:07', '2026-01-03 15:15:07'),
(539, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'MISSED', '2026-01-03 15:32:52', 0, 0, '2026-01-03 15:32:58', '2026-01-03 15:32:58'),
(540, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'INCOMING', '2026-01-03 16:22:47', 0, 1, '2026-01-03 16:24:01', '2026-01-03 16:24:01'),
(541, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-03 16:24:56', 0, 0, '2026-01-03 16:25:24', '2026-01-03 16:25:24'),
(542, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-03 16:25:33', 0, 0, '2026-01-03 16:26:04', '2026-01-03 16:26:04'),
(543, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-03 16:33:42', 0, 0, '2026-01-03 16:34:08', '2026-01-03 16:34:08'),
(544, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'INCOMING', '2026-01-03 16:34:25', 0, 0, '2026-01-03 16:36:41', '2026-01-03 16:36:41'),
(545, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-03 16:37:05', 0, 0, '2026-01-03 16:37:40', '2026-01-03 16:37:40'),
(546, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'MISSED', '2026-01-03 16:43:37', 0, 0, '2026-01-03 16:44:14', '2026-01-03 16:44:14'),
(547, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'OUTGOING', '2026-01-03 16:44:22', 0, 0, '2026-01-03 16:45:30', '2026-01-03 16:45:30'),
(548, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919623456258', 'INCOMING', '2026-01-03 16:54:08', 0, 1, '2026-01-03 16:55:28', '2026-01-03 16:55:28'),
(549, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-03 17:05:29', 0, 1, '2026-01-03 17:07:13', '2026-01-03 17:07:13'),
(550, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2026-01-03 17:18:06', 0, 1, '2026-01-03 17:18:37', '2026-01-03 17:18:37'),
(551, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-03 17:23:14', 0, 0, '2026-01-03 17:27:13', '2026-01-03 17:27:13'),
(552, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-03 17:36:49', 0, 0, '2026-01-03 17:37:28', '2026-01-03 17:37:28'),
(553, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-03 17:49:11', 0, 1, '2026-01-03 17:50:19', '2026-01-03 17:50:19'),
(554, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-03 17:53:45', 0, 0, '2026-01-03 17:54:22', '2026-01-03 17:54:22'),
(555, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-03 17:54:53', 0, 0, '2026-01-03 17:55:18', '2026-01-03 17:55:18'),
(556, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-03 18:00:22', 0, 0, '2026-01-03 18:02:38', '2026-01-03 18:02:38'),
(557, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-03 18:06:03', 0, 0, '2026-01-03 18:06:36', '2026-01-03 18:06:36'),
(558, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-03 18:14:15', 0, 0, '2026-01-03 18:15:04', '2026-01-03 18:15:04'),
(559, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-03 18:15:51', 0, 0, '2026-01-03 18:16:43', '2026-01-03 18:16:43'),
(560, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-03 18:17:17', 0, 0, '2026-01-03 18:18:04', '2026-01-03 18:18:04'),
(561, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-03 18:18:07', 0, 0, '2026-01-03 18:18:14', '2026-01-03 18:18:14'),
(562, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-03 18:18:24', 0, 1, '2026-01-03 18:18:59', '2026-01-03 18:18:59'),
(563, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689745840', 'MISSED', '2026-01-03 18:19:39', 0, 1, '2026-01-03 18:21:30', '2026-01-03 18:21:30'),
(564, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'MISSED', '2026-01-03 18:22:19', 0, 1, '2026-01-03 18:22:48', '2026-01-03 18:22:48'),
(565, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689745840', 'OUTGOING', '2026-01-03 18:22:54', 0, 0, '2026-01-03 18:22:58', '2026-01-03 18:22:58'),
(566, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-03 18:23:00', 0, 0, '2026-01-03 18:23:19', '2026-01-03 18:23:19'),
(567, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689745840', 'INCOMING', '2026-01-03 18:23:22', 0, 0, '2026-01-03 18:24:44', '2026-01-03 18:24:44'),
(568, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-03 18:26:29', 0, 0, '2026-01-03 18:28:42', '2026-01-03 18:28:42'),
(569, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689745840', 'INCOMING', '2026-01-03 18:28:45', 0, 0, '2026-01-03 18:30:15', '2026-01-03 18:30:15'),
(570, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960412136', 'INCOMING', '2026-01-03 18:31:30', 0, 1, '2026-01-03 18:32:03', '2026-01-03 18:32:03'),
(571, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689745840', 'INCOMING', '2026-01-03 18:33:19', 0, 0, '2026-01-03 18:33:41', '2026-01-03 18:33:41'),
(572, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689745840', 'OUTGOING', '2026-01-03 18:36:24', 0, 0, '2026-01-03 18:36:42', '2026-01-03 18:36:42'),
(573, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960412136', 'OUTGOING', '2026-01-03 18:36:50', 0, 0, '2026-01-03 18:38:12', '2026-01-03 18:38:12'),
(574, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-03 18:38:53', 0, 0, '2026-01-03 18:39:00', '2026-01-03 18:39:00'),
(575, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-03 18:41:04', 0, 0, '2026-01-03 18:46:44', '2026-01-03 18:46:44'),
(576, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-03 18:48:22', 0, 0, '2026-01-03 18:49:01', '2026-01-03 18:49:01'),
(577, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208787433', 'MISSED', '2026-01-03 18:52:25', 0, 1, '2026-01-03 18:54:04', '2026-01-03 18:54:04'),
(578, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798214081', 'OUTGOING', '2026-01-03 18:54:13', 0, 1, '2026-01-03 18:55:23', '2026-01-03 18:55:23'),
(579, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-03 19:24:54', 0, 1, '2026-01-03 19:25:22', '2026-01-03 19:25:22'),
(580, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822038955', 'OUTGOING', '2026-01-03 19:25:31', 0, 1, '2026-01-03 19:26:12', '2026-01-03 19:26:12'),
(581, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-03 19:28:10', 0, 0, '2026-01-03 19:28:16', '2026-01-03 19:28:16'),
(582, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-03 19:45:42', 0, 0, '2026-01-03 19:46:43', '2026-01-03 19:46:43'),
(583, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2026-01-03 19:52:11', 0, 0, '2026-01-03 19:52:48', '2026-01-03 19:52:48'),
(584, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'MISSED', '2026-01-03 20:00:34', 0, 0, '2026-01-03 20:01:02', '2026-01-03 20:01:02'),
(585, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-03 20:02:47', 0, 0, '2026-01-03 20:03:51', '2026-01-03 20:03:51'),
(586, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-03 20:03:54', 0, 0, '2026-01-03 20:05:03', '2026-01-03 20:05:03'),
(587, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-03 20:05:13', 0, 0, '2026-01-03 20:05:51', '2026-01-03 20:05:51'),
(588, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-03 20:06:03', 0, 1, '2026-01-03 20:06:31', '2026-01-03 20:06:31'),
(589, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-03 20:06:40', 0, 0, '2026-01-03 20:09:22', '2026-01-03 20:09:22'),
(590, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960657071', 'INCOMING', '2026-01-03 20:31:08', 0, 1, '2026-01-03 20:35:38', '2026-01-03 20:35:38'),
(591, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-03 20:38:01', 0, 0, '2026-01-03 20:38:55', '2026-01-03 20:38:55'),
(592, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208787433', 'OUTGOING', '2026-01-03 20:41:11', 0, 0, '2026-01-03 20:41:29', '2026-01-03 20:41:29'),
(593, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208787433', 'OUTGOING', '2026-01-03 20:41:48', 0, 0, '2026-01-03 20:44:30', '2026-01-03 20:44:30'),
(594, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-03 20:57:24', 0, 1, '2026-01-03 20:58:32', '2026-01-03 20:58:32'),
(595, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-03 21:14:46', 0, 0, '2026-01-03 21:17:30', '2026-01-03 21:17:30'),
(596, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2026-01-03 21:28:08', 0, 0, '2026-01-03 21:28:46', '2026-01-03 21:28:46'),
(597, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-03 21:31:46', 0, 0, '2026-01-03 21:35:19', '2026-01-03 21:35:19'),
(598, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'INCOMING', '2026-01-03 22:01:13', 0, 1, '2026-01-03 22:03:12', '2026-01-03 22:03:12'),
(599, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-03 23:11:27', 0, 0, '2026-01-03 23:11:58', '2026-01-03 23:11:58'),
(600, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917498135257', 'INCOMING', '2026-01-04 09:37:29', 0, 1, '2026-01-04 09:40:18', '2026-01-04 09:40:18'),
(601, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-04 10:16:18', 0, 0, '2026-01-04 10:17:59', '2026-01-04 10:17:59'),
(602, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-04 10:19:39', 0, 0, '2026-01-04 10:20:47', '2026-01-04 10:20:47'),
(603, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-04 10:24:23', 0, 0, '2026-01-04 10:24:57', '2026-01-04 10:24:57'),
(604, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-04 10:27:00', 0, 0, '2026-01-04 10:27:55', '2026-01-04 10:27:55'),
(605, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-04 10:28:01', 0, 0, '2026-01-04 10:28:30', '2026-01-04 10:28:30'),
(606, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-04 10:28:30', 0, 0, '2026-01-04 10:28:47', '2026-01-04 10:28:47'),
(607, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-04 10:28:48', 0, 0, '2026-01-04 10:29:05', '2026-01-04 10:29:05'),
(608, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-04 10:29:35', 0, 0, '2026-01-04 10:29:48', '2026-01-04 10:29:48'),
(609, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2026-01-04 10:30:23', 0, 0, '2026-01-04 10:32:12', '2026-01-04 10:32:12'),
(610, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-04 10:32:57', 0, 0, '2026-01-04 10:33:47', '2026-01-04 10:33:47'),
(611, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919373996250', 'OUTGOING', '2026-01-04 10:34:14', 0, 1, '2026-01-04 10:34:50', '2026-01-04 10:34:50'),
(612, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919373996250', 'OUTGOING', '2026-01-04 10:36:13', 0, 0, '2026-01-04 10:36:40', '2026-01-04 10:36:40'),
(613, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-04 10:36:42', 0, 0, '2026-01-04 10:37:11', '2026-01-04 10:37:11'),
(614, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919373996250', 'OUTGOING', '2026-01-04 10:37:21', 0, 0, '2026-01-04 10:37:40', '2026-01-04 10:37:40'),
(615, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919373996250', 'OUTGOING', '2026-01-04 10:40:56', 0, 0, '2026-01-04 10:41:29', '2026-01-04 10:41:29'),
(616, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'INCOMING', '2026-01-04 10:51:03', 0, 0, '2026-01-04 10:52:18', '2026-01-04 10:52:18'),
(617, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-04 10:53:16', 0, 0, '2026-01-04 10:53:22', '2026-01-04 10:53:22'),
(618, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-04 10:56:28', 0, 0, '2026-01-04 10:57:20', '2026-01-04 10:57:20'),
(619, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'INCOMING', '2026-01-04 11:00:34', 0, 1, '2026-01-04 11:01:32', '2026-01-04 11:01:32'),
(620, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919373996250', 'OUTGOING', '2026-01-04 11:03:43', 0, 0, '2026-01-04 11:04:19', '2026-01-04 11:04:19'),
(621, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-04 11:05:09', 0, 0, '2026-01-04 11:05:52', '2026-01-04 11:05:52'),
(622, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+912048552415', 'INCOMING', '2026-01-04 11:06:08', 0, 1, '2026-01-04 11:06:51', '2026-01-04 11:06:51'),
(623, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-04 11:07:52', 0, 0, '2026-01-04 11:08:29', '2026-01-04 11:08:29'),
(624, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028165308', 'OUTGOING', '2026-01-04 11:09:26', 0, 1, '2026-01-04 11:11:46', '2026-01-04 11:11:46'),
(625, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-04 11:13:54', 0, 0, '2026-01-04 11:14:31', '2026-01-04 11:14:31'),
(626, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208787433', 'OUTGOING', '2026-01-04 11:15:39', 0, 0, '2026-01-04 11:16:21', '2026-01-04 11:16:21'),
(627, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-04 11:31:25', 0, 0, '2026-01-04 11:31:32', '2026-01-04 11:31:32'),
(628, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-04 11:36:15', 0, 0, '2026-01-04 11:36:25', '2026-01-04 11:36:25'),
(629, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-04 11:37:38', 0, 0, '2026-01-04 11:37:47', '2026-01-04 11:37:47'),
(630, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-04 11:41:04', 0, 0, '2026-01-04 11:41:11', '2026-01-04 11:41:11'),
(631, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-04 11:52:43', 0, 0, '2026-01-04 11:53:24', '2026-01-04 11:53:24'),
(632, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-04 11:54:09', 0, 0, '2026-01-04 11:54:46', '2026-01-04 11:54:46'),
(633, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-04 11:56:23', 0, 0, '2026-01-04 11:56:55', '2026-01-04 11:56:55'),
(634, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822038955', 'MISSED', '2026-01-04 11:59:52', 0, 0, '2026-01-04 12:00:25', '2026-01-04 12:00:25'),
(635, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822038955', 'OUTGOING', '2026-01-04 12:10:59', 0, 0, '2026-01-04 12:11:55', '2026-01-04 12:11:55'),
(636, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919552101099', 'OUTGOING', '2026-01-04 12:12:34', 0, 1, '2026-01-04 12:12:45', '2026-01-04 12:12:45');
INSERT INTO `call_logs` (`id`, `user_id`, `device_id`, `device_name`, `local_id`, `phone_number`, `call_type`, `call_time`, `call_duration`, `sms_sent`, `created_at`, `updated_at`) VALUES
(637, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919552101099', 'OUTGOING', '2026-01-04 12:13:01', 0, 0, '2026-01-04 12:13:23', '2026-01-04 12:13:23'),
(638, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-04 12:13:36', 0, 1, '2026-01-04 12:14:13', '2026-01-04 12:14:13'),
(639, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-04 12:15:44', 0, 0, '2026-01-04 12:16:21', '2026-01-04 12:16:21'),
(640, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-04 12:16:25', 0, 1, '2026-01-04 12:17:55', '2026-01-04 12:17:55'),
(641, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-04 12:25:27', 0, 0, '2026-01-04 12:26:18', '2026-01-04 12:26:18'),
(642, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822038955', 'INCOMING', '2026-01-04 12:34:48', 0, 0, '2026-01-04 12:38:06', '2026-01-04 12:38:06'),
(643, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'INCOMING', '2026-01-04 12:42:18', 0, 0, '2026-01-04 12:44:04', '2026-01-04 12:44:04'),
(644, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822038955', 'MISSED', '2026-01-04 12:45:21', 0, 0, '2026-01-04 12:45:26', '2026-01-04 12:45:26'),
(645, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208787433', 'INCOMING', '2026-01-04 12:47:48', 0, 0, '2026-01-04 12:49:13', '2026-01-04 12:49:13'),
(646, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'MISSED', '2026-01-04 12:53:07', 0, 0, '2026-01-04 12:53:45', '2026-01-04 12:53:45'),
(647, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-04 13:03:23', 0, 1, '2026-01-04 13:04:11', '2026-01-04 13:04:11'),
(648, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-04 13:04:10', 0, 0, '2026-01-04 13:04:42', '2026-01-04 13:04:42'),
(649, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-04 13:08:14', 0, 0, '2026-01-04 13:08:48', '2026-01-04 13:08:48'),
(650, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-04 13:14:52', 0, 0, '2026-01-04 13:15:43', '2026-01-04 13:15:43'),
(651, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-04 13:16:45', 0, 0, '2026-01-04 13:16:49', '2026-01-04 13:16:49'),
(652, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'OUTGOING', '2026-01-04 13:16:54', 0, 0, '2026-01-04 13:17:36', '2026-01-04 13:17:36'),
(653, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208787433', 'INCOMING', '2026-01-04 13:22:53', 0, 0, '2026-01-04 13:27:36', '2026-01-04 13:27:36'),
(654, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-04 13:27:41', 0, 0, '2026-01-04 13:27:59', '2026-01-04 13:27:59'),
(655, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-04 13:29:16', 0, 0, '2026-01-04 13:29:20', '2026-01-04 13:29:20'),
(656, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-04 13:31:56', 0, 0, '2026-01-04 13:32:31', '2026-01-04 13:32:31'),
(657, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-04 13:35:30', 0, 0, '2026-01-04 13:54:17', '2026-01-04 13:54:17'),
(658, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-04 13:35:30', 0, 0, '2026-01-04 13:54:17', '2026-01-04 13:54:17'),
(659, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-04 13:38:09', 0, 0, '2026-01-04 13:54:17', '2026-01-04 13:54:17'),
(660, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-04 13:38:09', 0, 0, '2026-01-04 13:54:17', '2026-01-04 13:54:17'),
(661, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'MISSED', '2026-01-04 13:45:48', 0, 0, '2026-01-04 13:54:17', '2026-01-04 13:54:17'),
(662, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'MISSED', '2026-01-04 13:45:48', 0, 0, '2026-01-04 13:54:17', '2026-01-04 13:54:17'),
(663, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-04 13:53:50', 0, 0, '2026-01-04 13:54:31', '2026-01-04 13:54:31'),
(664, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-04 13:55:49', 0, 1, '2026-01-04 13:57:01', '2026-01-04 13:57:01'),
(665, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919372525188', 'OUTGOING', '2026-01-04 13:57:35', 0, 1, '2026-01-04 13:58:03', '2026-01-04 13:58:03'),
(666, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-04 14:30:50', 0, 0, '2026-01-04 14:31:29', '2026-01-04 14:31:29'),
(667, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'MISSED', '2026-01-04 14:43:33', 0, 0, '2026-01-04 14:43:53', '2026-01-04 14:43:53'),
(668, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822239790', 'INCOMING', '2026-01-04 14:45:48', 0, 1, '2026-01-04 14:46:51', '2026-01-04 14:46:51'),
(669, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'INCOMING', '2026-01-04 15:03:12', 0, 0, '2026-01-04 15:04:12', '2026-01-04 15:04:12'),
(670, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'OUTGOING', '2026-01-04 15:04:17', 0, 0, '2026-01-04 15:26:02', '2026-01-04 15:26:02'),
(671, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917776901254', 'MISSED', '2026-01-04 15:26:01', 0, 1, '2026-01-04 15:26:11', '2026-01-04 15:26:11'),
(672, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917776901254', 'OUTGOING', '2026-01-04 15:26:17', 0, 0, '2026-01-04 15:27:13', '2026-01-04 15:27:13'),
(673, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919049597337', 'INCOMING', '2026-01-04 15:35:25', 0, 1, '2026-01-04 15:36:04', '2026-01-04 15:36:04'),
(674, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'INCOMING', '2026-01-04 15:39:02', 0, 0, '2026-01-04 15:40:04', '2026-01-04 15:40:04'),
(675, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'INCOMING', '2026-01-04 15:42:30', 0, 0, '2026-01-04 15:42:51', '2026-01-04 15:42:51'),
(676, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'OUTGOING', '2026-01-04 15:53:28', 0, 0, '2026-01-04 15:53:57', '2026-01-04 15:53:57'),
(677, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-04 15:59:11', 0, 0, '2026-01-04 16:00:17', '2026-01-04 16:00:17'),
(678, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-04 16:06:13', 0, 0, '2026-01-04 16:06:57', '2026-01-04 16:06:57'),
(679, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-04 16:12:17', 0, 1, '2026-01-04 16:12:58', '2026-01-04 16:12:58'),
(680, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-04 16:20:37', 0, 0, '2026-01-04 16:24:15', '2026-01-04 16:24:15'),
(681, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'INCOMING', '2026-01-04 16:29:43', 0, 0, '2026-01-04 16:30:47', '2026-01-04 16:30:47'),
(682, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7620151984', 'OUTGOING', '2026-01-04 16:30:52', 0, 1, '2026-01-04 16:31:37', '2026-01-04 16:31:37'),
(683, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208787433', 'INCOMING', '2026-01-04 16:32:19', 0, 0, '2026-01-04 16:33:17', '2026-01-04 16:33:17'),
(684, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'INCOMING', '2026-01-04 16:49:42', 0, 1, '2026-01-04 16:54:18', '2026-01-04 16:54:18'),
(685, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'INCOMING', '2026-01-04 17:09:34', 0, 0, '2026-01-04 17:11:27', '2026-01-04 17:11:27'),
(686, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-04 17:15:40', 0, 1, '2026-01-04 17:16:47', '2026-01-04 17:16:47'),
(687, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-04 17:24:00', 0, 0, '2026-01-04 17:25:13', '2026-01-04 17:25:13'),
(688, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'OUTGOING', '2026-01-04 17:36:37', 0, 0, '2026-01-04 17:41:23', '2026-01-04 17:41:23'),
(689, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-04 17:42:41', 0, 0, '2026-01-04 17:43:06', '2026-01-04 17:43:06'),
(690, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822239790', 'MISSED', '2026-01-04 17:43:29', 0, 0, '2026-01-04 17:44:27', '2026-01-04 17:44:27'),
(691, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822239790', 'INCOMING', '2026-01-04 17:44:24', 0, 0, '2026-01-04 17:45:51', '2026-01-04 17:45:51'),
(692, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'MISSED', '2026-01-04 17:50:19', 0, 1, '2026-01-04 17:50:47', '2026-01-04 17:50:47'),
(693, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'OUTGOING', '2026-01-04 17:50:50', 0, 0, '2026-01-04 17:51:46', '2026-01-04 17:51:46'),
(694, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-04 17:51:51', 0, 1, '2026-01-04 17:52:11', '2026-01-04 17:52:11'),
(695, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917420841602', 'OUTGOING', '2026-01-04 17:52:37', 0, 1, '2026-01-04 17:55:13', '2026-01-04 17:55:13'),
(696, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'INCOMING', '2026-01-04 17:55:25', 0, 0, '2026-01-04 17:56:44', '2026-01-04 17:56:44'),
(697, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-04 18:01:23', 0, 0, '2026-01-04 18:03:23', '2026-01-04 18:03:23'),
(698, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-04 18:13:43', 0, 0, '2026-01-04 18:16:47', '2026-01-04 18:16:47'),
(699, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822038955', 'INCOMING', '2026-01-04 18:20:48', 0, 0, '2026-01-04 18:24:17', '2026-01-04 18:24:17'),
(700, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-04 18:29:06', 0, 1, '2026-01-04 18:35:44', '2026-01-04 18:35:44'),
(701, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-04 18:37:22', 0, 0, '2026-01-04 18:40:37', '2026-01-04 18:40:37'),
(702, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-04 18:44:18', 0, 0, '2026-01-04 18:52:23', '2026-01-04 18:52:23'),
(703, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'OUTGOING', '2026-01-04 19:27:25', 0, 0, '2026-01-04 19:28:05', '2026-01-04 19:28:05'),
(704, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'OUTGOING', '2026-01-04 19:31:34', 0, 0, '2026-01-04 19:32:15', '2026-01-04 19:32:15'),
(705, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'OUTGOING', '2026-01-04 20:00:44', 0, 0, '2026-01-04 20:01:10', '2026-01-04 20:01:10'),
(706, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038727582', 'INCOMING', '2026-01-04 20:04:46', 0, 1, '2026-01-04 20:05:09', '2026-01-04 20:05:09'),
(707, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038727582', 'MISSED', '2026-01-04 20:06:14', 0, 0, '2026-01-04 20:06:18', '2026-01-04 20:06:18'),
(708, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7972276745', 'OUTGOING', '2026-01-04 20:20:59', 0, 1, '2026-01-04 20:21:10', '2026-01-04 20:21:10'),
(709, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9765353796', 'OUTGOING', '2026-01-04 20:36:23', 0, 1, '2026-01-04 20:36:29', '2026-01-04 20:36:29'),
(710, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917820806585', 'MISSED', '2026-01-04 20:41:51', 0, 1, '2026-01-04 20:41:58', '2026-01-04 20:41:58'),
(711, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917820806585', 'OUTGOING', '2026-01-04 20:42:57', 0, 0, '2026-01-04 20:43:09', '2026-01-04 20:43:09'),
(712, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9765353796', 'OUTGOING', '2026-01-04 20:43:15', 0, 0, '2026-01-04 20:43:36', '2026-01-04 20:43:36'),
(713, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-04 20:43:43', 0, 1, '2026-01-04 20:43:49', '2026-01-04 20:43:49'),
(714, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890717263', 'OUTGOING', '2026-01-04 20:43:55', 0, 1, '2026-01-04 20:44:02', '2026-01-04 20:44:02'),
(715, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-04 20:44:20', 0, 1, '2026-01-04 20:44:42', '2026-01-04 20:44:42'),
(716, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-04 20:50:12', 0, 0, '2026-01-04 20:53:00', '2026-01-04 20:53:00'),
(717, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-04 20:53:23', 0, 0, '2026-01-04 20:55:33', '2026-01-04 20:55:33'),
(718, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919588652870', 'OUTGOING', '2026-01-04 21:00:31', 0, 1, '2026-01-04 21:09:48', '2026-01-04 21:09:48'),
(719, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-04 21:10:41', 0, 0, '2026-01-04 21:12:59', '2026-01-04 21:12:59'),
(720, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917887456546', 'OUTGOING', '2026-01-04 21:15:02', 0, 1, '2026-01-04 21:16:55', '2026-01-04 21:16:55'),
(721, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'MISSED', '2026-01-04 21:51:31', 0, 1, '2026-01-04 21:51:50', '2026-01-04 21:51:50'),
(722, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-04 21:51:51', 0, 0, '2026-01-04 21:52:02', '2026-01-04 21:52:02'),
(723, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'OUTGOING', '2026-01-04 21:52:04', 0, 0, '2026-01-04 21:52:23', '2026-01-04 21:52:23'),
(724, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'OUTGOING', '2026-01-04 21:52:24', 0, 0, '2026-01-04 21:53:22', '2026-01-04 21:53:22'),
(725, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-04 21:53:25', 0, 0, '2026-01-04 22:01:34', '2026-01-04 22:01:34'),
(726, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-04 22:42:07', 0, 0, '2026-01-04 22:47:19', '2026-01-04 22:47:19'),
(727, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822079646', 'OUTGOING', '2026-01-05 08:49:57', 0, 1, '2026-01-05 08:50:36', '2026-01-05 08:50:36'),
(728, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-05 08:54:30', 0, 0, '2026-01-05 08:56:01', '2026-01-05 08:56:01'),
(729, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919021718617', 'INCOMING', '2026-01-05 09:33:21', 0, 1, '2026-01-05 09:40:44', '2026-01-05 09:40:44'),
(730, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919834202511', 'INCOMING', '2026-01-05 09:42:17', 0, 1, '2026-01-05 09:42:31', '2026-01-05 09:42:31'),
(731, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918390897299', 'OUTGOING', '2026-01-05 10:08:36', 0, 1, '2026-01-05 10:09:43', '2026-01-05 10:09:43'),
(732, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'INCOMING', '2026-01-05 10:21:09', 0, 1, '2026-01-05 10:22:16', '2026-01-05 10:22:16'),
(733, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-05 10:41:04', 0, 0, '2026-01-05 10:42:38', '2026-01-05 10:42:38'),
(734, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2026-01-05 10:46:44', 0, 1, '2026-01-05 10:47:18', '2026-01-05 10:47:18'),
(735, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2026-01-05 10:49:05', 0, 0, '2026-01-05 10:49:44', '2026-01-05 10:49:44'),
(736, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699549922', 'INCOMING', '2026-01-05 10:51:37', 0, 1, '2026-01-05 10:53:46', '2026-01-05 10:53:46'),
(737, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'MISSED', '2026-01-05 11:05:32', 0, 0, '2026-01-05 11:08:52', '2026-01-05 11:08:52'),
(738, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-05 11:08:56', 0, 0, '2026-01-05 11:10:11', '2026-01-05 11:10:11'),
(739, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7620151984', 'OUTGOING', '2026-01-05 11:21:03', 0, 0, '2026-01-05 11:21:52', '2026-01-05 11:21:52'),
(740, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7620151984', 'OUTGOING', '2026-01-05 11:21:52', 0, 0, '2026-01-05 11:22:22', '2026-01-05 11:22:22'),
(741, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-05 11:25:58', 0, 0, '2026-01-05 11:26:22', '2026-01-05 11:26:22'),
(742, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+912069078072', 'MISSED', '2026-01-05 11:39:40', 0, 1, '2026-01-05 11:39:48', '2026-01-05 11:39:48'),
(743, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-05 11:40:07', 0, 1, '2026-01-05 11:40:56', '2026-01-05 11:40:56'),
(744, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-05 11:44:42', 0, 0, '2026-01-05 11:48:26', '2026-01-05 11:48:26'),
(745, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-05 11:53:03', 0, 0, '2026-01-05 11:59:27', '2026-01-05 11:59:27'),
(746, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-05 12:06:58', 0, 0, '2026-01-05 12:08:41', '2026-01-05 12:08:41'),
(747, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'MISSED', '2026-01-05 12:13:48', 0, 1, '2026-01-05 12:14:21', '2026-01-05 12:14:21'),
(748, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822038955', 'MISSED', '2026-01-05 12:14:40', 0, 1, '2026-01-05 12:15:03', '2026-01-05 12:15:03'),
(749, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'MISSED', '2026-01-05 12:16:16', 0, 1, '2026-01-05 12:18:34', '2026-01-05 12:18:34'),
(750, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-05 12:18:38', 0, 0, '2026-01-05 12:19:31', '2026-01-05 12:19:31'),
(751, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-05 12:31:45', 0, 1, '2026-01-05 12:31:52', '2026-01-05 12:31:52'),
(752, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-05 12:42:22', 0, 0, '2026-01-05 12:43:27', '2026-01-05 12:43:27'),
(753, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-05 13:16:31', 0, 0, '2026-01-05 13:17:53', '2026-01-05 13:17:53'),
(754, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-05 13:20:15', 0, 0, '2026-01-05 13:20:53', '2026-01-05 13:20:53'),
(755, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7620151984', 'OUTGOING', '2026-01-05 13:20:57', 0, 0, '2026-01-05 13:22:30', '2026-01-05 13:22:30'),
(756, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-05 13:24:35', 0, 0, '2026-01-05 13:25:24', '2026-01-05 13:25:24'),
(757, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-05 13:33:54', 0, 0, '2026-01-05 13:37:41', '2026-01-05 13:37:41'),
(758, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-05 13:44:50', 0, 0, '2026-01-05 13:46:30', '2026-01-05 13:46:30'),
(759, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'INCOMING', '2026-01-05 14:03:06', 0, 0, '2026-01-05 14:04:13', '2026-01-05 14:04:13'),
(760, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'INCOMING', '2026-01-05 14:08:31', 0, 0, '2026-01-05 14:08:51', '2026-01-05 14:08:51'),
(761, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'INCOMING', '2026-01-05 14:11:42', 0, 0, '2026-01-05 14:12:58', '2026-01-05 14:12:58'),
(762, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'INCOMING', '2026-01-05 14:13:42', 0, 0, '2026-01-05 14:14:21', '2026-01-05 14:14:21'),
(763, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-05 14:16:09', 0, 0, '2026-01-05 14:18:34', '2026-01-05 14:18:34'),
(764, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-05 14:18:53', 0, 0, '2026-01-05 14:20:01', '2026-01-05 14:20:01'),
(765, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2026-01-05 14:23:21', 0, 0, '2026-01-05 14:23:58', '2026-01-05 14:23:58'),
(766, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918010952956', 'MISSED', '2026-01-05 14:24:55', 0, 1, '2026-01-05 14:25:05', '2026-01-05 14:25:05'),
(767, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-05 14:28:57', 0, 0, '2026-01-05 14:34:56', '2026-01-05 14:34:56'),
(768, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'INCOMING', '2026-01-05 14:36:27', 0, 0, '2026-01-05 14:37:39', '2026-01-05 14:37:39'),
(769, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'MISSED', '2026-01-05 14:39:09', 0, 0, '2026-01-05 14:39:17', '2026-01-05 14:39:17'),
(770, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919049585917', 'INCOMING', '2026-01-05 14:43:25', 0, 1, '2026-01-05 14:45:15', '2026-01-05 14:45:15'),
(771, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919503821700', 'OUTGOING', '2026-01-05 14:55:53', 0, 1, '2026-01-05 14:56:50', '2026-01-05 14:56:50'),
(772, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-05 14:56:58', 0, 0, '2026-01-05 14:57:04', '2026-01-05 14:57:04'),
(773, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-05 14:57:09', 0, 0, '2026-01-05 14:57:59', '2026-01-05 14:57:59'),
(774, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-05 14:58:04', 0, 0, '2026-01-05 14:59:35', '2026-01-05 14:59:35'),
(775, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'INCOMING', '2026-01-05 15:00:05', 0, 0, '2026-01-05 15:01:20', '2026-01-05 15:01:20'),
(776, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-05 15:17:36', 0, 0, '2026-01-05 15:18:13', '2026-01-05 15:18:13'),
(777, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-05 15:21:37', 0, 0, '2026-01-05 15:22:20', '2026-01-05 15:22:20'),
(778, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'MISSED', '2026-01-05 15:23:40', 0, 0, '2026-01-05 15:23:47', '2026-01-05 15:23:47'),
(779, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'OUTGOING', '2026-01-05 15:23:57', 0, 0, '2026-01-05 15:25:30', '2026-01-05 15:25:30'),
(780, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-05 15:25:52', 0, 0, '2026-01-05 15:26:04', '2026-01-05 15:26:04'),
(781, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-05 15:29:37', 0, 0, '2026-01-05 15:30:30', '2026-01-05 15:30:30'),
(782, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2026-01-05 15:40:30', 0, 0, '2026-01-05 15:43:53', '2026-01-05 15:43:53'),
(783, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-05 15:45:04', 0, 0, '2026-01-05 15:45:20', '2026-01-05 15:45:20'),
(784, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'INCOMING', '2026-01-05 15:51:37', 0, 0, '2026-01-05 15:53:04', '2026-01-05 15:53:04'),
(785, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-05 15:58:32', 0, 0, '2026-01-05 15:59:24', '2026-01-05 15:59:24'),
(786, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-05 16:11:25', 0, 0, '2026-01-05 16:13:28', '2026-01-05 16:13:28'),
(787, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689031111', 'INCOMING', '2026-01-05 16:26:52', 0, 1, '2026-01-05 16:27:53', '2026-01-05 16:27:53'),
(788, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-05 16:32:09', 0, 0, '2026-01-05 16:32:45', '2026-01-05 16:32:45'),
(789, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370194779', 'MISSED', '2026-01-05 16:34:09', 0, 1, '2026-01-05 16:34:40', '2026-01-05 16:34:40'),
(790, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370194779', 'INCOMING', '2026-01-05 16:35:13', 0, 0, '2026-01-05 16:35:52', '2026-01-05 16:35:52'),
(791, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-05 16:55:20', 0, 0, '2026-01-05 16:55:59', '2026-01-05 16:55:59'),
(792, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-05 16:58:32', 0, 0, '2026-01-05 16:59:56', '2026-01-05 16:59:56'),
(793, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-05 17:10:28', 0, 0, '2026-01-05 17:13:34', '2026-01-05 17:13:34'),
(794, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-05 17:13:38', 0, 0, '2026-01-05 17:13:46', '2026-01-05 17:13:46'),
(795, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8007192732', 'OUTGOING', '2026-01-05 17:16:58', 0, 1, '2026-01-05 17:17:26', '2026-01-05 17:17:26'),
(796, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917971803867', 'INCOMING', '2026-01-05 17:19:04', 0, 1, '2026-01-05 17:19:16', '2026-01-05 17:19:16'),
(797, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'MISSED', '2026-01-05 17:21:39', 0, 0, '2026-01-05 17:22:17', '2026-01-05 17:22:17'),
(798, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-05 17:26:26', 0, 1, '2026-01-05 17:27:04', '2026-01-05 17:27:04'),
(799, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-05 17:27:16', 0, 0, '2026-01-05 17:47:20', '2026-01-05 17:47:20'),
(800, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-05 17:37:40', 0, 1, '2026-01-05 17:47:20', '2026-01-05 17:47:20'),
(801, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-05 17:38:09', 0, 0, '2026-01-05 17:47:20', '2026-01-05 17:47:20'),
(802, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-05 17:46:43', 0, 0, '2026-01-05 17:47:53', '2026-01-05 17:47:53'),
(803, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-05 17:53:53', 0, 0, '2026-01-05 17:54:21', '2026-01-05 17:54:21'),
(804, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-05 17:54:41', 0, 0, '2026-01-05 17:56:56', '2026-01-05 17:56:56'),
(805, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'MISSED', '2026-01-05 18:05:23', 0, 1, '2026-01-05 18:06:59', '2026-01-05 18:06:59'),
(806, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-05 18:06:12', 0, 0, '2026-01-05 18:06:59', '2026-01-05 18:06:59'),
(807, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-05 18:06:51', 0, 0, '2026-01-05 18:07:53', '2026-01-05 18:07:53'),
(808, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-05 18:18:23', 0, 0, '2026-01-05 18:19:59', '2026-01-05 18:19:59'),
(809, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-05 18:20:04', 0, 0, '2026-01-05 18:21:13', '2026-01-05 18:21:13'),
(810, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-05 18:21:29', 0, 0, '2026-01-05 18:22:29', '2026-01-05 18:22:29'),
(811, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-05 18:28:29', 0, 1, '2026-01-05 18:29:54', '2026-01-05 18:29:54'),
(812, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-05 18:32:20', 0, 0, '2026-01-05 18:32:48', '2026-01-05 18:32:48'),
(813, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919767723322', 'OUTGOING', '2026-01-05 18:47:34', 0, 1, '2026-01-05 18:48:10', '2026-01-05 18:48:10'),
(814, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917971086696', 'INCOMING', '2026-01-05 19:00:13', 0, 1, '2026-01-05 19:00:32', '2026-01-05 19:00:32'),
(815, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-05 19:02:49', 0, 0, '2026-01-05 19:04:45', '2026-01-05 19:04:45'),
(816, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-05 19:05:28', 0, 0, '2026-01-05 19:06:24', '2026-01-05 19:06:24'),
(817, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919021718617', 'OUTGOING', '2026-01-05 19:09:23', 0, 0, '2026-01-05 19:12:35', '2026-01-05 19:12:35'),
(818, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'INCOMING', '2026-01-05 19:20:03', 0, 1, '2026-01-05 19:25:36', '2026-01-05 19:25:36'),
(819, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-05 19:36:09', 0, 1, '2026-01-05 19:36:49', '2026-01-05 19:36:49'),
(820, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-05 19:36:49', 0, 1, '2026-01-05 19:38:10', '2026-01-05 19:38:10'),
(821, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-05 19:39:10', 0, 0, '2026-01-05 19:39:43', '2026-01-05 19:39:43'),
(822, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-05 19:39:57', 0, 0, '2026-01-05 19:40:23', '2026-01-05 19:40:23'),
(823, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-05 19:41:22', 0, 0, '2026-01-05 19:44:32', '2026-01-05 19:44:32'),
(824, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-05 19:44:52', 0, 0, '2026-01-05 19:44:58', '2026-01-05 19:44:58'),
(825, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'OUTGOING', '2026-01-05 19:45:01', 0, 0, '2026-01-05 19:45:14', '2026-01-05 19:45:14'),
(826, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'OUTGOING', '2026-01-05 19:45:14', 0, 0, '2026-01-05 19:46:00', '2026-01-05 19:46:00'),
(827, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919552502528', 'INCOMING', '2026-01-05 20:20:26', 0, 1, '2026-01-05 20:21:52', '2026-01-05 20:21:52'),
(828, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-05 21:15:23', 0, 1, '2026-01-05 21:18:27', '2026-01-05 21:18:27'),
(829, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'MISSED', '2026-01-05 21:41:45', 0, 0, '2026-01-05 21:42:18', '2026-01-05 21:42:18'),
(830, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-05 21:51:50', 0, 0, '2026-01-05 21:54:44', '2026-01-05 21:54:44'),
(831, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-05 21:58:09', 0, 0, '2026-01-05 21:59:56', '2026-01-05 21:59:56'),
(832, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-05 23:24:34', 0, 1, '2026-01-05 23:25:04', '2026-01-05 23:25:04'),
(833, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'OUTGOING', '2026-01-05 23:35:38', 0, 0, '2026-01-06 08:04:45', '2026-01-06 08:04:45'),
(834, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'INCOMING', '2026-01-06 08:31:31', 0, 1, '2026-01-06 08:34:22', '2026-01-06 08:34:22'),
(835, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-06 08:37:15', 0, 0, '2026-01-06 08:37:52', '2026-01-06 08:37:52'),
(836, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-06 08:42:20', 0, 0, '2026-01-06 08:43:31', '2026-01-06 08:43:31'),
(837, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'MISSED', '2026-01-06 08:44:03', 0, 0, '2026-01-06 08:46:32', '2026-01-06 08:46:32'),
(838, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-06 08:47:11', 0, 1, '2026-01-06 08:47:54', '2026-01-06 08:47:54'),
(839, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-06 08:56:11', 0, 0, '2026-01-06 08:57:11', '2026-01-06 08:57:11'),
(840, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-06 08:57:11', 0, 0, '2026-01-06 09:01:15', '2026-01-06 09:01:15'),
(841, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249496816', 'INCOMING', '2026-01-06 09:05:30', 0, 1, '2026-01-06 09:09:29', '2026-01-06 09:09:29'),
(842, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'MISSED', '2026-01-06 09:23:56', 0, 0, '2026-01-06 09:24:34', '2026-01-06 09:24:34'),
(843, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'OUTGOING', '2026-01-06 09:26:35', 0, 0, '2026-01-06 09:27:40', '2026-01-06 09:27:40'),
(844, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919834202511', 'OUTGOING', '2026-01-06 09:31:50', 0, 0, '2026-01-06 09:32:15', '2026-01-06 09:32:15'),
(845, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-06 10:01:28', 0, 0, '2026-01-06 10:10:10', '2026-01-06 10:10:10'),
(846, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-06 10:12:35', 0, 0, '2026-01-06 10:13:13', '2026-01-06 10:13:13'),
(847, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919272811260', 'OUTGOING', '2026-01-06 10:33:01', 0, 1, '2026-01-06 10:34:16', '2026-01-06 10:34:16'),
(848, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919373101327', 'OUTGOING', '2026-01-06 10:34:21', 0, 1, '2026-01-06 10:36:02', '2026-01-06 10:36:02'),
(849, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-06 10:37:35', 0, 0, '2026-01-06 10:38:13', '2026-01-06 10:38:13'),
(850, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-06 10:39:56', 0, 1, '2026-01-06 10:40:27', '2026-01-06 10:40:27'),
(851, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-06 10:41:20', 0, 0, '2026-01-06 10:42:11', '2026-01-06 10:42:11'),
(852, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'MISSED', '2026-01-06 10:55:19', 0, 1, '2026-01-06 10:56:16', '2026-01-06 10:56:16'),
(853, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9922141080', 'OUTGOING', '2026-01-06 10:58:36', 0, 1, '2026-01-06 11:00:58', '2026-01-06 11:00:58'),
(854, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-06 11:01:22', 0, 1, '2026-01-06 11:01:35', '2026-01-06 11:01:35'),
(855, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-06 11:02:57', 0, 0, '2026-01-06 11:03:05', '2026-01-06 11:03:05'),
(856, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-06 11:03:05', 0, 0, '2026-01-06 11:04:05', '2026-01-06 11:04:05'),
(857, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-06 11:04:10', 0, 0, '2026-01-06 11:04:39', '2026-01-06 11:04:39'),
(858, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2026-01-06 11:04:49', 0, 0, '2026-01-06 11:08:04', '2026-01-06 11:08:04'),
(859, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'MISSED', '2026-01-06 11:09:43', 0, 1, '2026-01-06 11:10:35', '2026-01-06 11:10:35'),
(860, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-06 11:10:39', 0, 0, '2026-01-06 11:11:49', '2026-01-06 11:11:49'),
(861, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919970750510', 'OUTGOING', '2026-01-06 11:12:18', 0, 1, '2026-01-06 11:12:30', '2026-01-06 11:12:30'),
(862, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-06 11:14:01', 0, 0, '2026-01-06 11:14:39', '2026-01-06 11:14:39'),
(863, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'MISSED', '2026-01-06 11:15:03', 0, 0, '2026-01-06 11:15:32', '2026-01-06 11:15:32'),
(864, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-06 11:15:35', 0, 0, '2026-01-06 11:18:03', '2026-01-06 11:18:03'),
(865, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'INCOMING', '2026-01-06 11:21:11', 0, 0, '2026-01-06 11:22:13', '2026-01-06 11:22:13'),
(866, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356605762', 'OUTGOING', '2026-01-06 11:22:12', 0, 1, '2026-01-06 11:23:15', '2026-01-06 11:23:15'),
(867, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919970750510', 'OUTGOING', '2026-01-06 11:23:20', 0, 0, '2026-01-06 11:23:57', '2026-01-06 11:23:57'),
(868, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356605762', 'INCOMING', '2026-01-06 11:24:10', 0, 0, '2026-01-06 11:25:11', '2026-01-06 11:25:11'),
(869, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-06 11:27:29', 0, 0, '2026-01-06 11:28:09', '2026-01-06 11:28:09'),
(870, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-06 11:28:20', 0, 1, '2026-01-06 11:28:58', '2026-01-06 11:28:58'),
(871, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-06 11:29:04', 0, 0, '2026-01-06 11:30:19', '2026-01-06 11:30:19'),
(872, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919021718617', 'OUTGOING', '2026-01-06 11:31:59', 0, 1, '2026-01-06 11:40:59', '2026-01-06 11:40:59'),
(873, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208787433', 'INCOMING', '2026-01-06 11:41:10', 0, 1, '2026-01-06 11:42:32', '2026-01-06 11:42:32'),
(874, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'MISSED', '2026-01-06 11:45:58', 0, 0, '2026-01-06 11:46:40', '2026-01-06 11:46:40'),
(875, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888865180', 'OUTGOING', '2026-01-06 11:47:11', 0, 1, '2026-01-06 11:47:50', '2026-01-06 11:47:50'),
(876, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2026-01-06 11:59:12', 0, 0, '2026-01-06 12:00:29', '2026-01-06 12:00:29'),
(877, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-06 12:00:36', 0, 0, '2026-01-06 12:00:47', '2026-01-06 12:00:47'),
(878, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-06 12:01:08', 0, 0, '2026-01-06 12:01:18', '2026-01-06 12:01:18'),
(879, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2026-01-06 12:02:56', 0, 0, '2026-01-06 12:03:01', '2026-01-06 12:03:01'),
(880, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-06 12:03:06', 0, 0, '2026-01-06 12:03:21', '2026-01-06 12:03:21'),
(881, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-06 12:03:34', 0, 0, '2026-01-06 12:04:42', '2026-01-06 12:04:42'),
(882, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-06 12:04:59', 0, 0, '2026-01-06 12:05:53', '2026-01-06 12:05:53'),
(883, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921949091', 'INCOMING', '2026-01-06 12:14:52', 0, 1, '2026-01-06 12:16:15', '2026-01-06 12:16:15'),
(884, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921949091', 'INCOMING', '2026-01-06 12:22:03', 0, 0, '2026-01-06 12:22:59', '2026-01-06 12:22:59'),
(885, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'MISSED', '2026-01-06 12:34:55', 0, 0, '2026-01-06 12:36:37', '2026-01-06 12:36:37'),
(886, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-06 12:37:25', 0, 0, '2026-01-06 12:39:25', '2026-01-06 12:39:25'),
(887, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-06 12:39:15', 0, 0, '2026-01-06 12:39:25', '2026-01-06 12:39:25'),
(888, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-06 12:39:20', 0, 0, '2026-01-06 12:40:18', '2026-01-06 12:40:18'),
(889, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-06 12:43:29', 0, 0, '2026-01-06 12:44:38', '2026-01-06 12:44:38'),
(890, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208787433', 'OUTGOING', '2026-01-06 13:01:39', 0, 0, '2026-01-06 13:03:51', '2026-01-06 13:03:51'),
(891, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-06 13:04:24', 0, 0, '2026-01-06 13:05:47', '2026-01-06 13:05:47'),
(892, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-06 13:22:35', 0, 0, '2026-01-06 13:25:06', '2026-01-06 13:25:06'),
(893, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-06 13:27:33', 0, 0, '2026-01-06 13:28:19', '2026-01-06 13:28:19'),
(894, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-06 13:29:03', 0, 1, '2026-01-06 13:29:45', '2026-01-06 13:29:45'),
(895, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657556677', 'MISSED', '2026-01-06 13:42:50', 0, 1, '2026-01-06 13:46:56', '2026-01-06 13:46:56'),
(896, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919623456258', 'INCOMING', '2026-01-06 13:47:37', 0, 1, '2026-01-06 13:50:46', '2026-01-06 13:50:46'),
(897, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-06 13:56:16', 0, 0, '2026-01-06 13:56:28', '2026-01-06 13:56:28'),
(898, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9922141080', 'OUTGOING', '2026-01-06 13:57:13', 0, 0, '2026-01-06 13:57:44', '2026-01-06 13:57:44'),
(899, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919373101327', 'INCOMING', '2026-01-06 13:59:26', 0, 0, '2026-01-06 14:02:29', '2026-01-06 14:02:29'),
(900, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'MISSED', '2026-01-06 14:08:55', 0, 0, '2026-01-06 14:09:22', '2026-01-06 14:09:22'),
(901, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-06 14:09:26', 0, 0, '2026-01-06 14:10:58', '2026-01-06 14:10:58'),
(902, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-06 14:11:16', 0, 1, '2026-01-06 14:16:01', '2026-01-06 14:16:01'),
(903, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-06 14:16:52', 0, 0, '2026-01-06 14:17:37', '2026-01-06 14:17:37'),
(904, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923856087', 'INCOMING', '2026-01-06 14:34:30', 0, 1, '2026-01-06 14:42:46', '2026-01-06 14:42:46'),
(905, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917726854941', 'MISSED', '2026-01-06 14:49:48', 0, 1, '2026-01-06 14:50:26', '2026-01-06 14:50:26'),
(906, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917726854941', 'MISSED', '2026-01-06 14:53:27', 0, 0, '2026-01-06 14:53:33', '2026-01-06 14:53:33'),
(907, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-06 14:53:56', 0, 0, '2026-01-06 14:54:58', '2026-01-06 14:54:58'),
(908, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822038955', 'INCOMING', '2026-01-06 14:55:48', 0, 1, '2026-01-06 14:56:56', '2026-01-06 14:56:56'),
(909, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918035204552', 'MISSED', '2026-01-06 14:58:38', 0, 1, '2026-01-06 14:58:47', '2026-01-06 14:58:47'),
(910, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'MISSED', '2026-01-06 15:05:27', 0, 0, '2026-01-06 15:06:04', '2026-01-06 15:06:04'),
(911, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-06 15:07:53', 0, 0, '2026-01-06 15:09:03', '2026-01-06 15:09:03'),
(912, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-06 15:14:27', 0, 1, '2026-01-06 15:15:10', '2026-01-06 15:15:10'),
(913, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-06 15:18:41', 0, 0, '2026-01-06 15:19:14', '2026-01-06 15:19:14'),
(914, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-06 15:46:42', 0, 0, '2026-01-06 15:46:50', '2026-01-06 15:46:50'),
(915, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-06 15:49:40', 0, 0, '2026-01-06 15:50:25', '2026-01-06 15:50:25'),
(916, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-06 16:02:44', 0, 0, '2026-01-06 16:03:23', '2026-01-06 16:03:23'),
(917, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-06 16:26:56', 0, 0, '2026-01-06 16:27:32', '2026-01-06 16:27:32'),
(918, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-06 16:29:33', 0, 0, '2026-01-06 16:30:56', '2026-01-06 16:30:56'),
(919, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-06 16:34:42', 0, 0, '2026-01-06 16:40:02', '2026-01-06 16:40:02'),
(920, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'MISSED', '2026-01-06 17:28:36', 0, 0, '2026-01-06 17:29:14', '2026-01-06 17:29:14'),
(921, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-06 17:30:44', 0, 0, '2026-01-06 17:31:47', '2026-01-06 17:31:47'),
(922, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918390897299', 'OUTGOING', '2026-01-06 17:32:02', 0, 1, '2026-01-06 17:32:58', '2026-01-06 17:32:58'),
(923, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-06 17:34:19', 0, 0, '2026-01-06 17:35:09', '2026-01-06 17:35:09'),
(924, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'MISSED', '2026-01-06 17:52:12', 0, 0, '2026-01-06 17:52:50', '2026-01-06 17:52:50'),
(925, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'MISSED', '2026-01-06 17:52:54', 0, 0, '2026-01-06 17:53:19', '2026-01-06 17:53:19'),
(926, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2026-01-06 18:06:10', 0, 0, '2026-01-06 18:06:26', '2026-01-06 18:06:26'),
(927, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2026-01-06 18:06:26', 0, 0, '2026-01-06 18:06:43', '2026-01-06 18:06:43'),
(928, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'INCOMING', '2026-01-06 18:07:04', 0, 0, '2026-01-06 18:10:47', '2026-01-06 18:10:47'),
(929, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-06 18:16:29', 0, 1, '2026-01-06 18:28:22', '2026-01-06 18:28:22'),
(930, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919021718617', 'MISSED', '2026-01-06 18:36:19', 0, 0, '2026-01-06 18:36:45', '2026-01-06 18:36:45'),
(931, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-06 18:38:04', 0, 0, '2026-01-06 18:41:33', '2026-01-06 18:41:33'),
(932, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-06 18:41:40', 0, 0, '2026-01-06 18:56:05', '2026-01-06 18:56:05'),
(933, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208406714', 'OUTGOING', '2026-01-06 19:01:06', 0, 1, '2026-01-06 19:01:45', '2026-01-06 19:01:45'),
(934, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208406714', 'INCOMING', '2026-01-06 19:03:52', 0, 0, '2026-01-06 19:04:37', '2026-01-06 19:04:37'),
(935, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689745840', 'INCOMING', '2026-01-06 19:54:14', 0, 1, '2026-01-06 19:55:51', '2026-01-06 19:55:51'),
(936, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-06 19:57:21', 0, 1, '2026-01-06 19:57:32', '2026-01-06 19:57:32'),
(937, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919359460387', 'MISSED', '2026-01-06 20:09:07', 0, 1, '2026-01-06 20:11:39', '2026-01-06 20:11:39'),
(938, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919359460387', 'OUTGOING', '2026-01-06 20:11:40', 0, 0, '2026-01-06 20:14:56', '2026-01-06 20:14:56'),
(939, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-06 20:20:13', 0, 0, '2026-01-06 20:28:20', '2026-01-06 20:28:20'),
(940, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-06 20:20:13', 0, 0, '2026-01-06 20:28:20', '2026-01-06 20:28:20'),
(941, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-06 20:20:13', 0, 0, '2026-01-06 20:28:20', '2026-01-06 20:28:20'),
(942, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-06 20:21:44', 0, 0, '2026-01-06 20:28:20', '2026-01-06 20:28:20'),
(943, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-06 20:21:44', 0, 0, '2026-01-06 20:28:20', '2026-01-06 20:28:20'),
(944, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-06 20:21:44', 0, 0, '2026-01-06 20:28:20', '2026-01-06 20:28:20'),
(945, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-06 20:25:59', 0, 0, '2026-01-06 20:28:20', '2026-01-06 20:28:20'),
(946, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-06 20:25:59', 0, 0, '2026-01-06 20:28:20', '2026-01-06 20:28:20'),
(947, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-06 20:25:59', 0, 0, '2026-01-06 20:28:20', '2026-01-06 20:28:20'),
(948, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919359460387', 'OUTGOING', '2026-01-06 20:28:17', 0, 0, '2026-01-06 20:31:11', '2026-01-06 20:31:11'),
(949, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-06 20:32:05', 0, 0, '2026-01-06 20:35:24', '2026-01-06 20:35:24'),
(950, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-06 20:51:50', 0, 1, '2026-01-06 20:52:32', '2026-01-06 20:52:32'),
(951, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-06 21:05:25', 0, 0, '2026-01-06 21:08:07', '2026-01-06 21:08:07'),
(952, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2026-01-06 21:10:49', 0, 0, '2026-01-06 21:17:17', '2026-01-06 21:17:17'),
(953, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-06 22:04:14', 0, 1, '2026-01-06 22:04:46', '2026-01-06 22:04:46'),
(954, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2026-01-06 22:09:35', 0, 0, '2026-01-06 22:10:10', '2026-01-06 22:10:10');
INSERT INTO `call_logs` (`id`, `user_id`, `device_id`, `device_name`, `local_id`, `phone_number`, `call_type`, `call_time`, `call_duration`, `sms_sent`, `created_at`, `updated_at`) VALUES
(955, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2026-01-06 22:14:51', 0, 0, '2026-01-06 22:15:25', '2026-01-06 22:15:25'),
(956, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-06 22:21:44', 0, 0, '2026-01-06 22:27:32', '2026-01-06 22:27:32'),
(957, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'MISSED', '2026-01-06 22:33:54', 0, 0, '2026-01-06 22:34:10', '2026-01-06 22:34:10'),
(958, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'MISSED', '2026-01-06 22:39:09', 0, 0, '2026-01-06 22:40:44', '2026-01-06 22:40:44'),
(959, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-06 22:40:45', 0, 0, '2026-01-06 22:45:44', '2026-01-06 22:45:44'),
(960, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-07 08:53:49', 0, 1, '2026-01-07 08:53:54', '2026-01-07 08:53:54'),
(961, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-07 09:42:01', 0, 0, '2026-01-07 09:43:13', '2026-01-07 09:43:13'),
(962, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-07 09:45:11', 0, 1, '2026-01-07 09:45:32', '2026-01-07 09:45:32'),
(963, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-07 09:45:37', 0, 0, '2026-01-07 09:47:13', '2026-01-07 09:47:13'),
(964, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-07 10:04:31', 0, 0, '2026-01-07 10:04:55', '2026-01-07 10:04:55'),
(965, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-07 10:05:21', 0, 0, '2026-01-07 10:05:52', '2026-01-07 10:05:52'),
(966, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-07 10:05:53', 0, 0, '2026-01-07 10:06:44', '2026-01-07 10:06:44'),
(967, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-07 10:10:26', 0, 0, '2026-01-07 10:12:48', '2026-01-07 10:12:48'),
(968, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-07 10:13:17', 0, 0, '2026-01-07 10:13:52', '2026-01-07 10:13:52'),
(969, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918390897299', 'OUTGOING', '2026-01-07 10:28:17', 0, 0, '2026-01-07 10:29:04', '2026-01-07 10:29:04'),
(970, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-07 10:35:38', 0, 0, '2026-01-07 10:36:49', '2026-01-07 10:36:49'),
(971, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-07 10:37:10', 0, 1, '2026-01-07 10:38:23', '2026-01-07 10:38:23'),
(972, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-07 10:40:46', 0, 0, '2026-01-07 10:41:25', '2026-01-07 10:41:25'),
(973, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-07 10:42:01', 0, 0, '2026-01-07 10:42:24', '2026-01-07 10:42:24'),
(974, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-07 10:48:06', 0, 0, '2026-01-07 10:48:41', '2026-01-07 10:48:41'),
(975, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-07 10:59:55', 0, 0, '2026-01-07 11:00:08', '2026-01-07 11:00:08'),
(976, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689745840', 'MISSED', '2026-01-07 11:07:32', 0, 0, '2026-01-07 11:07:59', '2026-01-07 11:07:59'),
(977, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919834368869', 'MISSED', '2026-01-07 11:11:39', 0, 1, '2026-01-07 11:12:10', '2026-01-07 11:12:10'),
(978, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657556677', 'INCOMING', '2026-01-07 11:24:50', 0, 0, '2026-01-07 11:25:19', '2026-01-07 11:25:19'),
(979, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-07 11:29:15', 0, 0, '2026-01-07 11:29:46', '2026-01-07 11:29:46'),
(980, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-07 11:29:52', 0, 0, '2026-01-07 11:31:42', '2026-01-07 11:31:42'),
(981, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919979897892', 'INCOMING', '2026-01-07 11:33:55', 0, 1, '2026-01-07 11:34:49', '2026-01-07 11:34:49'),
(982, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917971520296', 'INCOMING', '2026-01-07 11:35:45', 0, 1, '2026-01-07 11:35:55', '2026-01-07 11:35:55'),
(983, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-07 11:39:01', 0, 0, '2026-01-07 11:40:30', '2026-01-07 11:40:30'),
(984, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'MISSED', '2026-01-07 11:51:50', 0, 1, '2026-01-07 11:52:23', '2026-01-07 11:52:23'),
(985, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-07 11:52:30', 0, 0, '2026-01-07 11:53:37', '2026-01-07 11:53:37'),
(986, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-07 12:07:26', 0, 0, '2026-01-07 12:07:57', '2026-01-07 12:07:57'),
(987, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919970750510', 'INCOMING', '2026-01-07 12:11:40', 0, 1, '2026-01-07 12:13:00', '2026-01-07 12:13:00'),
(988, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527284848', 'INCOMING', '2026-01-07 12:26:46', 0, 1, '2026-01-07 12:27:44', '2026-01-07 12:27:44'),
(989, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2026-01-07 12:41:01', 0, 1, '2026-01-07 12:42:12', '2026-01-07 12:42:12'),
(990, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2026-01-07 12:49:56', 0, 0, '2026-01-07 12:50:37', '2026-01-07 12:50:37'),
(991, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'INCOMING', '2026-01-07 12:50:57', 0, 1, '2026-01-07 12:53:39', '2026-01-07 12:53:39'),
(992, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-07 13:00:35', 0, 0, '2026-01-07 13:01:19', '2026-01-07 13:01:19'),
(993, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-07 13:01:21', 0, 0, '2026-01-07 13:01:58', '2026-01-07 13:01:58'),
(994, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-07 13:02:03', 0, 0, '2026-01-07 13:02:59', '2026-01-07 13:02:59'),
(995, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409336677', 'INCOMING', '2026-01-07 13:03:08', 0, 1, '2026-01-07 13:04:29', '2026-01-07 13:04:29'),
(996, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-07 13:26:28', 0, 0, '2026-01-07 13:28:16', '2026-01-07 13:28:16'),
(997, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-07 13:32:44', 0, 0, '2026-01-07 13:32:58', '2026-01-07 13:32:58'),
(998, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-07 13:38:34', 0, 0, '2026-01-07 13:38:43', '2026-01-07 13:38:43'),
(999, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-07 13:38:52', 0, 0, '2026-01-07 13:39:18', '2026-01-07 13:39:18'),
(1000, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-07 13:40:00', 0, 0, '2026-01-07 13:40:39', '2026-01-07 13:40:39'),
(1001, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-07 13:41:44', 0, 0, '2026-01-07 13:43:01', '2026-01-07 13:43:01'),
(1002, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919970750510', 'OUTGOING', '2026-01-07 13:43:09', 0, 0, '2026-01-07 13:43:49', '2026-01-07 13:43:49'),
(1003, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919970750510', 'OUTGOING', '2026-01-07 13:43:51', 0, 0, '2026-01-07 13:44:56', '2026-01-07 13:44:56'),
(1004, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-07 14:03:12', 0, 1, '2026-01-07 14:05:46', '2026-01-07 14:05:46'),
(1005, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-07 14:05:53', 0, 1, '2026-01-07 14:06:22', '2026-01-07 14:06:22'),
(1006, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-07 14:06:26', 0, 0, '2026-01-07 14:07:13', '2026-01-07 14:07:13'),
(1007, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-07 14:07:18', 0, 0, '2026-01-07 14:07:28', '2026-01-07 14:07:28'),
(1008, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-07 14:07:30', 0, 0, '2026-01-07 14:07:40', '2026-01-07 14:07:40'),
(1009, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-07 14:07:46', 0, 0, '2026-01-07 14:09:51', '2026-01-07 14:09:51'),
(1010, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-07 14:10:48', 0, 0, '2026-01-07 14:12:14', '2026-01-07 14:12:14'),
(1011, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'OUTGOING', '2026-01-07 14:22:44', 0, 1, '2026-01-07 14:23:24', '2026-01-07 14:23:24'),
(1012, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919834368869', 'INCOMING', '2026-01-07 14:26:28', 0, 0, '2026-01-07 14:27:04', '2026-01-07 14:27:04'),
(1013, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-07 14:28:55', 0, 1, '2026-01-07 14:30:06', '2026-01-07 14:30:06'),
(1014, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-07 14:33:38', 0, 0, '2026-01-07 14:33:53', '2026-01-07 14:33:53'),
(1015, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'OUTGOING', '2026-01-07 14:47:18', 0, 1, '2026-01-07 14:48:52', '2026-01-07 14:48:52'),
(1016, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'MISSED', '2026-01-07 14:50:28', 0, 1, '2026-01-07 14:51:06', '2026-01-07 14:51:06'),
(1017, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'OUTGOING', '2026-01-07 14:53:27', 0, 0, '2026-01-07 14:54:08', '2026-01-07 14:54:08'),
(1018, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'INCOMING', '2026-01-07 14:55:25', 0, 0, '2026-01-07 15:00:03', '2026-01-07 15:00:03'),
(1019, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9921927285', 'OUTGOING', '2026-01-07 15:03:14', 0, 1, '2026-01-07 15:03:38', '2026-01-07 15:03:38'),
(1020, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917276402558', 'MISSED', '2026-01-07 15:13:57', 0, 1, '2026-01-07 15:14:34', '2026-01-07 15:14:34'),
(1021, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917276402558', 'OUTGOING', '2026-01-07 15:15:15', 0, 0, '2026-01-07 15:17:00', '2026-01-07 15:17:00'),
(1022, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208406714', 'OUTGOING', '2026-01-07 15:20:21', 0, 0, '2026-01-07 15:23:20', '2026-01-07 15:23:20'),
(1023, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9370903131', 'OUTGOING', '2026-01-07 15:30:24', 0, 1, '2026-01-07 15:31:02', '2026-01-07 15:31:02'),
(1024, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9370903131', 'OUTGOING', '2026-01-07 15:33:45', 0, 0, '2026-01-07 15:34:22', '2026-01-07 15:34:22'),
(1025, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'OUTGOING', '2026-01-07 15:37:23', 0, 0, '2026-01-07 15:38:12', '2026-01-07 15:38:12'),
(1026, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'OUTGOING', '2026-01-07 15:39:35', 0, 0, '2026-01-07 15:39:58', '2026-01-07 15:39:58'),
(1027, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'MISSED', '2026-01-07 16:02:47', 0, 0, '2026-01-07 16:03:36', '2026-01-07 16:03:36'),
(1028, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917276402558', 'INCOMING', '2026-01-07 16:12:49', 0, 0, '2026-01-07 16:13:51', '2026-01-07 16:13:51'),
(1029, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9370903131', 'OUTGOING', '2026-01-07 17:15:51', 0, 0, '2026-01-07 17:16:57', '2026-01-07 17:16:57'),
(1030, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+916357289782', 'MISSED', '2026-01-07 17:53:37', 0, 1, '2026-01-07 17:54:15', '2026-01-07 17:54:15'),
(1031, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-07 17:59:24', 0, 1, '2026-01-07 18:00:03', '2026-01-07 18:00:03'),
(1032, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-07 18:10:40', 0, 0, '2026-01-07 18:11:34', '2026-01-07 18:11:34'),
(1033, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-07 18:11:43', 0, 0, '2026-01-07 18:12:27', '2026-01-07 18:12:27'),
(1034, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-07 18:13:41', 0, 1, '2026-01-07 18:14:21', '2026-01-07 18:14:21'),
(1035, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+916357289782', 'MISSED', '2026-01-07 18:15:36', 0, 0, '2026-01-07 18:15:44', '2026-01-07 18:15:44'),
(1036, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-07 18:15:48', 0, 0, '2026-01-07 18:19:00', '2026-01-07 18:19:00'),
(1037, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918600440328', 'INCOMING', '2026-01-07 18:36:41', 0, 1, '2026-01-07 18:37:51', '2026-01-07 18:37:51'),
(1038, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-07 18:38:27', 0, 1, '2026-01-07 18:39:01', '2026-01-07 18:39:01'),
(1039, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-07 18:46:12', 0, 0, '2026-01-07 18:46:56', '2026-01-07 18:46:56'),
(1040, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'MISSED', '2026-01-07 18:52:48', 0, 1, '2026-01-07 18:54:28', '2026-01-07 18:54:28'),
(1041, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-07 18:55:08', 0, 0, '2026-01-07 18:55:15', '2026-01-07 18:55:15'),
(1042, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-07 18:56:29', 0, 0, '2026-01-07 18:58:25', '2026-01-07 18:58:25'),
(1043, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'INCOMING', '2026-01-07 19:17:03', 0, 0, '2026-01-07 19:21:36', '2026-01-07 19:21:36'),
(1044, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-07 19:22:06', 0, 0, '2026-01-07 19:22:13', '2026-01-07 19:22:13'),
(1045, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918625870033', 'OUTGOING', '2026-01-07 19:30:21', 0, 0, '2026-01-07 19:30:58', '2026-01-07 19:30:58'),
(1046, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917291908949', 'MISSED', '2026-01-07 19:34:42', 0, 1, '2026-01-07 19:35:46', '2026-01-07 19:35:46'),
(1047, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'MISSED', '2026-01-07 19:38:38', 0, 0, '2026-01-07 19:40:52', '2026-01-07 19:40:52'),
(1048, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-07 19:40:56', 0, 0, '2026-01-07 19:43:40', '2026-01-07 19:43:40'),
(1049, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-07 19:43:44', 0, 0, '2026-01-07 19:44:55', '2026-01-07 19:44:55'),
(1050, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-07 19:54:11', 0, 0, '2026-01-07 19:54:47', '2026-01-07 19:54:47'),
(1051, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-07 20:05:47', 0, 1, '2026-01-07 20:05:57', '2026-01-07 20:05:57'),
(1052, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-07 20:08:37', 0, 0, '2026-01-07 20:14:29', '2026-01-07 20:14:29'),
(1053, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-07 20:16:47', 0, 0, '2026-01-07 20:17:56', '2026-01-07 20:17:56'),
(1054, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'MISSED', '2026-01-07 20:18:36', 0, 0, '2026-01-07 20:19:34', '2026-01-07 20:19:34'),
(1055, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-07 20:21:17', 0, 0, '2026-01-07 20:24:29', '2026-01-07 20:24:29'),
(1056, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'INCOMING', '2026-01-07 20:24:25', 0, 0, '2026-01-07 20:27:30', '2026-01-07 20:27:30'),
(1057, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-07 20:28:12', 0, 0, '2026-01-07 20:37:49', '2026-01-07 20:37:49'),
(1058, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-07 20:59:19', 0, 0, '2026-01-07 21:00:39', '2026-01-07 21:00:39'),
(1059, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-07 21:00:41', 0, 0, '2026-01-07 21:01:39', '2026-01-07 21:01:39'),
(1060, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208787433', 'INCOMING', '2026-01-07 21:19:04', 0, 1, '2026-01-07 21:19:30', '2026-01-07 21:19:30'),
(1061, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-07 21:19:32', 0, 0, '2026-01-07 21:20:12', '2026-01-07 21:20:12'),
(1062, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208787433', 'OUTGOING', '2026-01-07 21:20:13', 0, 0, '2026-01-07 21:20:43', '2026-01-07 21:20:43'),
(1063, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-07 21:20:53', 0, 1, '2026-01-07 21:21:28', '2026-01-07 21:21:28'),
(1064, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'INCOMING', '2026-01-07 21:22:32', 0, 0, '2026-01-07 21:23:21', '2026-01-07 21:23:21'),
(1065, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208787433', 'MISSED', '2026-01-07 21:24:39', 0, 0, '2026-01-07 21:26:07', '2026-01-07 21:26:07'),
(1066, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-07 21:31:27', 0, 0, '2026-01-07 21:32:22', '2026-01-07 21:32:22'),
(1067, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'INCOMING', '2026-01-07 21:32:22', 0, 0, '2026-01-07 21:32:45', '2026-01-07 21:32:45'),
(1068, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-08 09:28:10', 0, 1, '2026-01-08 09:30:00', '2026-01-08 09:30:00'),
(1069, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-08 09:30:05', 0, 0, '2026-01-08 09:34:03', '2026-01-08 09:34:03'),
(1070, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-08 09:38:40', 0, 0, '2026-01-08 09:38:51', '2026-01-08 09:38:51'),
(1071, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-08 09:38:56', 0, 0, '2026-01-08 09:39:31', '2026-01-08 09:39:31'),
(1072, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-08 09:45:42', 0, 0, '2026-01-08 09:46:29', '2026-01-08 09:46:29'),
(1073, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822331607', 'INCOMING', '2026-01-08 10:09:04', 0, 1, '2026-01-08 10:11:33', '2026-01-08 10:11:33'),
(1074, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579988914', 'INCOMING', '2026-01-08 10:20:30', 0, 1, '2026-01-08 10:21:03', '2026-01-08 10:21:03'),
(1075, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-08 10:25:22', 0, 0, '2026-01-08 10:30:59', '2026-01-08 10:30:59'),
(1076, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-08 10:50:18', 0, 0, '2026-01-08 10:54:07', '2026-01-08 10:54:07'),
(1077, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-08 10:54:08', 0, 0, '2026-01-08 10:58:52', '2026-01-08 10:58:52'),
(1078, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-08 11:07:05', 0, 0, '2026-01-08 11:07:15', '2026-01-08 11:07:15'),
(1079, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-08 11:08:22', 0, 0, '2026-01-08 11:10:49', '2026-01-08 11:10:49'),
(1080, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2026-01-08 11:12:25', 0, 1, '2026-01-08 11:13:04', '2026-01-08 11:13:04'),
(1081, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-08 11:13:45', 0, 0, '2026-01-08 11:14:49', '2026-01-08 11:14:49'),
(1082, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'MISSED', '2026-01-08 11:16:56', 0, 0, '2026-01-08 11:17:10', '2026-01-08 11:17:10'),
(1083, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350511850', 'INCOMING', '2026-01-08 11:18:15', 0, 1, '2026-01-08 11:18:59', '2026-01-08 11:18:59'),
(1084, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919049585917', 'OUTGOING', '2026-01-08 11:19:01', 0, 1, '2026-01-08 11:19:58', '2026-01-08 11:19:58'),
(1085, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-08 11:20:17', 0, 0, '2026-01-08 11:21:18', '2026-01-08 11:21:18'),
(1086, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-08 11:25:43', 0, 1, '2026-01-08 11:28:50', '2026-01-08 11:28:50'),
(1087, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-08 11:34:47', 0, 0, '2026-01-08 11:35:11', '2026-01-08 11:35:11'),
(1088, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-08 11:35:30', 0, 0, '2026-01-08 11:38:07', '2026-01-08 11:38:07'),
(1089, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'MISSED', '2026-01-08 11:42:32', 0, 0, '2026-01-08 11:42:48', '2026-01-08 11:42:48'),
(1090, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9823284899', 'OUTGOING', '2026-01-08 11:42:42', 0, 1, '2026-01-08 11:42:48', '2026-01-08 11:42:48'),
(1091, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-08 11:47:12', 0, 0, '2026-01-08 11:49:26', '2026-01-08 11:49:26'),
(1092, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2026-01-08 11:49:32', 0, 0, '2026-01-08 11:50:40', '2026-01-08 11:50:40'),
(1093, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-08 11:51:32', 0, 1, '2026-01-08 11:58:45', '2026-01-08 11:58:45'),
(1094, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-08 12:09:17', 0, 0, '2026-01-08 12:10:00', '2026-01-08 12:10:00'),
(1095, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9823284899', 'OUTGOING', '2026-01-08 12:11:20', 0, 0, '2026-01-08 12:12:36', '2026-01-08 12:12:36'),
(1096, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709000141', 'OUTGOING', '2026-01-08 12:19:08', 0, 1, '2026-01-08 12:19:25', '2026-01-08 12:19:25'),
(1097, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919588652870', 'OUTGOING', '2026-01-08 12:22:35', 0, 1, '2026-01-08 12:23:15', '2026-01-08 12:23:15'),
(1098, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917066432754', 'INCOMING', '2026-01-08 12:27:08', 0, 1, '2026-01-08 12:31:17', '2026-01-08 12:31:17'),
(1099, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+912048574529', 'INCOMING', '2026-01-08 12:32:31', 0, 1, '2026-01-08 12:33:06', '2026-01-08 12:33:06'),
(1100, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-08 12:54:22', 0, 0, '2026-01-08 12:54:33', '2026-01-08 12:54:33'),
(1101, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2026-01-08 12:56:58', 0, 0, '2026-01-08 12:57:24', '2026-01-08 12:57:24'),
(1102, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919049585917', 'MISSED', '2026-01-08 12:58:26', 0, 0, '2026-01-08 12:59:37', '2026-01-08 12:59:37'),
(1103, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919049585917', 'OUTGOING', '2026-01-08 12:59:52', 0, 0, '2026-01-08 13:01:28', '2026-01-08 13:01:28'),
(1104, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'MISSED', '2026-01-08 13:02:55', 0, 1, '2026-01-08 13:03:11', '2026-01-08 13:03:11'),
(1105, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'OUTGOING', '2026-01-08 13:03:35', 0, 0, '2026-01-08 13:04:06', '2026-01-08 13:04:06'),
(1106, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'OUTGOING', '2026-01-08 13:04:55', 0, 0, '2026-01-08 13:06:18', '2026-01-08 13:06:18'),
(1107, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'MISSED', '2026-01-08 13:15:53', 0, 0, '2026-01-08 13:16:08', '2026-01-08 13:16:08'),
(1108, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-08 13:16:17', 0, 0, '2026-01-08 13:16:44', '2026-01-08 13:16:44'),
(1109, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-08 13:19:48', 0, 0, '2026-01-08 13:20:15', '2026-01-08 13:20:15'),
(1110, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'INCOMING', '2026-01-08 13:40:41', 0, 0, '2026-01-08 13:41:23', '2026-01-08 13:41:23'),
(1111, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'INCOMING', '2026-01-08 13:40:41', 0, 0, '2026-01-08 13:41:23', '2026-01-08 13:41:23'),
(1112, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'OUTGOING', '2026-01-08 13:43:40', 0, 0, '2026-01-08 13:44:51', '2026-01-08 13:44:51'),
(1113, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-08 13:58:16', 0, 0, '2026-01-08 13:59:51', '2026-01-08 13:59:51'),
(1114, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-08 14:00:03', 0, 0, '2026-01-08 14:00:48', '2026-01-08 14:00:48'),
(1115, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-08 14:18:34', 0, 0, '2026-01-08 14:18:58', '2026-01-08 14:18:58'),
(1116, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709000141', 'OUTGOING', '2026-01-08 14:22:11', 0, 0, '2026-01-08 14:22:57', '2026-01-08 14:22:57'),
(1117, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-08 14:24:54', 0, 0, '2026-01-08 14:25:45', '2026-01-08 14:25:45'),
(1118, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-08 14:27:32', 0, 0, '2026-01-08 14:28:03', '2026-01-08 14:28:03'),
(1119, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-08 14:29:02', 0, 1, '2026-01-08 14:29:41', '2026-01-08 14:29:41'),
(1120, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+912048554186', 'MISSED', '2026-01-08 14:32:12', 0, 1, '2026-01-08 14:36:13', '2026-01-08 14:36:13'),
(1121, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-08 14:53:58', 0, 0, '2026-01-08 14:54:40', '2026-01-08 14:54:40'),
(1122, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-08 14:58:06', 0, 1, '2026-01-08 15:00:05', '2026-01-08 15:00:05'),
(1123, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-08 15:02:10', 0, 0, '2026-01-08 15:03:29', '2026-01-08 15:03:29'),
(1124, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-08 15:02:24', 0, 0, '2026-01-08 15:03:31', '2026-01-08 15:03:31'),
(1125, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890717263', 'OUTGOING', '2026-01-08 15:04:55', 0, 1, '2026-01-08 15:05:27', '2026-01-08 15:05:27'),
(1126, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-08 15:05:42', 0, 0, '2026-01-08 15:06:12', '2026-01-08 15:06:12'),
(1127, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-08 15:13:16', 0, 0, '2026-01-08 15:14:28', '2026-01-08 15:14:28'),
(1128, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'INCOMING', '2026-01-08 15:19:00', 0, 1, '2026-01-08 15:19:25', '2026-01-08 15:19:25'),
(1129, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-08 15:19:25', 0, 0, '2026-01-08 15:20:18', '2026-01-08 15:20:18'),
(1130, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-08 15:20:16', 0, 1, '2026-01-08 15:25:33', '2026-01-08 15:25:33'),
(1131, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-08 15:33:45', 0, 0, '2026-01-08 15:36:32', '2026-01-08 15:36:32'),
(1132, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919765614163', 'OUTGOING', '2026-01-08 15:40:30', 0, 1, '2026-01-08 15:52:49', '2026-01-08 15:52:49'),
(1133, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2026-01-08 16:09:18', 0, 1, '2026-01-08 16:10:15', '2026-01-08 16:10:15'),
(1134, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9049995596', 'OUTGOING', '2026-01-08 16:11:25', 0, 1, '2026-01-08 16:12:07', '2026-01-08 16:12:07'),
(1135, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'OUTGOING', '2026-01-08 16:16:40', 0, 0, '2026-01-08 16:17:11', '2026-01-08 16:17:11'),
(1136, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-08 16:25:01', 0, 0, '2026-01-08 16:25:13', '2026-01-08 16:25:13'),
(1137, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-08 16:48:06', 0, 0, '2026-01-08 16:48:33', '2026-01-08 16:48:33'),
(1138, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-08 17:03:32', 0, 0, '2026-01-08 17:05:13', '2026-01-08 17:05:13'),
(1139, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-08 17:06:22', 0, 0, '2026-01-08 17:07:03', '2026-01-08 17:07:03'),
(1140, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-08 17:07:38', 0, 0, '2026-01-08 17:09:14', '2026-01-08 17:09:14'),
(1141, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-08 17:10:32', 0, 0, '2026-01-08 17:11:35', '2026-01-08 17:11:35'),
(1142, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917776901254', 'OUTGOING', '2026-01-08 17:12:17', 0, 1, '2026-01-08 17:14:11', '2026-01-08 17:14:11'),
(1143, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7709484444', 'OUTGOING', '2026-01-08 17:17:21', 0, 1, '2026-01-08 17:19:18', '2026-01-08 17:19:18'),
(1144, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'OUTGOING', '2026-01-08 17:19:31', 0, 1, '2026-01-08 17:21:58', '2026-01-08 17:21:58'),
(1145, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'OUTGOING', '2026-01-08 17:25:20', 0, 0, '2026-01-08 17:25:29', '2026-01-08 17:25:29'),
(1146, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'OUTGOING', '2026-01-08 17:26:48', 0, 0, '2026-01-08 17:27:16', '2026-01-08 17:27:16'),
(1147, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'INCOMING', '2026-01-08 17:27:42', 0, 0, '2026-01-08 17:29:38', '2026-01-08 17:29:38'),
(1148, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657556677', 'INCOMING', '2026-01-08 17:32:14', 0, 1, '2026-01-08 17:32:45', '2026-01-08 17:32:45'),
(1149, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9922141597', 'OUTGOING', '2026-01-08 17:35:15', 0, 1, '2026-01-08 17:35:21', '2026-01-08 17:35:21'),
(1150, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-08 17:35:46', 0, 0, '2026-01-08 17:37:50', '2026-01-08 17:37:50'),
(1151, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-08 17:46:18', 0, 1, '2026-01-08 17:46:35', '2026-01-08 17:46:35'),
(1152, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-08 17:50:51', 0, 0, '2026-01-08 17:51:34', '2026-01-08 17:51:34'),
(1153, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2026-01-08 18:00:06', 0, 0, '2026-01-08 18:00:33', '2026-01-08 18:00:33'),
(1154, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'MISSED', '2026-01-08 18:04:40', 0, 0, '2026-01-08 18:08:04', '2026-01-08 18:08:04'),
(1155, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'INCOMING', '2026-01-08 18:08:37', 0, 0, '2026-01-08 18:14:22', '2026-01-08 18:14:22'),
(1156, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-08 18:14:22', 0, 1, '2026-01-08 18:14:45', '2026-01-08 18:14:45'),
(1157, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'OUTGOING', '2026-01-08 18:28:42', 0, 1, '2026-01-08 18:29:08', '2026-01-08 18:29:08'),
(1158, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'INCOMING', '2026-01-08 18:32:09', 0, 0, '2026-01-08 18:34:20', '2026-01-08 18:34:20'),
(1159, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'INCOMING', '2026-01-08 18:35:08', 0, 0, '2026-01-08 18:35:51', '2026-01-08 18:35:51'),
(1160, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-08 18:45:37', 0, 0, '2026-01-08 18:47:33', '2026-01-08 18:47:33'),
(1161, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'INCOMING', '2026-01-08 18:53:58', 0, 1, '2026-01-08 18:54:29', '2026-01-08 18:54:29'),
(1162, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7971830664', 'OUTGOING', '2026-01-08 19:13:15', 0, 1, '2026-01-08 19:13:22', '2026-01-08 19:13:22'),
(1163, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7971953323', 'OUTGOING', '2026-01-08 19:13:43', 0, 1, '2026-01-08 19:13:48', '2026-01-08 19:13:48'),
(1164, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-08 19:13:49', 0, 1, '2026-01-08 19:17:56', '2026-01-08 19:17:56'),
(1165, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'MISSED', '2026-01-08 19:28:16', 0, 0, '2026-01-08 19:28:41', '2026-01-08 19:28:41'),
(1166, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-08 19:44:08', 0, 1, '2026-01-08 19:47:28', '2026-01-08 19:47:28'),
(1167, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9689918978', 'OUTGOING', '2026-01-08 19:47:41', 0, 1, '2026-01-08 19:48:43', '2026-01-08 19:48:43'),
(1168, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9689918978', 'OUTGOING', '2026-01-08 19:52:19', 0, 0, '2026-01-08 19:52:40', '2026-01-08 19:52:40'),
(1169, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881397979', 'OUTGOING', '2026-01-08 20:15:36', 0, 1, '2026-01-08 20:16:05', '2026-01-08 20:16:05'),
(1170, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881397979', 'OUTGOING', '2026-01-08 20:16:05', 0, 0, '2026-01-08 20:17:36', '2026-01-08 20:17:36'),
(1171, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918999404520', 'INCOMING', '2026-01-08 20:21:11', 0, 1, '2026-01-08 20:21:45', '2026-01-08 20:21:45'),
(1172, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918999404520', 'INCOMING', '2026-01-08 20:29:18', 0, 0, '2026-01-08 20:30:07', '2026-01-08 20:30:07'),
(1173, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-08 20:31:18', 0, 1, '2026-01-08 20:32:52', '2026-01-08 20:32:52'),
(1174, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-08 20:33:56', 0, 0, '2026-01-08 20:34:45', '2026-01-08 20:34:45'),
(1175, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'INCOMING', '2026-01-08 20:36:56', 0, 1, '2026-01-08 20:37:59', '2026-01-08 20:37:59'),
(1176, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917971953323', 'OUTGOING', '2026-01-08 20:39:25', 0, 1, '2026-01-08 20:39:34', '2026-01-08 20:39:34'),
(1177, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881397979', 'OUTGOING', '2026-01-08 20:41:23', 0, 0, '2026-01-08 20:42:03', '2026-01-08 20:42:03'),
(1178, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881397979', 'INCOMING', '2026-01-08 20:42:28', 0, 0, '2026-01-08 20:43:16', '2026-01-08 20:43:16'),
(1179, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-08 20:43:25', 0, 0, '2026-01-08 20:44:21', '2026-01-08 20:44:21'),
(1180, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-08 20:45:59', 0, 0, '2026-01-08 20:47:53', '2026-01-08 20:47:53'),
(1181, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'MISSED', '2026-01-08 20:50:05', 0, 1, '2026-01-08 20:51:52', '2026-01-08 20:51:52'),
(1182, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881397979', 'OUTGOING', '2026-01-08 20:52:35', 0, 0, '2026-01-08 20:53:32', '2026-01-08 20:53:32'),
(1183, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881397979', 'OUTGOING', '2026-01-08 20:53:33', 0, 0, '2026-01-08 20:54:41', '2026-01-08 20:54:41'),
(1184, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918999404520', 'OUTGOING', '2026-01-08 20:57:54', 0, 0, '2026-01-08 20:59:17', '2026-01-08 20:59:17'),
(1185, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'INCOMING', '2026-01-08 21:07:30', 0, 0, '2026-01-08 21:08:40', '2026-01-08 21:08:40'),
(1186, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881397979', 'OUTGOING', '2026-01-08 21:11:12', 0, 0, '2026-01-08 21:11:40', '2026-01-08 21:11:40'),
(1187, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-08 21:34:39', 0, 0, '2026-01-08 21:35:29', '2026-01-08 21:35:29'),
(1188, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208763459', 'OUTGOING', '2026-01-08 21:42:27', 0, 1, '2026-01-08 21:42:52', '2026-01-08 21:42:52'),
(1189, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919764167077', 'INCOMING', '2026-01-08 21:44:16', 0, 1, '2026-01-08 21:47:52', '2026-01-08 21:47:52'),
(1190, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'INCOMING', '2026-01-08 21:51:12', 0, 0, '2026-01-08 21:53:22', '2026-01-08 21:53:22'),
(1191, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'OUTGOING', '2026-01-08 21:54:14', 0, 0, '2026-01-08 21:54:55', '2026-01-08 21:54:55'),
(1192, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9922141080', 'OUTGOING', '2026-01-08 21:56:20', 0, 1, '2026-01-08 21:57:04', '2026-01-08 21:57:04'),
(1193, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922141080', 'INCOMING', '2026-01-08 21:57:16', 0, 1, '2026-01-08 21:58:01', '2026-01-08 21:58:01'),
(1194, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'OUTGOING', '2026-01-08 22:02:52', 0, 0, '2026-01-08 22:04:10', '2026-01-08 22:04:10'),
(1195, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507554057', 'OUTGOING', '2026-01-08 22:04:41', 0, 1, '2026-01-08 22:05:07', '2026-01-08 22:05:07'),
(1196, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507554057', 'OUTGOING', '2026-01-08 22:05:39', 0, 0, '2026-01-08 22:05:49', '2026-01-08 22:05:49'),
(1197, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-08 22:09:17', 0, 0, '2026-01-08 22:15:17', '2026-01-08 22:15:17'),
(1198, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'INCOMING', '2026-01-08 22:20:26', 0, 0, '2026-01-08 22:21:47', '2026-01-08 22:21:47'),
(1199, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'INCOMING', '2026-01-08 22:20:26', 0, 0, '2026-01-08 22:21:47', '2026-01-08 22:21:47'),
(1200, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'OUTGOING', '2026-01-08 22:22:08', 0, 0, '2026-01-08 22:23:52', '2026-01-08 22:23:52'),
(1201, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-08 22:25:32', 0, 0, '2026-01-08 22:27:55', '2026-01-08 22:27:55'),
(1202, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8975559269', 'OUTGOING', '2026-01-09 08:12:36', 0, 1, '2026-01-09 08:13:24', '2026-01-09 08:13:24'),
(1203, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-09 09:04:12', 0, 0, '2026-01-09 09:09:20', '2026-01-09 09:09:20'),
(1204, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-09 09:55:10', 0, 0, '2026-01-09 09:59:43', '2026-01-09 09:59:43'),
(1205, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-09 10:00:26', 0, 0, '2026-01-09 10:00:42', '2026-01-09 10:00:42'),
(1206, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-09 10:00:45', 0, 0, '2026-01-09 10:01:53', '2026-01-09 10:01:53'),
(1207, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'INCOMING', '2026-01-09 10:02:55', 0, 0, '2026-01-09 10:06:38', '2026-01-09 10:06:38'),
(1208, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'OUTGOING', '2026-01-09 10:09:00', 0, 0, '2026-01-09 10:11:13', '2026-01-09 10:11:13'),
(1209, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'OUTGOING', '2026-01-09 10:11:14', 0, 0, '2026-01-09 10:11:20', '2026-01-09 10:11:20'),
(1210, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-09 10:11:21', 0, 0, '2026-01-09 10:11:41', '2026-01-09 10:11:41'),
(1211, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-09 10:12:37', 0, 0, '2026-01-09 10:12:44', '2026-01-09 10:12:44'),
(1212, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'OUTGOING', '2026-01-09 10:15:40', 0, 0, '2026-01-09 10:16:25', '2026-01-09 10:16:25'),
(1213, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'INCOMING', '2026-01-09 10:16:45', 0, 0, '2026-01-09 10:17:16', '2026-01-09 10:17:16'),
(1214, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888585835', 'OUTGOING', '2026-01-09 10:22:18', 0, 1, '2026-01-09 10:22:58', '2026-01-09 10:22:58'),
(1215, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-09 10:39:08', 0, 0, '2026-01-09 10:39:32', '2026-01-09 10:39:32'),
(1216, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888865180', 'OUTGOING', '2026-01-09 10:39:50', 0, 1, '2026-01-09 10:39:58', '2026-01-09 10:39:58'),
(1217, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888865180', 'OUTGOING', '2026-01-09 10:40:02', 0, 0, '2026-01-09 10:40:10', '2026-01-09 10:40:10'),
(1218, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888865180', 'OUTGOING', '2026-01-09 10:45:43', 0, 0, '2026-01-09 10:47:26', '2026-01-09 10:47:26'),
(1219, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919004935122', 'OUTGOING', '2026-01-09 10:50:49', 0, 1, '2026-01-09 10:56:21', '2026-01-09 10:56:21'),
(1220, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917776901254', 'OUTGOING', '2026-01-09 10:59:39', 0, 0, '2026-01-09 11:00:14', '2026-01-09 11:00:14'),
(1221, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9370903131', 'OUTGOING', '2026-01-09 11:03:59', 0, 1, '2026-01-09 11:04:13', '2026-01-09 11:04:13'),
(1222, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370903131', 'MISSED', '2026-01-09 11:13:54', 0, 1, '2026-01-09 11:15:34', '2026-01-09 11:15:34'),
(1223, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-09 11:20:26', 0, 0, '2026-01-09 11:22:07', '2026-01-09 11:22:07'),
(1224, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888865180', 'OUTGOING', '2026-01-09 11:23:38', 0, 0, '2026-01-09 11:24:07', '2026-01-09 11:24:07'),
(1225, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919764167077', 'MISSED', '2026-01-09 11:26:30', 0, 0, '2026-01-09 11:27:44', '2026-01-09 11:27:44'),
(1226, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888865180', 'OUTGOING', '2026-01-09 11:27:49', 0, 0, '2026-01-09 11:29:09', '2026-01-09 11:29:09'),
(1227, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888865180', 'OUTGOING', '2026-01-09 11:32:26', 0, 0, '2026-01-09 11:33:13', '2026-01-09 11:33:13'),
(1228, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208763459', 'OUTGOING', '2026-01-09 11:37:27', 0, 0, '2026-01-09 11:38:17', '2026-01-09 11:38:17'),
(1229, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-09 11:38:37', 0, 0, '2026-01-09 11:40:02', '2026-01-09 11:40:02'),
(1230, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888585835', 'OUTGOING', '2026-01-09 11:40:34', 0, 0, '2026-01-09 11:44:19', '2026-01-09 11:44:19'),
(1231, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370903131', 'OUTGOING', '2026-01-09 11:44:58', 0, 0, '2026-01-09 11:45:14', '2026-01-09 11:45:14'),
(1232, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2026-01-09 11:53:35', 0, 0, '2026-01-09 11:54:24', '2026-01-09 11:54:24'),
(1233, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-09 11:56:15', 0, 0, '2026-01-09 11:57:07', '2026-01-09 11:57:07'),
(1234, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917776901254', 'INCOMING', '2026-01-09 12:15:44', 0, 0, '2026-01-09 12:17:16', '2026-01-09 12:17:16'),
(1235, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917776901254', 'INCOMING', '2026-01-09 12:20:04', 0, 0, '2026-01-09 12:20:30', '2026-01-09 12:20:30'),
(1236, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-09 12:22:11', 0, 1, '2026-01-09 12:23:18', '2026-01-09 12:23:18'),
(1237, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-09 12:48:42', 0, 0, '2026-01-09 12:51:53', '2026-01-09 12:51:53'),
(1238, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917776901254', 'OUTGOING', '2026-01-09 12:52:01', 0, 0, '2026-01-09 12:52:08', '2026-01-09 12:52:08'),
(1239, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917776901254', 'OUTGOING', '2026-01-09 12:52:11', 0, 0, '2026-01-09 12:54:59', '2026-01-09 12:54:59'),
(1240, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888585835', 'OUTGOING', '2026-01-09 12:55:05', 0, 0, '2026-01-09 12:56:34', '2026-01-09 12:56:34'),
(1241, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888585835', 'OUTGOING', '2026-01-09 12:59:54', 0, 0, '2026-01-09 13:00:11', '2026-01-09 13:00:11'),
(1242, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919289987010', 'MISSED', '2026-01-09 13:10:05', 0, 1, '2026-01-09 13:10:44', '2026-01-09 13:10:44'),
(1243, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919588652870', 'INCOMING', '2026-01-09 13:20:03', 0, 1, '2026-01-09 13:21:39', '2026-01-09 13:21:39'),
(1244, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'MISSED', '2026-01-09 13:23:38', 0, 1, '2026-01-09 13:24:12', '2026-01-09 13:24:12'),
(1245, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'MISSED', '2026-01-09 13:43:37', 0, 0, '2026-01-09 13:44:14', '2026-01-09 13:44:14'),
(1246, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-09 13:52:05', 0, 0, '2026-01-09 13:52:53', '2026-01-09 13:52:53'),
(1247, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919289987010', 'OUTGOING', '2026-01-09 13:53:40', 0, 0, '2026-01-09 13:54:26', '2026-01-09 13:54:26'),
(1248, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917776901254', 'OUTGOING', '2026-01-09 13:54:51', 0, 0, '2026-01-09 13:55:33', '2026-01-09 13:55:33'),
(1249, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-09 13:55:54', 0, 0, '2026-01-09 13:56:31', '2026-01-09 13:56:31'),
(1250, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'MISSED', '2026-01-09 14:02:53', 0, 0, '2026-01-09 14:03:12', '2026-01-09 14:03:12'),
(1251, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-09 14:03:20', 0, 0, '2026-01-09 14:04:22', '2026-01-09 14:04:22'),
(1252, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-09 14:08:32', 0, 0, '2026-01-09 14:12:14', '2026-01-09 14:12:14'),
(1253, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'MISSED', '2026-01-09 14:31:27', 0, 0, '2026-01-09 14:33:12', '2026-01-09 14:33:12'),
(1254, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'OUTGOING', '2026-01-09 14:38:04', 0, 0, '2026-01-09 14:40:52', '2026-01-09 14:40:52'),
(1255, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919289987010', 'MISSED', '2026-01-09 14:45:15', 0, 0, '2026-01-09 14:46:04', '2026-01-09 14:46:04'),
(1256, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919289987010', 'MISSED', '2026-01-09 14:47:45', 0, 0, '2026-01-09 14:48:09', '2026-01-09 14:48:09'),
(1257, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-09 14:53:50', 0, 1, '2026-01-09 14:54:17', '2026-01-09 14:54:17'),
(1258, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'MISSED', '2026-01-09 15:00:43', 0, 0, '2026-01-09 15:02:07', '2026-01-09 15:02:07'),
(1259, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579988914', 'INCOMING', '2026-01-09 15:11:23', 0, 1, '2026-01-09 15:12:40', '2026-01-09 15:12:40'),
(1260, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-09 15:12:47', 0, 1, '2026-01-09 15:13:52', '2026-01-09 15:13:52'),
(1261, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-09 15:41:49', 0, 0, '2026-01-09 15:42:41', '2026-01-09 15:42:41'),
(1262, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822632630', 'MISSED', '2026-01-09 16:14:10', 0, 1, '2026-01-09 16:16:46', '2026-01-09 16:16:46'),
(1263, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-09 16:21:54', 0, 1, '2026-01-09 16:22:46', '2026-01-09 16:22:46'),
(1264, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822632630', 'OUTGOING', '2026-01-09 16:32:39', 0, 0, '2026-01-09 16:37:24', '2026-01-09 16:37:24'),
(1265, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-09 16:37:42', 0, 1, '2026-01-09 16:38:50', '2026-01-09 16:38:50'),
(1266, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-09 16:42:36', 0, 0, '2026-01-09 16:49:57', '2026-01-09 16:49:57'),
(1267, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919022475569', 'INCOMING', '2026-01-09 16:55:07', 0, 1, '2026-01-09 16:56:14', '2026-01-09 16:56:14'),
(1268, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'MISSED', '2026-01-09 17:17:29', 0, 0, '2026-01-09 17:21:15', '2026-01-09 17:21:15'),
(1269, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-09 17:21:16', 0, 0, '2026-01-09 17:24:06', '2026-01-09 17:24:06'),
(1270, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9764167077', 'OUTGOING', '2026-01-09 17:25:02', 0, 1, '2026-01-09 17:26:10', '2026-01-09 17:26:10');
INSERT INTO `call_logs` (`id`, `user_id`, `device_id`, `device_name`, `local_id`, `phone_number`, `call_type`, `call_time`, `call_duration`, `sms_sent`, `created_at`, `updated_at`) VALUES
(1271, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-09 17:29:05', 0, 0, '2026-01-09 17:31:09', '2026-01-09 17:31:09'),
(1272, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'MISSED', '2026-01-09 17:41:41', 0, 1, '2026-01-09 17:42:14', '2026-01-09 17:42:14'),
(1273, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'OUTGOING', '2026-01-09 17:45:15', 0, 0, '2026-01-09 17:47:56', '2026-01-09 17:47:56'),
(1274, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'INCOMING', '2026-01-09 17:50:06', 0, 0, '2026-01-09 17:52:29', '2026-01-09 17:52:29'),
(1275, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-09 17:59:00', 0, 1, '2026-01-09 18:01:03', '2026-01-09 18:01:03'),
(1276, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'MISSED', '2026-01-09 18:12:41', 0, 0, '2026-01-09 18:13:15', '2026-01-09 18:13:15'),
(1277, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'OUTGOING', '2026-01-09 18:13:33', 0, 0, '2026-01-09 18:14:42', '2026-01-09 18:14:42'),
(1278, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-09 18:18:34', 0, 0, '2026-01-09 18:23:25', '2026-01-09 18:23:25'),
(1279, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918061919458', 'MISSED', '2026-01-09 18:29:44', 0, 1, '2026-01-09 18:29:54', '2026-01-09 18:29:54'),
(1280, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919339702625', 'MISSED', '2026-01-09 19:00:16', 0, 1, '2026-01-09 19:00:54', '2026-01-09 19:00:54'),
(1281, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7971753007', 'OUTGOING', '2026-01-09 19:24:19', 0, 1, '2026-01-09 19:24:26', '2026-01-09 19:24:26'),
(1282, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'MISSED', '2026-01-09 20:04:51', 0, 0, '2026-01-09 20:05:03', '2026-01-09 20:05:03'),
(1283, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'MISSED', '2026-01-09 20:08:47', 0, 1, '2026-01-09 20:09:21', '2026-01-09 20:09:21'),
(1284, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370903131', 'OUTGOING', '2026-01-09 20:12:40', 0, 0, '2026-01-09 20:13:06', '2026-01-09 20:13:06'),
(1285, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370903131', 'OUTGOING', '2026-01-09 20:13:06', 0, 0, '2026-01-09 20:13:20', '2026-01-09 20:13:20'),
(1286, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370903131', 'INCOMING', '2026-01-09 20:14:37', 0, 0, '2026-01-09 20:15:40', '2026-01-09 20:15:40'),
(1287, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370903131', 'INCOMING', '2026-01-09 20:23:15', 0, 0, '2026-01-09 20:24:19', '2026-01-09 20:24:19'),
(1288, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-09 20:30:18', 0, 1, '2026-01-09 20:32:27', '2026-01-09 20:32:27'),
(1289, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370903131', 'OUTGOING', '2026-01-09 20:49:26', 0, 0, '2026-01-09 20:49:36', '2026-01-09 20:49:36'),
(1290, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-09 20:51:39', 0, 0, '2026-01-09 20:54:40', '2026-01-09 20:54:40'),
(1291, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-09 20:56:19', 0, 0, '2026-01-09 20:57:04', '2026-01-09 20:57:04'),
(1292, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-09 20:58:15', 0, 0, '2026-01-09 20:59:33', '2026-01-09 20:59:33'),
(1293, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918767100692', 'INCOMING', '2026-01-09 21:08:43', 0, 1, '2026-01-09 21:09:09', '2026-01-09 21:09:09'),
(1294, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'INCOMING', '2026-01-09 21:11:45', 0, 0, '2026-01-09 21:13:08', '2026-01-09 21:13:08'),
(1295, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917971953327', 'INCOMING', '2026-01-09 21:15:03', 0, 1, '2026-01-09 21:15:30', '2026-01-09 21:15:30'),
(1296, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168004014', 'MISSED', '2026-01-09 21:20:25', 0, 1, '2026-01-09 21:21:03', '2026-01-09 21:21:03'),
(1297, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168004014', 'OUTGOING', '2026-01-09 21:22:46', 0, 0, '2026-01-09 21:23:57', '2026-01-09 21:23:57'),
(1298, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-09 21:36:07', 0, 0, '2026-01-09 21:37:27', '2026-01-09 21:37:27'),
(1299, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507554057', 'MISSED', '2026-01-09 21:45:33', 0, 0, '2026-01-09 21:45:50', '2026-01-09 21:45:50'),
(1300, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507554057', 'OUTGOING', '2026-01-09 21:45:52', 0, 0, '2026-01-09 22:03:40', '2026-01-09 22:03:40'),
(1301, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'OUTGOING', '2026-01-09 22:05:40', 0, 1, '2026-01-09 22:06:16', '2026-01-09 22:06:16'),
(1302, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370903131', 'OUTGOING', '2026-01-09 22:07:07', 0, 0, '2026-01-09 22:07:32', '2026-01-09 22:07:32'),
(1303, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-09 22:11:32', 0, 1, '2026-01-09 22:12:18', '2026-01-09 22:12:18'),
(1304, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'MISSED', '2026-01-09 23:05:14', 0, 1, '2026-01-10 07:48:25', '2026-01-10 07:48:25'),
(1305, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-10 09:43:00', 0, 0, '2026-01-10 09:43:40', '2026-01-10 09:43:40'),
(1306, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-10 10:37:30', 0, 0, '2026-01-10 10:38:54', '2026-01-10 10:38:54'),
(1307, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-10 10:38:57', 0, 0, '2026-01-10 10:40:22', '2026-01-10 10:40:22'),
(1308, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-10 10:40:30', 0, 0, '2026-01-10 10:40:45', '2026-01-10 10:40:45'),
(1309, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-10 10:42:39', 0, 0, '2026-01-10 10:43:32', '2026-01-10 10:43:32'),
(1310, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-10 10:47:20', 0, 0, '2026-01-10 10:47:58', '2026-01-10 10:47:58'),
(1311, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-10 10:48:14', 0, 0, '2026-01-10 10:50:51', '2026-01-10 10:50:51'),
(1312, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7620151984', 'OUTGOING', '2026-01-10 10:53:08', 0, 1, '2026-01-10 10:53:48', '2026-01-10 10:53:48'),
(1313, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356400307', 'OUTGOING', '2026-01-10 10:54:15', 0, 1, '2026-01-10 10:56:09', '2026-01-10 10:56:09'),
(1314, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-10 11:01:51', 0, 0, '2026-01-10 11:02:19', '2026-01-10 11:02:19'),
(1315, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2026-01-10 11:02:43', 0, 1, '2026-01-10 11:03:24', '2026-01-10 11:03:24'),
(1316, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919339702625', 'INCOMING', '2026-01-10 11:04:38', 0, 0, '2026-01-10 11:05:24', '2026-01-10 11:05:24'),
(1317, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'INCOMING', '2026-01-10 11:07:07', 0, 0, '2026-01-10 11:09:15', '2026-01-10 11:09:15'),
(1318, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960032383', 'MISSED', '2026-01-10 11:15:47', 0, 1, '2026-01-10 11:16:27', '2026-01-10 11:16:27'),
(1319, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356400307', 'OUTGOING', '2026-01-10 11:19:43', 0, 0, '2026-01-10 11:20:59', '2026-01-10 11:20:59'),
(1320, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-10 11:25:27', 0, 1, '2026-01-10 11:26:37', '2026-01-10 11:26:37'),
(1321, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-10 11:33:15', 0, 0, '2026-01-10 11:38:15', '2026-01-10 11:38:15'),
(1322, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-10 11:38:39', 0, 0, '2026-01-10 11:39:23', '2026-01-10 11:39:23'),
(1323, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'MISSED', '2026-01-10 11:40:37', 0, 1, '2026-01-10 11:41:10', '2026-01-10 11:41:10'),
(1324, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2026-01-10 11:42:36', 0, 0, '2026-01-10 11:43:54', '2026-01-10 11:43:54'),
(1325, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921927285', 'INCOMING', '2026-01-10 11:58:46', 0, 1, '2026-01-10 11:59:29', '2026-01-10 11:59:29'),
(1326, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921927285', 'OUTGOING', '2026-01-10 11:59:31', 0, 0, '2026-01-10 12:00:52', '2026-01-10 12:00:52'),
(1327, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-10 12:01:25', 0, 0, '2026-01-10 12:02:28', '2026-01-10 12:02:28'),
(1328, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921927285', 'INCOMING', '2026-01-10 12:05:25', 0, 0, '2026-01-10 12:06:34', '2026-01-10 12:06:34'),
(1329, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'MISSED', '2026-01-10 12:27:47', 0, 1, '2026-01-10 12:28:19', '2026-01-10 12:28:19'),
(1330, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-10 12:28:35', 0, 0, '2026-01-10 12:29:59', '2026-01-10 12:29:59'),
(1331, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-10 12:38:41', 0, 1, '2026-01-10 12:41:48', '2026-01-10 12:41:48'),
(1332, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-10 12:42:25', 0, 0, '2026-01-10 12:43:26', '2026-01-10 12:43:26'),
(1333, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919765084444', 'MISSED', '2026-01-10 12:50:03', 0, 1, '2026-01-10 12:50:23', '2026-01-10 12:50:23'),
(1334, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579988914', 'MISSED', '2026-01-10 12:50:20', 0, 0, '2026-01-10 12:50:27', '2026-01-10 12:50:27'),
(1335, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921927285', 'INCOMING', '2026-01-10 12:51:16', 0, 0, '2026-01-10 12:51:23', '2026-01-10 12:51:23'),
(1336, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579988914', 'OUTGOING', '2026-01-10 12:52:02', 0, 0, '2026-01-10 12:52:26', '2026-01-10 12:52:26'),
(1337, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579988914', 'INCOMING', '2026-01-10 12:52:31', 0, 0, '2026-01-10 12:55:46', '2026-01-10 12:55:46'),
(1338, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9764167077', 'OUTGOING', '2026-01-10 12:59:48', 0, 0, '2026-01-10 13:00:28', '2026-01-10 13:00:28'),
(1339, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9764167077', 'OUTGOING', '2026-01-10 13:01:09', 0, 0, '2026-01-10 13:01:57', '2026-01-10 13:01:57'),
(1340, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919339702625', 'MISSED', '2026-01-10 13:06:35', 0, 0, '2026-01-10 13:07:12', '2026-01-10 13:07:12'),
(1341, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919022475569', 'MISSED', '2026-01-10 13:09:58', 0, 0, '2026-01-10 13:11:24', '2026-01-10 13:11:24'),
(1342, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919004935122', 'OUTGOING', '2026-01-10 13:11:32', 0, 1, '2026-01-10 13:12:16', '2026-01-10 13:12:16'),
(1343, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919004935122', 'OUTGOING', '2026-01-10 13:14:45', 0, 0, '2026-01-10 13:16:35', '2026-01-10 13:16:35'),
(1344, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919339702625', 'INCOMING', '2026-01-10 13:19:52', 0, 0, '2026-01-10 13:20:41', '2026-01-10 13:20:41'),
(1345, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698153174', 'OUTGOING', '2026-01-10 13:24:45', 0, 1, '2026-01-10 13:25:27', '2026-01-10 13:25:27'),
(1346, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-10 13:45:31', 0, 0, '2026-01-10 13:46:46', '2026-01-10 13:46:46'),
(1347, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-10 13:47:03', 0, 0, '2026-01-10 13:48:27', '2026-01-10 13:48:27'),
(1348, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-10 13:48:34', 0, 0, '2026-01-10 13:49:18', '2026-01-10 13:49:18'),
(1349, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-10 13:49:20', 0, 0, '2026-01-10 13:49:59', '2026-01-10 13:49:59'),
(1350, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-10 13:50:02', 0, 0, '2026-01-10 13:50:22', '2026-01-10 13:50:22'),
(1351, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208406714', 'INCOMING', '2026-01-10 13:51:39', 0, 1, '2026-01-10 13:54:54', '2026-01-10 13:54:54'),
(1352, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-10 13:55:19', 0, 0, '2026-01-10 13:56:11', '2026-01-10 13:56:11'),
(1353, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'INCOMING', '2026-01-10 13:56:14', 0, 1, '2026-01-10 13:58:05', '2026-01-10 13:58:05'),
(1354, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919004935122', 'OUTGOING', '2026-01-10 13:59:39', 0, 0, '2026-01-10 14:00:27', '2026-01-10 14:00:27'),
(1355, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919123633957', 'MISSED', '2026-01-10 14:00:51', 0, 1, '2026-01-10 14:00:55', '2026-01-10 14:00:55'),
(1356, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919339702625', 'MISSED', '2026-01-10 14:02:42', 0, 0, '2026-01-10 14:03:13', '2026-01-10 14:03:13'),
(1357, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'OUTGOING', '2026-01-10 14:04:18', 0, 0, '2026-01-10 14:05:54', '2026-01-10 14:05:54'),
(1358, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919004935122', 'INCOMING', '2026-01-10 14:09:09', 0, 0, '2026-01-10 14:10:06', '2026-01-10 14:10:06'),
(1359, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-10 14:15:05', 0, 0, '2026-01-10 14:15:57', '2026-01-10 14:15:57'),
(1360, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-10 14:17:27', 0, 0, '2026-01-10 14:19:08', '2026-01-10 14:19:08'),
(1361, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-10 14:19:53', 0, 0, '2026-01-10 14:20:18', '2026-01-10 14:20:18'),
(1362, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-10 14:20:31', 0, 0, '2026-01-10 14:21:14', '2026-01-10 14:21:14'),
(1363, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'OUTGOING', '2026-01-10 14:21:47', 0, 0, '2026-01-10 14:26:23', '2026-01-10 14:26:23'),
(1364, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-10 14:28:38', 0, 0, '2026-01-10 14:31:40', '2026-01-10 14:31:40'),
(1365, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579988914', 'MISSED', '2026-01-10 15:06:23', 0, 0, '2026-01-10 15:07:07', '2026-01-10 15:07:07'),
(1366, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-10 15:07:15', 0, 0, '2026-01-10 15:07:27', '2026-01-10 15:07:27'),
(1367, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-10 15:09:12', 0, 0, '2026-01-10 15:09:57', '2026-01-10 15:09:57'),
(1368, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8411050917', 'OUTGOING', '2026-01-10 15:10:26', 0, 1, '2026-01-10 15:11:04', '2026-01-10 15:11:04'),
(1369, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918411050917', 'OUTGOING', '2026-01-10 15:14:06', 0, 1, '2026-01-10 15:14:40', '2026-01-10 15:14:40'),
(1370, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922007487', 'OUTGOING', '2026-01-10 15:15:36', 0, 1, '2026-01-10 15:16:26', '2026-01-10 15:16:26'),
(1371, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921927285', 'OUTGOING', '2026-01-10 15:22:32', 0, 0, '2026-01-10 15:25:58', '2026-01-10 15:25:58'),
(1372, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-10 15:30:28', 0, 0, '2026-01-10 15:34:23', '2026-01-10 15:34:23'),
(1373, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7709686604', 'OUTGOING', '2026-01-10 15:34:39', 0, 1, '2026-01-10 15:34:57', '2026-01-10 15:34:57'),
(1374, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7709686604', 'OUTGOING', '2026-01-10 15:37:15', 0, 0, '2026-01-10 15:37:22', '2026-01-10 15:37:22'),
(1375, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918411050917', 'MISSED', '2026-01-10 15:38:56', 0, 0, '2026-01-10 15:39:11', '2026-01-10 15:39:11'),
(1376, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918411050917', 'OUTGOING', '2026-01-10 15:39:12', 0, 0, '2026-01-10 15:41:34', '2026-01-10 15:41:34'),
(1377, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7709686604', 'OUTGOING', '2026-01-10 15:41:48', 0, 0, '2026-01-10 15:41:52', '2026-01-10 15:41:52'),
(1378, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921927285', 'OUTGOING', '2026-01-10 15:41:53', 0, 0, '2026-01-10 15:43:24', '2026-01-10 15:43:24'),
(1379, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918411050917', 'INCOMING', '2026-01-10 15:46:31', 0, 0, '2026-01-10 15:48:02', '2026-01-10 15:48:02'),
(1380, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-10 15:48:37', 0, 1, '2026-01-10 15:49:18', '2026-01-10 15:49:18'),
(1381, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921927285', 'MISSED', '2026-01-10 15:55:09', 0, 0, '2026-01-10 16:00:38', '2026-01-10 16:00:38'),
(1382, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921927285', 'OUTGOING', '2026-01-10 16:01:56', 0, 0, '2026-01-10 16:03:01', '2026-01-10 16:03:01'),
(1383, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-10 16:03:42', 0, 0, '2026-01-10 16:04:36', '2026-01-10 16:04:36'),
(1384, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9764167077', 'OUTGOING', '2026-01-10 16:04:54', 0, 0, '2026-01-10 16:05:55', '2026-01-10 16:05:55'),
(1385, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918411050917', 'INCOMING', '2026-01-10 16:06:08', 0, 0, '2026-01-10 16:06:55', '2026-01-10 16:06:55'),
(1386, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918411050917', 'OUTGOING', '2026-01-10 16:10:14', 0, 0, '2026-01-10 16:11:39', '2026-01-10 16:11:39'),
(1387, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921927285', 'OUTGOING', '2026-01-10 16:12:06', 0, 0, '2026-01-10 16:14:21', '2026-01-10 16:14:21'),
(1388, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-10 16:18:19', 0, 0, '2026-01-10 16:18:43', '2026-01-10 16:18:43'),
(1389, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-10 16:31:43', 0, 0, '2026-01-10 16:33:33', '2026-01-10 16:33:33'),
(1390, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9922141080', 'OUTGOING', '2026-01-10 16:33:35', 0, 1, '2026-01-10 16:37:59', '2026-01-10 16:37:59'),
(1391, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881397979', 'OUTGOING', '2026-01-10 16:43:16', 0, 1, '2026-01-10 16:43:43', '2026-01-10 16:43:43'),
(1392, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9922141080', 'OUTGOING', '2026-01-10 16:45:27', 0, 0, '2026-01-10 16:50:34', '2026-01-10 16:50:34'),
(1393, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918411050917', 'INCOMING', '2026-01-10 16:50:53', 0, 0, '2026-01-10 16:51:35', '2026-01-10 16:51:35'),
(1394, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918411050917', 'OUTGOING', '2026-01-10 16:53:04', 0, 0, '2026-01-10 16:54:13', '2026-01-10 16:54:13'),
(1395, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922114064', 'INCOMING', '2026-01-10 16:54:34', 0, 1, '2026-01-10 16:57:49', '2026-01-10 16:57:49'),
(1396, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-10 16:58:04', 0, 0, '2026-01-10 16:59:57', '2026-01-10 16:59:57'),
(1397, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922114064', 'OUTGOING', '2026-01-10 16:59:58', 0, 0, '2026-01-10 17:02:42', '2026-01-10 17:02:42'),
(1398, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-10 17:02:55', 0, 1, '2026-01-10 17:03:54', '2026-01-10 17:03:54'),
(1399, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-10 17:04:34', 0, 1, '2026-01-10 17:05:48', '2026-01-10 17:05:48'),
(1400, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-10 17:12:08', 0, 0, '2026-01-10 17:14:14', '2026-01-10 17:14:14'),
(1401, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918411050917', 'MISSED', '2026-01-10 17:30:05', 0, 0, '2026-01-10 17:30:41', '2026-01-10 17:30:41'),
(1402, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'MISSED', '2026-01-10 17:31:54', 0, 1, '2026-01-10 17:32:19', '2026-01-10 17:32:19'),
(1403, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'INCOMING', '2026-01-10 17:32:18', 0, 0, '2026-01-10 17:33:23', '2026-01-10 17:33:23'),
(1404, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918411050917', 'OUTGOING', '2026-01-10 17:33:35', 0, 0, '2026-01-10 17:34:35', '2026-01-10 17:34:35'),
(1405, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-10 17:37:51', 0, 0, '2026-01-10 17:40:17', '2026-01-10 17:40:17'),
(1406, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921927285', 'OUTGOING', '2026-01-10 17:51:46', 0, 0, '2026-01-10 17:53:24', '2026-01-10 17:53:24'),
(1407, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'OUTGOING', '2026-01-10 17:53:40', 0, 0, '2026-01-10 17:54:18', '2026-01-10 17:54:18'),
(1408, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921927285', 'MISSED', '2026-01-10 18:02:12', 0, 0, '2026-01-10 18:04:42', '2026-01-10 18:04:42'),
(1409, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919834858033', 'INCOMING', '2026-01-10 18:06:42', 0, 1, '2026-01-10 18:07:07', '2026-01-10 18:07:07'),
(1410, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-10 18:10:53', 0, 0, '2026-01-10 18:11:31', '2026-01-10 18:11:31'),
(1411, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-10 18:17:22', 0, 1, '2026-01-10 18:18:34', '2026-01-10 18:18:34'),
(1412, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-10 18:24:54', 0, 1, '2026-01-10 18:26:41', '2026-01-10 18:26:41'),
(1413, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'OUTGOING', '2026-01-10 18:29:45', 0, 0, '2026-01-10 18:34:12', '2026-01-10 18:34:12'),
(1414, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918411050917', 'INCOMING', '2026-01-10 18:49:21', 0, 0, '2026-01-10 18:50:43', '2026-01-10 18:50:43'),
(1415, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'OUTGOING', '2026-01-10 18:57:48', 0, 0, '2026-01-10 19:00:02', '2026-01-10 19:00:02'),
(1416, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918600137050', 'OUTGOING', '2026-01-10 11:31:04', 0, 1, '2026-01-10 19:05:24', '2026-01-10 19:05:24'),
(1417, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-10 19:05:04', 0, 0, '2026-01-10 19:07:54', '2026-01-10 19:07:54'),
(1418, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356965445', 'MISSED', '2026-01-10 19:35:40', 0, 1, '2026-01-10 19:38:46', '2026-01-10 19:38:46'),
(1419, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-10 19:41:56', 0, 0, '2026-01-10 19:43:47', '2026-01-10 19:43:47'),
(1420, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-10 19:44:31', 0, 0, '2026-01-10 19:50:18', '2026-01-10 19:50:18'),
(1421, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918600137050', 'INCOMING', '2026-01-10 19:50:06', 0, 0, '2026-01-10 19:53:57', '2026-01-10 19:53:57'),
(1422, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-10 19:51:25', 0, 1, '2026-01-10 19:54:18', '2026-01-10 19:54:18'),
(1423, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'INCOMING', '2026-01-10 19:56:51', 0, 0, '2026-01-10 19:57:18', '2026-01-10 19:57:18'),
(1424, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918411050917', 'INCOMING', '2026-01-10 20:07:48', 0, 0, '2026-01-10 20:08:14', '2026-01-10 20:08:14'),
(1425, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918411050917', 'OUTGOING', '2026-01-10 20:19:15', 0, 0, '2026-01-10 20:19:51', '2026-01-10 20:19:51'),
(1426, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-10 20:20:15', 0, 0, '2026-01-10 20:20:27', '2026-01-10 20:20:27'),
(1427, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2026-01-10 20:20:33', 0, 0, '2026-01-10 20:21:05', '2026-01-10 20:21:05'),
(1428, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918983482012', 'INCOMING', '2026-01-10 20:31:04', 0, 1, '2026-01-10 20:32:11', '2026-01-10 20:32:11'),
(1429, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309091920', 'MISSED', '2026-01-10 20:33:37', 0, 1, '2026-01-10 20:33:45', '2026-01-10 20:33:45'),
(1430, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918983482012', 'INCOMING', '2026-01-10 20:35:53', 0, 0, '2026-01-10 20:39:02', '2026-01-10 20:39:02'),
(1431, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370998040', 'INCOMING', '2026-01-10 20:37:01', 0, 1, '2026-01-10 20:39:02', '2026-01-10 20:39:02'),
(1432, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'INCOMING', '2026-01-10 20:41:26', 0, 1, '2026-01-10 20:42:38', '2026-01-10 20:42:38'),
(1433, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-10 20:47:25', 0, 1, '2026-01-10 20:48:22', '2026-01-10 20:48:22'),
(1434, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922114064', 'INCOMING', '2026-01-10 20:48:56', 0, 0, '2026-01-10 20:53:44', '2026-01-10 20:53:44'),
(1435, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922114064', 'OUTGOING', '2026-01-10 20:54:30', 0, 0, '2026-01-10 20:55:11', '2026-01-10 20:55:11'),
(1436, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-10 20:56:17', 0, 0, '2026-01-10 20:57:04', '2026-01-10 20:57:04'),
(1437, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-10 20:57:50', 0, 0, '2026-01-10 21:05:28', '2026-01-10 21:05:28'),
(1438, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-10 21:05:32', 0, 0, '2026-01-10 21:05:55', '2026-01-10 21:05:55'),
(1439, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918767900167', 'OUTGOING', '2026-01-10 21:12:52', 0, 1, '2026-01-10 21:13:30', '2026-01-10 21:13:30'),
(1440, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'MISSED', '2026-01-10 21:18:38', 0, 1, '2026-01-10 21:19:02', '2026-01-10 21:19:02'),
(1441, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-10 21:19:04', 0, 0, '2026-01-10 21:20:12', '2026-01-10 21:20:12'),
(1442, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922114064', 'OUTGOING', '2026-01-10 21:20:27', 0, 0, '2026-01-10 21:23:20', '2026-01-10 21:23:20'),
(1443, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921927285', 'MISSED', '2026-01-10 21:24:22', 0, 0, '2026-01-10 21:26:16', '2026-01-10 21:26:16'),
(1444, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921927285', 'OUTGOING', '2026-01-10 21:26:50', 0, 0, '2026-01-10 21:28:12', '2026-01-10 21:28:12'),
(1445, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'INCOMING', '2026-01-10 21:36:21', 0, 0, '2026-01-10 21:38:29', '2026-01-10 21:38:29'),
(1446, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'MISSED', '2026-01-10 21:41:00', 0, 0, '2026-01-10 21:42:48', '2026-01-10 21:42:48'),
(1447, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-10 21:49:26', 0, 1, '2026-01-10 21:54:12', '2026-01-10 21:54:12'),
(1448, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-10 22:39:23', 0, 1, '2026-01-10 22:39:51', '2026-01-10 22:39:51'),
(1449, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2026-01-10 23:13:48', 0, 0, '2026-01-11 08:10:07', '2026-01-11 08:10:07'),
(1450, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'MISSED', '2026-01-10 23:31:07', 0, 0, '2026-01-11 08:10:07', '2026-01-11 08:10:07'),
(1451, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918411050917', 'MISSED', '2026-01-11 08:10:05', 0, 0, '2026-01-11 08:10:41', '2026-01-11 08:10:41'),
(1452, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'OUTGOING', '2026-01-11 08:55:45', 0, 0, '2026-01-11 08:56:41', '2026-01-11 08:56:41'),
(1453, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'INCOMING', '2026-01-11 09:14:51', 0, 1, '2026-01-11 09:15:09', '2026-01-11 09:15:09'),
(1454, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918411050917', 'INCOMING', '2026-01-11 09:23:49', 0, 0, '2026-01-11 09:24:36', '2026-01-11 09:24:36'),
(1455, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-11 09:46:21', 0, 1, '2026-01-11 09:46:31', '2026-01-11 09:46:31'),
(1456, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'OUTGOING', '2026-01-11 09:46:47', 0, 0, '2026-01-11 09:49:25', '2026-01-11 09:49:25'),
(1457, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-11 09:56:38', 0, 0, '2026-01-11 09:58:11', '2026-01-11 09:58:11'),
(1458, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-11 10:46:17', 0, 0, '2026-01-11 10:47:50', '2026-01-11 10:47:50'),
(1459, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '8600137050', 'OUTGOING', '2026-01-11 11:06:52', 0, 1, '2026-01-11 11:07:00', '2026-01-11 11:07:00'),
(1460, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '9021498556', 'OUTGOING', '2026-01-11 11:07:19', 0, 1, '2026-01-11 11:07:25', '2026-01-11 11:07:25'),
(1461, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '9822426339', 'OUTGOING', '2026-01-11 11:07:48', 0, 1, '2026-01-11 11:07:55', '2026-01-11 11:07:55'),
(1462, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '7075879447', 'OUTGOING', '2026-01-11 11:08:06', 0, 1, '2026-01-11 11:08:12', '2026-01-11 11:08:12'),
(1463, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '8600137050', 'OUTGOING', '2026-01-11 11:09:07', 0, 0, '2026-01-11 11:09:14', '2026-01-11 11:09:14'),
(1464, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '9021498556', 'OUTGOING', '2026-01-11 11:09:21', 0, 0, '2026-01-11 11:09:25', '2026-01-11 11:09:25'),
(1465, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '7397855291', 'OUTGOING', '2026-01-11 11:10:11', 0, 1, '2026-01-11 11:10:17', '2026-01-11 11:10:17'),
(1466, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '7020459550', 'OUTGOING', '2026-01-11 11:10:30', 0, 1, '2026-01-11 11:10:37', '2026-01-11 11:10:37'),
(1467, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '8828565005', 'OUTGOING', '2026-01-11 11:10:41', 0, 1, '2026-01-11 11:10:49', '2026-01-11 11:10:49'),
(1468, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '8828565005', 'OUTGOING', '2026-01-11 11:10:49', 0, 0, '2026-01-11 11:10:55', '2026-01-11 11:10:55'),
(1469, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917075879447', 'MISSED', '2026-01-11 11:14:41', 0, 1, '2026-01-11 11:15:02', '2026-01-11 11:15:02'),
(1470, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '8828565005', 'OUTGOING', '2026-01-11 11:17:03', 0, 0, '2026-01-11 11:17:11', '2026-01-11 11:17:11'),
(1471, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918828565005', 'INCOMING', '2026-01-11 11:17:39', 0, 1, '2026-01-11 11:17:55', '2026-01-11 11:17:55'),
(1472, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2026-01-11 11:37:05', 0, 0, '2026-01-11 11:38:18', '2026-01-11 11:38:18'),
(1473, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'OUTGOING', '2026-01-11 11:39:09', 0, 0, '2026-01-11 11:40:43', '2026-01-11 11:40:43'),
(1474, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7971953412', 'OUTGOING', '2026-01-11 11:48:33', 0, 1, '2026-01-11 11:48:37', '2026-01-11 11:48:37'),
(1475, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7971753025', 'OUTGOING', '2026-01-11 11:48:56', 0, 1, '2026-01-11 11:49:00', '2026-01-11 11:49:00'),
(1476, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7971830696', 'OUTGOING', '2026-01-11 11:49:39', 0, 1, '2026-01-11 11:49:42', '2026-01-11 11:49:42'),
(1477, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-11 11:55:04', 0, 0, '2026-01-11 11:55:58', '2026-01-11 11:55:58'),
(1478, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917313783292', 'INCOMING', '2026-01-11 11:56:52', 0, 1, '2026-01-11 11:57:04', '2026-01-11 11:57:04'),
(1479, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919004935122', 'INCOMING', '2026-01-11 12:13:56', 0, 0, '2026-01-11 12:14:37', '2026-01-11 12:14:37'),
(1480, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-11 12:14:51', 0, 0, '2026-01-11 12:15:26', '2026-01-11 12:15:26'),
(1481, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-11 12:16:03', 0, 1, '2026-01-11 12:17:08', '2026-01-11 12:17:08'),
(1482, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507554057', 'INCOMING', '2026-01-11 12:20:04', 0, 1, '2026-01-11 12:20:13', '2026-01-11 12:20:13'),
(1483, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922561212', 'OUTGOING', '2026-01-11 12:20:17', 0, 1, '2026-01-11 12:20:25', '2026-01-11 12:20:25'),
(1484, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'MISSED', '2026-01-11 12:26:07', 0, 0, '2026-01-11 12:26:41', '2026-01-11 12:26:41'),
(1485, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-11 12:25:09', 0, 0, '2026-01-11 12:26:47', '2026-01-11 12:26:47'),
(1486, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'OUTGOING', '2026-01-11 12:26:44', 0, 0, '2026-01-11 12:27:58', '2026-01-11 12:27:58'),
(1487, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-11 12:30:35', 0, 0, '2026-01-11 12:32:07', '2026-01-11 12:32:07'),
(1488, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'INCOMING', '2026-01-11 12:42:23', 0, 0, '2026-01-11 12:42:55', '2026-01-11 12:42:55'),
(1489, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'INCOMING', '2026-01-11 12:56:52', 0, 1, '2026-01-11 12:57:20', '2026-01-11 12:57:20'),
(1490, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'OUTGOING', '2026-01-11 13:04:35', 0, 0, '2026-01-11 13:04:56', '2026-01-11 13:04:56'),
(1491, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9922561212', 'OUTGOING', '2026-01-11 13:05:12', 0, 1, '2026-01-11 13:06:20', '2026-01-11 13:06:20'),
(1492, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-11 13:06:49', 0, 1, '2026-01-11 13:07:32', '2026-01-11 13:07:32'),
(1493, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-11 13:11:06', 0, 0, '2026-01-11 13:11:28', '2026-01-11 13:11:28'),
(1494, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'INCOMING', '2026-01-11 13:13:11', 0, 0, '2026-01-11 13:14:42', '2026-01-11 13:14:42'),
(1495, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'OUTGOING', '2026-01-11 13:15:15', 0, 0, '2026-01-11 13:16:00', '2026-01-11 13:16:00'),
(1496, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-11 13:16:59', 0, 0, '2026-01-11 13:17:34', '2026-01-11 13:17:34'),
(1497, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'INCOMING', '2026-01-11 13:57:21', 0, 0, '2026-01-11 13:58:01', '2026-01-11 13:58:01'),
(1498, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'OUTGOING', '2026-01-11 14:00:39', 0, 0, '2026-01-11 14:01:59', '2026-01-11 14:01:59'),
(1499, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-11 14:02:50', 0, 0, '2026-01-11 14:04:05', '2026-01-11 14:04:05'),
(1500, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208763459', 'INCOMING', '2026-01-11 14:05:14', 0, 1, '2026-01-11 14:06:40', '2026-01-11 14:06:40'),
(1501, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168703243', 'MISSED', '2026-01-11 14:10:56', 0, 1, '2026-01-11 14:12:51', '2026-01-11 14:12:51'),
(1502, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168703243', 'OUTGOING', '2026-01-11 14:12:57', 0, 0, '2026-01-11 14:23:36', '2026-01-11 14:23:36'),
(1503, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168703243', 'INCOMING', '2026-01-11 14:23:41', 0, 0, '2026-01-11 14:24:07', '2026-01-11 14:24:07'),
(1504, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919503478474', 'INCOMING', '2026-01-11 14:30:53', 0, 1, '2026-01-11 14:32:55', '2026-01-11 14:32:55'),
(1505, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919503478474', 'INCOMING', '2026-01-11 14:34:07', 0, 0, '2026-01-11 14:34:47', '2026-01-11 14:34:47'),
(1506, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'OUTGOING', '2026-01-11 14:35:57', 0, 0, '2026-01-11 14:36:43', '2026-01-11 14:36:43'),
(1507, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168703243', 'OUTGOING', '2026-01-11 14:36:52', 0, 0, '2026-01-11 14:37:44', '2026-01-11 14:37:44'),
(1508, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-11 14:40:58', 0, 1, '2026-01-11 14:42:56', '2026-01-11 14:42:56'),
(1509, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-11 14:43:06', 0, 0, '2026-01-11 14:43:36', '2026-01-11 14:43:36'),
(1510, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-11 14:43:39', 0, 0, '2026-01-11 14:44:17', '2026-01-11 14:44:17'),
(1511, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'MISSED', '2026-01-11 14:57:09', 0, 0, '2026-01-11 14:57:31', '2026-01-11 14:57:31'),
(1512, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'OUTGOING', '2026-01-11 14:57:33', 0, 0, '2026-01-11 14:58:54', '2026-01-11 14:58:54'),
(1513, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579148089', 'INCOMING', '2026-01-11 14:59:40', 0, 1, '2026-01-11 15:01:25', '2026-01-11 15:01:25'),
(1514, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-11 15:24:41', 0, 0, '2026-01-11 15:25:27', '2026-01-11 15:25:27'),
(1515, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'MISSED', '2026-01-11 15:28:11', 0, 0, '2026-01-11 15:28:44', '2026-01-11 15:28:44'),
(1516, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-11 15:31:16', 0, 0, '2026-01-11 15:32:59', '2026-01-11 15:32:59'),
(1517, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-11 15:35:01', 0, 0, '2026-01-11 15:35:37', '2026-01-11 15:35:37'),
(1518, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-11 16:19:26', 0, 0, '2026-01-11 16:25:14', '2026-01-11 16:25:14'),
(1519, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507554057', 'INCOMING', '2026-01-11 16:28:23', 0, 0, '2026-01-11 16:30:39', '2026-01-11 16:30:39'),
(1520, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-11 16:31:01', 0, 0, '2026-01-11 16:32:25', '2026-01-11 16:32:25'),
(1521, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917971319878', 'INCOMING', '2026-01-11 16:32:53', 0, 1, '2026-01-11 16:33:27', '2026-01-11 16:33:27'),
(1522, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'INCOMING', '2026-01-11 16:41:42', 0, 0, '2026-01-11 16:43:20', '2026-01-11 16:43:20'),
(1523, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919372559252', 'MISSED', '2026-01-11 17:01:03', 0, 1, '2026-01-11 17:01:36', '2026-01-11 17:01:36'),
(1524, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888585835', 'MISSED', '2026-01-11 17:18:18', 0, 0, '2026-01-11 17:19:17', '2026-01-11 17:19:17'),
(1525, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-11 17:19:19', 0, 0, '2026-01-11 17:19:33', '2026-01-11 17:19:33'),
(1526, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'INCOMING', '2026-01-11 17:22:48', 0, 1, '2026-01-11 17:24:57', '2026-01-11 17:24:57'),
(1527, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-11 17:27:45', 0, 0, '2026-01-11 17:28:50', '2026-01-11 17:28:50'),
(1528, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-11 17:28:53', 0, 0, '2026-01-11 17:29:20', '2026-01-11 17:29:20'),
(1529, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'MISSED', '2026-01-11 17:30:40', 0, 0, '2026-01-11 17:32:21', '2026-01-11 17:32:21'),
(1530, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507554057', 'OUTGOING', '2026-01-11 17:32:21', 0, 0, '2026-01-11 17:33:10', '2026-01-11 17:33:10'),
(1531, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507554057', 'INCOMING', '2026-01-11 17:34:00', 0, 0, '2026-01-11 17:34:27', '2026-01-11 17:34:27'),
(1532, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-11 17:40:48', 0, 0, '2026-01-11 17:42:21', '2026-01-11 17:42:21'),
(1533, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-11 17:43:34', 0, 0, '2026-01-11 17:44:13', '2026-01-11 17:44:13'),
(1534, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'INCOMING', '2026-01-11 17:48:22', 0, 0, '2026-01-11 17:50:35', '2026-01-11 17:50:35'),
(1535, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-11 17:59:07', 0, 0, '2026-01-11 18:00:28', '2026-01-11 18:00:28'),
(1536, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'MISSED', '2026-01-11 18:18:02', 0, 0, '2026-01-11 18:18:10', '2026-01-11 18:18:10'),
(1537, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'INCOMING', '2026-01-11 18:19:39', 0, 1, '2026-01-11 18:20:48', '2026-01-11 18:20:48'),
(1538, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'INCOMING', '2026-01-11 18:23:53', 0, 0, '2026-01-11 18:26:18', '2026-01-11 18:26:18'),
(1539, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-11 18:27:41', 0, 0, '2026-01-11 18:31:40', '2026-01-11 18:31:40'),
(1540, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-11 18:40:48', 0, 0, '2026-01-11 18:40:57', '2026-01-11 18:40:57'),
(1541, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-11 19:25:07', 0, 1, '2026-01-11 19:27:48', '2026-01-11 19:27:48'),
(1542, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-11 19:27:54', 0, 0, '2026-01-11 19:28:01', '2026-01-11 19:28:01'),
(1543, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-11 19:29:45', 0, 1, '2026-01-11 19:30:56', '2026-01-11 19:30:56'),
(1544, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'OUTGOING', '2026-01-11 19:31:08', 0, 0, '2026-01-11 19:31:55', '2026-01-11 19:31:55'),
(1545, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-11 19:33:07', 0, 0, '2026-01-11 19:33:15', '2026-01-11 19:33:15'),
(1546, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-11 19:34:08', 0, 0, '2026-01-11 19:35:10', '2026-01-11 19:35:10'),
(1547, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'OUTGOING', '2026-01-11 19:35:43', 0, 0, '2026-01-11 19:37:05', '2026-01-11 19:37:05'),
(1548, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'MISSED', '2026-01-11 19:52:25', 0, 0, '2026-01-11 19:52:44', '2026-01-11 19:52:44'),
(1549, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579148089', 'MISSED', '2026-01-11 19:53:52', 0, 0, '2026-01-11 19:56:35', '2026-01-11 19:56:35'),
(1550, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'OUTGOING', '2026-01-11 19:56:36', 0, 0, '2026-01-11 19:58:56', '2026-01-11 19:58:56'),
(1551, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'INCOMING', '2026-01-11 19:59:47', 0, 0, '2026-01-11 20:00:10', '2026-01-11 20:00:10'),
(1552, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'INCOMING', '2026-01-11 20:02:02', 0, 0, '2026-01-11 20:02:20', '2026-01-11 20:02:20'),
(1553, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208763459', 'MISSED', '2026-01-11 20:03:59', 0, 0, '2026-01-11 20:04:33', '2026-01-11 20:04:33'),
(1554, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208763459', 'INCOMING', '2026-01-11 20:04:35', 0, 0, '2026-01-11 20:05:38', '2026-01-11 20:05:38'),
(1555, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-11 20:08:58', 0, 0, '2026-01-11 20:09:27', '2026-01-11 20:09:27'),
(1556, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'OUTGOING', '2026-01-11 20:10:21', 0, 0, '2026-01-11 20:10:53', '2026-01-11 20:10:53'),
(1557, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-11 20:11:50', 0, 0, '2026-01-11 20:18:27', '2026-01-11 20:18:27'),
(1558, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-11 20:19:17', 0, 0, '2026-01-11 20:20:08', '2026-01-11 20:20:08'),
(1559, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'OUTGOING', '2026-01-11 20:25:32', 0, 1, '2026-01-11 20:26:08', '2026-01-11 20:26:08'),
(1560, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208763459', 'INCOMING', '2026-01-11 20:54:02', 0, 0, '2026-01-11 20:54:51', '2026-01-11 20:54:51'),
(1561, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'MISSED', '2026-01-11 21:00:28', 0, 0, '2026-01-11 21:01:02', '2026-01-11 21:01:02'),
(1562, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-12 09:03:31', 0, 0, '2026-01-12 09:15:04', '2026-01-12 09:15:04'),
(1563, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-12 09:07:24', 0, 0, '2026-01-12 09:15:04', '2026-01-12 09:15:04'),
(1564, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-12 09:42:14', 0, 0, '2026-01-12 09:42:35', '2026-01-12 09:42:35'),
(1565, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8975790999', 'OUTGOING', '2026-01-12 09:43:54', 0, 1, '2026-01-12 09:44:35', '2026-01-12 09:44:35'),
(1566, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918975790999', 'INCOMING', '2026-01-12 09:52:23', 0, 1, '2026-01-12 09:52:48', '2026-01-12 09:52:48'),
(1567, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-12 09:52:53', 0, 1, '2026-01-12 09:53:37', '2026-01-12 09:53:37'),
(1568, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9921400600', 'OUTGOING', '2026-01-12 09:57:34', 0, 1, '2026-01-12 09:58:37', '2026-01-12 09:58:37'),
(1569, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919623456258', 'OUTGOING', '2026-01-12 10:02:54', 0, 1, '2026-01-12 10:03:52', '2026-01-12 10:03:52'),
(1570, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9823211000', 'OUTGOING', '2026-01-12 10:04:06', 0, 1, '2026-01-12 10:04:15', '2026-01-12 10:04:15'),
(1571, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9823211000', 'OUTGOING', '2026-01-12 10:05:10', 0, 0, '2026-01-12 10:05:47', '2026-01-12 10:05:47'),
(1572, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9823211000', 'OUTGOING', '2026-01-12 10:05:58', 0, 0, '2026-01-12 10:07:17', '2026-01-12 10:07:17'),
(1573, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370903131', 'MISSED', '2026-01-12 10:22:12', 0, 1, '2026-01-12 10:22:35', '2026-01-12 10:22:35'),
(1574, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919823211000', 'OUTGOING', '2026-01-12 10:22:35', 0, 1, '2026-01-12 10:22:58', '2026-01-12 10:22:58'),
(1575, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-12 10:26:07', 0, 0, '2026-01-12 10:26:46', '2026-01-12 10:26:46'),
(1576, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919823211000', 'OUTGOING', '2026-01-12 10:42:36', 0, 0, '2026-01-12 10:43:03', '2026-01-12 10:43:03'),
(1577, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'MISSED', '2026-01-12 10:49:55', 0, 1, '2026-01-12 10:51:27', '2026-01-12 10:51:27'),
(1578, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-12 10:51:27', 0, 0, '2026-01-12 10:54:45', '2026-01-12 10:54:45'),
(1579, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2026-01-12 10:53:08', 0, 0, '2026-01-12 10:54:45', '2026-01-12 10:54:45'),
(1580, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'OUTGOING', '2026-01-12 10:56:46', 0, 0, '2026-01-12 10:57:24', '2026-01-12 10:57:24'),
(1581, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-12 11:00:34', 0, 1, '2026-01-12 11:01:11', '2026-01-12 11:01:11'),
(1582, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-12 11:01:21', 0, 0, '2026-01-12 11:07:39', '2026-01-12 11:07:39'),
(1583, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-12 11:07:40', 0, 0, '2026-01-12 11:08:20', '2026-01-12 11:08:20'),
(1584, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-12 11:12:57', 0, 1, '2026-01-12 11:14:22', '2026-01-12 11:14:22'),
(1585, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'MISSED', '2026-01-12 11:15:45', 0, 1, '2026-01-12 11:15:55', '2026-01-12 11:15:55'),
(1586, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'INCOMING', '2026-01-12 11:15:55', 0, 0, '2026-01-12 11:16:38', '2026-01-12 11:16:38'),
(1587, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-12 11:20:51', 0, 0, '2026-01-12 11:22:28', '2026-01-12 11:22:28');
INSERT INTO `call_logs` (`id`, `user_id`, `device_id`, `device_name`, `local_id`, `phone_number`, `call_type`, `call_time`, `call_duration`, `sms_sent`, `created_at`, `updated_at`) VALUES
(1588, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-12 11:24:58', 0, 0, '2026-01-12 11:25:33', '2026-01-12 11:25:33'),
(1589, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-12 11:25:49', 0, 1, '2026-01-12 11:26:15', '2026-01-12 11:26:15'),
(1590, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-12 11:33:19', 0, 1, '2026-01-12 11:34:14', '2026-01-12 11:34:14'),
(1591, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917719995281', 'OUTGOING', '2026-01-12 11:34:22', 0, 1, '2026-01-12 11:34:37', '2026-01-12 11:34:37'),
(1592, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917058055028', 'INCOMING', '2026-01-12 11:34:48', 0, 1, '2026-01-12 11:36:14', '2026-01-12 11:36:14'),
(1593, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'MISSED', '2026-01-12 11:37:41', 0, 0, '2026-01-12 11:37:53', '2026-01-12 11:37:53'),
(1594, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-12 11:38:08', 0, 0, '2026-01-12 11:40:23', '2026-01-12 11:40:23'),
(1595, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-12 11:41:23', 0, 1, '2026-01-12 11:45:03', '2026-01-12 11:45:03'),
(1596, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-12 11:45:20', 0, 0, '2026-01-12 11:46:38', '2026-01-12 11:46:38'),
(1597, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-12 11:53:46', 0, 0, '2026-01-12 11:54:12', '2026-01-12 11:54:12'),
(1598, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'INCOMING', '2026-01-12 11:59:13', 0, 0, '2026-01-12 12:00:20', '2026-01-12 12:00:20'),
(1599, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918828565005', 'MISSED', '2026-01-12 12:05:51', 0, 1, '2026-01-12 12:05:57', '2026-01-12 12:05:57'),
(1600, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-12 12:10:29', 0, 1, '2026-01-12 12:11:35', '2026-01-12 12:11:35'),
(1601, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-12 12:11:58', 0, 1, '2026-01-12 12:12:23', '2026-01-12 12:12:23'),
(1602, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-12 12:12:27', 0, 0, '2026-01-12 12:13:53', '2026-01-12 12:13:53'),
(1603, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208406714', 'OUTGOING', '2026-01-12 12:21:12', 0, 1, '2026-01-12 12:21:39', '2026-01-12 12:21:39'),
(1604, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208406714', 'OUTGOING', '2026-01-12 12:21:41', 0, 0, '2026-01-12 12:22:12', '2026-01-12 12:22:12'),
(1605, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-12 12:30:41', 0, 0, '2026-01-12 12:32:21', '2026-01-12 12:32:21'),
(1606, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919022475569', 'INCOMING', '2026-01-12 12:38:10', 0, 1, '2026-01-12 12:39:19', '2026-01-12 12:39:19'),
(1607, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919022475569', 'INCOMING', '2026-01-12 12:40:41', 0, 0, '2026-01-12 12:41:12', '2026-01-12 12:41:12'),
(1608, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'INCOMING', '2026-01-12 12:42:34', 0, 1, '2026-01-12 12:43:27', '2026-01-12 12:43:27'),
(1609, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919529593526', 'INCOMING', '2026-01-12 12:52:30', 0, 1, '2026-01-12 12:53:24', '2026-01-12 12:53:24'),
(1610, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507510444', 'OUTGOING', '2026-01-12 12:58:47', 0, 1, '2026-01-12 12:59:31', '2026-01-12 12:59:31'),
(1611, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-12 13:01:47', 0, 0, '2026-01-12 13:02:05', '2026-01-12 13:02:05'),
(1612, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'INCOMING', '2026-01-12 13:02:15', 0, 0, '2026-01-12 13:03:51', '2026-01-12 13:03:51'),
(1613, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-12 13:08:00', 0, 0, '2026-01-12 13:08:27', '2026-01-12 13:08:27'),
(1614, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-12 13:13:28', 0, 0, '2026-01-12 13:14:01', '2026-01-12 13:14:01'),
(1615, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-12 13:17:15', 0, 0, '2026-01-12 13:22:24', '2026-01-12 13:22:24'),
(1616, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-12 13:29:41', 0, 0, '2026-01-12 13:30:08', '2026-01-12 13:30:08'),
(1617, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409336681', 'INCOMING', '2026-01-12 13:39:42', 0, 1, '2026-01-12 13:40:00', '2026-01-12 13:40:00'),
(1618, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-12 13:50:10', 0, 0, '2026-01-12 13:50:24', '2026-01-12 13:50:24'),
(1619, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2026-01-12 13:50:41', 0, 0, '2026-01-12 13:51:07', '2026-01-12 13:51:07'),
(1620, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917776066875', 'INCOMING', '2026-01-12 14:07:46', 0, 1, '2026-01-12 14:08:58', '2026-01-12 14:08:58'),
(1621, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-12 14:09:02', 0, 0, '2026-01-12 14:10:36', '2026-01-12 14:10:36'),
(1622, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'OUTGOING', '2026-01-12 14:14:34', 0, 1, '2026-01-12 14:15:08', '2026-01-12 14:15:08'),
(1623, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'OUTGOING', '2026-01-12 14:15:05', 0, 0, '2026-01-12 14:15:16', '2026-01-12 14:15:16'),
(1624, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921400600', 'MISSED', '2026-01-12 14:15:45', 0, 1, '2026-01-12 14:16:03', '2026-01-12 14:16:03'),
(1625, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919921209814', 'INCOMING', '2026-01-12 14:16:24', 0, 1, '2026-01-12 14:17:46', '2026-01-12 14:17:46'),
(1626, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919921400600', 'INCOMING', '2026-01-12 14:17:35', 0, 0, '2026-01-12 14:18:59', '2026-01-12 14:18:59'),
(1627, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-12 14:31:59', 0, 0, '2026-01-12 14:36:33', '2026-01-12 14:36:33'),
(1628, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917498765810', 'MISSED', '2026-01-12 14:49:18', 0, 1, '2026-01-12 14:49:52', '2026-01-12 14:49:52'),
(1629, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917498765810', 'MISSED', '2026-01-12 14:49:56', 0, 0, '2026-01-12 14:50:30', '2026-01-12 14:50:30'),
(1630, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'MISSED', '2026-01-12 14:55:30', 0, 1, '2026-01-12 14:55:51', '2026-01-12 14:55:51'),
(1631, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'MISSED', '2026-01-12 14:56:10', 0, 0, '2026-01-12 14:56:28', '2026-01-12 14:56:28'),
(1632, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-12 15:00:04', 0, 0, '2026-01-12 15:00:37', '2026-01-12 15:00:37'),
(1633, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919834368869', 'INCOMING', '2026-01-12 15:23:06', 0, 1, '2026-01-12 15:30:43', '2026-01-12 15:30:43'),
(1634, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-12 15:39:02', 0, 0, '2026-01-12 15:39:24', '2026-01-12 15:39:24'),
(1635, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917971319749', 'INCOMING', '2026-01-12 15:40:47', 0, 1, '2026-01-12 15:41:12', '2026-01-12 15:41:12'),
(1636, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-12 15:42:21', 0, 0, '2026-01-12 15:43:06', '2026-01-12 15:43:06'),
(1637, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2026-01-12 15:43:25', 0, 0, '2026-01-12 15:43:38', '2026-01-12 15:43:38'),
(1638, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-12 15:50:50', 0, 1, '2026-01-12 15:51:42', '2026-01-12 15:51:42'),
(1639, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917971319749', 'INCOMING', '2026-01-12 16:13:17', 0, 0, '2026-01-12 16:13:40', '2026-01-12 16:13:40'),
(1640, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579148089', 'INCOMING', '2026-01-12 16:41:19', 0, 1, '2026-01-12 16:41:52', '2026-01-12 16:41:52'),
(1641, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919067832496', 'MISSED', '2026-01-12 17:05:24', 0, 1, '2026-01-12 17:05:52', '2026-01-12 17:05:52'),
(1642, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579148089', 'OUTGOING', '2026-01-12 17:13:25', 0, 0, '2026-01-12 17:13:30', '2026-01-12 17:13:30'),
(1643, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-12 17:13:34', 0, 1, '2026-01-12 17:13:48', '2026-01-12 17:13:48'),
(1644, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-12 17:14:04', 0, 0, '2026-01-12 17:14:34', '2026-01-12 17:14:34'),
(1645, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888585835', 'INCOMING', '2026-01-12 17:31:14', 0, 1, '2026-01-12 17:31:50', '2026-01-12 17:31:50'),
(1646, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890454949', 'INCOMING', '2026-01-12 17:36:23', 0, 1, '2026-01-12 17:37:00', '2026-01-12 17:37:00'),
(1647, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-12 17:55:53', 0, 1, '2026-01-12 17:57:44', '2026-01-12 17:57:44'),
(1648, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919503397209', 'OUTGOING', '2026-01-12 17:58:07', 0, 1, '2026-01-12 18:00:56', '2026-01-12 18:00:56'),
(1649, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-12 18:01:11', 0, 0, '2026-01-12 18:01:55', '2026-01-12 18:01:55'),
(1650, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-12 18:01:54', 0, 0, '2026-01-12 18:02:26', '2026-01-12 18:02:26'),
(1651, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'MISSED', '2026-01-12 18:07:10', 0, 0, '2026-01-12 18:07:26', '2026-01-12 18:07:26'),
(1652, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-12 18:21:59', 0, 0, '2026-01-12 18:22:20', '2026-01-12 18:22:20'),
(1653, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'OUTGOING', '2026-01-12 18:23:24', 0, 0, '2026-01-12 18:24:04', '2026-01-12 18:24:04'),
(1654, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822632630', 'INCOMING', '2026-01-12 18:26:18', 0, 1, '2026-01-12 18:27:05', '2026-01-12 18:27:05'),
(1655, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822079646', 'INCOMING', '2026-01-12 18:29:07', 0, 1, '2026-01-12 18:30:04', '2026-01-12 18:30:04'),
(1656, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-12 18:35:30', 0, 0, '2026-01-12 18:36:02', '2026-01-12 18:36:02'),
(1657, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-12 18:36:03', 0, 0, '2026-01-12 18:36:34', '2026-01-12 18:36:34'),
(1658, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-12 18:37:55', 0, 0, '2026-01-12 18:38:18', '2026-01-12 18:38:18'),
(1659, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-12 18:45:13', 0, 0, '2026-01-12 18:48:30', '2026-01-12 18:48:30'),
(1660, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919067832496', 'INCOMING', '2026-01-12 18:51:56', 0, 0, '2026-01-12 18:52:36', '2026-01-12 18:52:36'),
(1661, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'MISSED', '2026-01-12 19:09:40', 0, 0, '2026-01-12 19:10:18', '2026-01-12 19:10:18'),
(1662, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'MISSED', '2026-01-12 19:10:26', 0, 0, '2026-01-12 19:11:03', '2026-01-12 19:11:03'),
(1663, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-12 19:14:01', 0, 0, '2026-01-12 19:16:04', '2026-01-12 19:16:04'),
(1664, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-12 19:20:35', 0, 0, '2026-01-12 19:23:29', '2026-01-12 19:23:29'),
(1665, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356400307', 'OUTGOING', '2026-01-12 19:25:47', 0, 1, '2026-01-12 19:26:24', '2026-01-12 19:26:24'),
(1666, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356400307', 'INCOMING', '2026-01-12 19:26:29', 0, 0, '2026-01-12 19:28:44', '2026-01-12 19:28:44'),
(1667, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657727161', 'INCOMING', '2026-01-12 19:29:40', 0, 1, '2026-01-12 19:31:02', '2026-01-12 19:31:02'),
(1668, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350822064', 'INCOMING', '2026-01-12 19:36:50', 0, 1, '2026-01-12 19:40:20', '2026-01-12 19:40:20'),
(1669, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'OUTGOING', '2026-01-12 19:42:52', 0, 0, '2026-01-12 19:43:30', '2026-01-12 19:43:30'),
(1670, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'MISSED', '2026-01-12 19:43:54', 0, 0, '2026-01-12 19:44:31', '2026-01-12 19:44:31'),
(1671, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'OUTGOING', '2026-01-12 19:47:56', 0, 0, '2026-01-12 19:49:03', '2026-01-12 19:49:03'),
(1672, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'MISSED', '2026-01-12 20:02:49', 0, 0, '2026-01-12 20:03:22', '2026-01-12 20:03:22'),
(1673, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-12 20:05:08', 0, 0, '2026-01-12 20:07:10', '2026-01-12 20:07:10'),
(1674, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'INCOMING', '2026-01-12 20:15:37', 0, 1, '2026-01-12 20:16:20', '2026-01-12 20:16:20'),
(1675, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387277319', 'OUTGOING', '2026-01-12 20:17:59', 0, 1, '2026-01-12 20:18:11', '2026-01-12 20:18:11'),
(1676, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387277319', 'OUTGOING', '2026-01-12 20:18:42', 0, 0, '2026-01-12 20:18:51', '2026-01-12 20:18:51'),
(1677, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2026-01-12 20:21:45', 0, 1, '2026-01-12 20:22:28', '2026-01-12 20:22:28'),
(1678, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-12 20:31:37', 0, 0, '2026-01-12 20:33:08', '2026-01-12 20:33:08'),
(1679, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'INCOMING', '2026-01-12 20:33:05', 0, 0, '2026-01-12 20:33:29', '2026-01-12 20:33:29'),
(1680, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890717263', 'OUTGOING', '2026-01-12 20:33:09', 0, 1, '2026-01-12 20:33:45', '2026-01-12 20:33:45'),
(1681, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'MISSED', '2026-01-12 20:41:23', 0, 0, '2026-01-12 20:41:54', '2026-01-12 20:41:54'),
(1682, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-12 20:43:13', 0, 0, '2026-01-12 20:43:53', '2026-01-12 20:43:53'),
(1683, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-12 20:43:56', 0, 0, '2026-01-12 20:44:07', '2026-01-12 20:44:07'),
(1684, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919067832496', 'MISSED', '2026-01-12 20:46:01', 0, 0, '2026-01-12 20:49:24', '2026-01-12 20:49:24'),
(1685, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-12 20:49:09', 0, 0, '2026-01-12 20:49:24', '2026-01-12 20:49:24'),
(1686, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'OUTGOING', '2026-01-12 20:49:49', 0, 1, '2026-01-12 20:50:10', '2026-01-12 20:50:10'),
(1687, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919067832496', 'OUTGOING', '2026-01-12 20:50:12', 0, 0, '2026-01-12 20:52:11', '2026-01-12 20:52:11'),
(1688, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919067832496', 'INCOMING', '2026-01-12 20:55:35', 0, 0, '2026-01-12 20:57:04', '2026-01-12 20:57:04'),
(1689, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-12 20:57:18', 0, 0, '2026-01-12 20:57:55', '2026-01-12 20:57:55'),
(1690, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-12 20:58:54', 0, 0, '2026-01-12 21:04:18', '2026-01-12 21:04:18'),
(1691, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-12 21:07:12', 0, 0, '2026-01-12 21:15:50', '2026-01-12 21:15:50'),
(1692, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-12 21:15:55', 0, 0, '2026-01-12 21:16:24', '2026-01-12 21:16:24'),
(1693, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'INCOMING', '2026-01-12 21:16:45', 0, 0, '2026-01-12 21:19:03', '2026-01-12 21:19:03'),
(1694, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-12 21:19:07', 0, 0, '2026-01-12 21:19:45', '2026-01-12 21:19:45'),
(1695, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'MISSED', '2026-01-12 21:21:55', 0, 0, '2026-01-12 21:24:05', '2026-01-12 21:24:05'),
(1696, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-12 21:24:05', 0, 0, '2026-01-12 21:24:42', '2026-01-12 21:24:42'),
(1697, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-12 21:24:49', 0, 0, '2026-01-12 21:31:02', '2026-01-12 21:31:02'),
(1698, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'MISSED', '2026-01-12 21:38:13', 0, 0, '2026-01-12 21:38:37', '2026-01-12 21:38:37'),
(1699, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888585835', 'MISSED', '2026-01-12 21:47:23', 0, 0, '2026-01-12 21:49:19', '2026-01-12 21:49:19'),
(1700, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-12 21:49:23', 0, 0, '2026-01-12 21:50:10', '2026-01-12 21:50:10'),
(1701, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888585835', 'INCOMING', '2026-01-12 21:51:53', 0, 0, '2026-01-12 21:54:06', '2026-01-12 21:54:06'),
(1702, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-12 21:56:17', 0, 0, '2026-01-12 21:56:48', '2026-01-12 21:56:48'),
(1703, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-12 21:59:22', 0, 0, '2026-01-12 22:00:00', '2026-01-12 22:00:00'),
(1704, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918368373998', 'OUTGOING', '2026-01-12 22:04:54', 0, 1, '2026-01-12 22:06:06', '2026-01-12 22:06:06'),
(1705, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888585835', 'OUTGOING', '2026-01-12 22:06:09', 0, 0, '2026-01-12 22:06:44', '2026-01-12 22:06:44'),
(1706, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-12 22:10:30', 0, 0, '2026-01-12 22:11:23', '2026-01-12 22:11:23'),
(1707, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-12 22:11:31', 0, 0, '2026-01-12 22:12:13', '2026-01-12 22:12:13'),
(1708, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-12 22:15:54', 0, 0, '2026-01-12 22:17:43', '2026-01-12 22:17:43'),
(1709, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-12 22:25:29', 0, 0, '2026-01-12 22:25:53', '2026-01-12 22:25:53'),
(1710, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'MISSED', '2026-01-12 22:34:46', 0, 0, '2026-01-12 22:40:17', '2026-01-12 22:40:17'),
(1711, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'INCOMING', '2026-01-12 22:48:29', 0, 1, '2026-01-12 22:50:14', '2026-01-12 22:50:14'),
(1712, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919767140797', 'INCOMING', '2026-01-12 22:50:24', 0, 1, '2026-01-12 22:50:51', '2026-01-12 22:50:51'),
(1713, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-12 22:50:50', 0, 0, '2026-01-12 22:51:37', '2026-01-12 22:51:37'),
(1714, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919767140797', 'MISSED', '2026-01-12 22:52:27', 0, 0, '2026-01-12 22:53:53', '2026-01-12 22:53:53'),
(1715, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-12 22:53:51', 0, 0, '2026-01-12 22:55:35', '2026-01-12 22:55:35'),
(1716, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'MISSED', '2026-01-12 23:32:12', 0, 0, '2026-01-13 07:20:47', '2026-01-13 07:20:47'),
(1717, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919420263031', 'OUTGOING', '2026-01-13 07:53:27', 0, 1, '2026-01-13 07:55:13', '2026-01-13 07:55:13'),
(1718, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917971830664', 'MISSED', '2026-01-13 08:20:32', 0, 1, '2026-01-13 08:50:52', '2026-01-13 08:50:52'),
(1719, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917971953327', 'INCOMING', '2026-01-13 09:04:34', 0, 1, '2026-01-13 09:10:13', '2026-01-13 09:10:13'),
(1720, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-13 09:09:05', 0, 0, '2026-01-13 09:10:13', '2026-01-13 09:10:13'),
(1721, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-13 09:25:01', 0, 0, '2026-01-13 09:25:28', '2026-01-13 09:25:28'),
(1722, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2026-01-13 09:28:55', 0, 0, '2026-01-13 09:30:04', '2026-01-13 09:30:04'),
(1723, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-13 09:31:00', 0, 1, '2026-01-13 09:45:08', '2026-01-13 09:45:08'),
(1724, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-13 10:00:24', 0, 0, '2026-01-13 10:00:58', '2026-01-13 10:00:58'),
(1725, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-13 10:01:16', 0, 0, '2026-01-13 10:02:17', '2026-01-13 10:02:17'),
(1726, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-13 10:04:02', 0, 0, '2026-01-13 10:04:26', '2026-01-13 10:04:26'),
(1727, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-13 10:04:35', 0, 0, '2026-01-13 10:05:15', '2026-01-13 10:05:15'),
(1728, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-13 10:06:15', 0, 0, '2026-01-13 10:06:47', '2026-01-13 10:06:47'),
(1729, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-13 10:06:46', 0, 0, '2026-01-13 10:07:03', '2026-01-13 10:07:03'),
(1730, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-13 10:08:55', 0, 0, '2026-01-13 10:10:00', '2026-01-13 10:10:00'),
(1731, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-13 10:14:40', 0, 0, '2026-01-13 10:15:36', '2026-01-13 10:15:36'),
(1732, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-13 10:21:48', 0, 0, '2026-01-13 10:22:33', '2026-01-13 10:22:33'),
(1733, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-13 10:27:54', 0, 0, '2026-01-13 10:28:24', '2026-01-13 10:28:24'),
(1734, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-13 10:49:59', 0, 0, '2026-01-13 10:50:15', '2026-01-13 10:50:15'),
(1735, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-13 10:50:48', 0, 0, '2026-01-13 10:55:05', '2026-01-13 10:55:05'),
(1736, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-13 10:58:42', 0, 0, '2026-01-13 10:58:46', '2026-01-13 10:58:46'),
(1737, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-13 10:58:46', 0, 1, '2026-01-13 10:59:18', '2026-01-13 10:59:18'),
(1738, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+916744530172', 'INCOMING', '2026-01-13 11:15:37', 0, 1, '2026-01-13 11:16:04', '2026-01-13 11:16:04'),
(1739, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370903131', 'INCOMING', '2026-01-13 11:21:23', 0, 1, '2026-01-13 11:22:26', '2026-01-13 11:22:26'),
(1740, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'OUTGOING', '2026-01-13 11:24:33', 0, 0, '2026-01-13 11:25:12', '2026-01-13 11:25:12'),
(1741, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-13 11:25:19', 0, 1, '2026-01-13 11:25:45', '2026-01-13 11:25:45'),
(1742, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'OUTGOING', '2026-01-13 11:26:18', 0, 1, '2026-01-13 11:26:50', '2026-01-13 11:26:50'),
(1743, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'INCOMING', '2026-01-13 11:31:29', 0, 1, '2026-01-13 11:32:25', '2026-01-13 11:32:25'),
(1744, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-13 11:59:39', 0, 1, '2026-01-13 12:03:08', '2026-01-13 12:03:08'),
(1745, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890454949', 'INCOMING', '2026-01-13 12:05:52', 0, 0, '2026-01-13 12:06:56', '2026-01-13 12:06:56'),
(1746, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890454949', 'OUTGOING', '2026-01-13 12:09:29', 0, 0, '2026-01-13 12:11:45', '2026-01-13 12:11:45'),
(1747, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '18009111111', 'OUTGOING', '2026-01-13 12:20:53', 0, 1, '2026-01-13 12:25:42', '2026-01-13 12:25:42'),
(1748, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-13 12:27:16', 0, 0, '2026-01-13 12:27:43', '2026-01-13 12:27:43'),
(1749, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-13 12:33:12', 0, 0, '2026-01-13 12:34:22', '2026-01-13 12:34:22'),
(1750, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-13 12:35:47', 0, 0, '2026-01-13 12:37:03', '2026-01-13 12:37:03'),
(1751, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356400307', 'OUTGOING', '2026-01-13 12:55:09', 0, 0, '2026-01-13 12:55:36', '2026-01-13 12:55:36'),
(1752, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545866086', 'INCOMING', '2026-01-13 12:55:58', 0, 1, '2026-01-13 12:56:38', '2026-01-13 12:56:38'),
(1753, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356400307', 'INCOMING', '2026-01-13 12:57:41', 0, 0, '2026-01-13 12:57:58', '2026-01-13 12:57:58'),
(1754, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2026-01-13 12:59:26', 0, 1, '2026-01-13 13:00:12', '2026-01-13 13:00:12'),
(1755, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-13 13:02:45', 0, 1, '2026-01-13 13:03:34', '2026-01-13 13:03:34'),
(1756, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918408806655', 'INCOMING', '2026-01-13 13:12:06', 0, 1, '2026-01-13 13:13:03', '2026-01-13 13:13:03'),
(1757, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918408806655', 'OUTGOING', '2026-01-13 13:16:45', 0, 0, '2026-01-13 13:20:44', '2026-01-13 13:20:44'),
(1758, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917744944808', 'INCOMING', '2026-01-13 13:21:03', 0, 1, '2026-01-13 13:23:57', '2026-01-13 13:23:57'),
(1759, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-13 13:25:37', 0, 1, '2026-01-13 13:26:25', '2026-01-13 13:26:25'),
(1760, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-13 13:41:31', 0, 0, '2026-01-13 13:41:46', '2026-01-13 13:41:46'),
(1761, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-13 13:41:31', 0, 0, '2026-01-13 13:41:46', '2026-01-13 13:41:46'),
(1762, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-13 13:43:29', 0, 1, '2026-01-13 13:43:43', '2026-01-13 13:43:43'),
(1763, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917776901254', 'INCOMING', '2026-01-13 13:51:39', 0, 1, '2026-01-13 13:52:51', '2026-01-13 13:52:51'),
(1764, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2026-01-13 13:59:40', 0, 0, '2026-01-13 14:01:59', '2026-01-13 14:01:59'),
(1765, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579988914', 'INCOMING', '2026-01-13 14:05:27', 0, 1, '2026-01-13 14:05:50', '2026-01-13 14:05:50'),
(1766, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-13 14:09:16', 0, 0, '2026-01-13 14:09:34', '2026-01-13 14:09:34'),
(1767, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918068515787', 'MISSED', '2026-01-13 14:27:11', 0, 1, '2026-01-13 14:27:20', '2026-01-13 14:27:20'),
(1768, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-13 14:34:24', 0, 0, '2026-01-13 14:42:23', '2026-01-13 14:42:23'),
(1769, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-13 14:48:13', 0, 0, '2026-01-13 14:49:27', '2026-01-13 14:49:27'),
(1770, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-13 14:57:51', 0, 1, '2026-01-13 14:57:55', '2026-01-13 14:57:55'),
(1771, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-13 15:03:21', 0, 0, '2026-01-13 15:04:04', '2026-01-13 15:04:04'),
(1772, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-13 15:09:52', 0, 1, '2026-01-13 15:15:17', '2026-01-13 15:15:17'),
(1773, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-13 15:16:44', 0, 0, '2026-01-13 15:17:09', '2026-01-13 15:17:09'),
(1774, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-13 15:18:29', 0, 0, '2026-01-13 15:19:24', '2026-01-13 15:19:24'),
(1775, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'INCOMING', '2026-01-13 15:44:28', 0, 1, '2026-01-13 15:45:16', '2026-01-13 15:45:16'),
(1776, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-13 15:57:31', 0, 1, '2026-01-13 15:59:12', '2026-01-13 15:59:12'),
(1777, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'MISSED', '2026-01-13 16:25:38', 0, 1, '2026-01-13 16:26:26', '2026-01-13 16:26:26'),
(1778, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-13 16:33:11', 0, 0, '2026-01-13 16:34:03', '2026-01-13 16:34:03'),
(1779, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918767482241', 'INCOMING', '2026-01-13 16:34:25', 0, 1, '2026-01-13 16:34:50', '2026-01-13 16:34:50'),
(1780, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918767482241', 'INCOMING', '2026-01-13 16:34:25', 0, 1, '2026-01-13 16:34:50', '2026-01-13 16:34:50'),
(1781, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'INCOMING', '2026-01-13 16:36:39', 0, 1, '2026-01-13 16:37:01', '2026-01-13 16:37:01'),
(1782, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917557109120', 'INCOMING', '2026-01-13 16:44:33', 0, 1, '2026-01-13 16:44:51', '2026-01-13 16:44:51'),
(1783, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9763871998', 'OUTGOING', '2026-01-13 17:00:32', 0, 1, '2026-01-13 17:02:39', '2026-01-13 17:02:39'),
(1784, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-13 17:08:47', 0, 0, '2026-01-13 17:11:21', '2026-01-13 17:11:21'),
(1785, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2026-01-13 17:13:21', 0, 1, '2026-01-13 17:13:59', '2026-01-13 17:13:59'),
(1786, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-13 17:14:54', 0, 0, '2026-01-13 17:15:16', '2026-01-13 17:15:16'),
(1787, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-13 17:22:59', 0, 0, '2026-01-13 17:26:19', '2026-01-13 17:26:19'),
(1788, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'OUTGOING', '2026-01-13 17:30:38', 0, 0, '2026-01-13 17:31:15', '2026-01-13 17:31:15'),
(1789, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918068515784', 'INCOMING', '2026-01-13 17:31:41', 0, 1, '2026-01-13 17:32:13', '2026-01-13 17:32:13'),
(1790, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917776901254', 'INCOMING', '2026-01-13 17:33:30', 0, 0, '2026-01-13 17:34:43', '2026-01-13 17:34:43'),
(1791, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-13 17:48:29', 0, 1, '2026-01-13 17:57:17', '2026-01-13 17:57:17'),
(1792, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2026-01-13 17:57:33', 0, 0, '2026-01-13 17:58:00', '2026-01-13 17:58:00'),
(1793, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'MISSED', '2026-01-13 17:58:14', 0, 0, '2026-01-13 17:59:26', '2026-01-13 17:59:26'),
(1794, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2026-01-13 17:59:29', 0, 0, '2026-01-13 18:02:55', '2026-01-13 18:02:55'),
(1795, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-13 18:04:24', 0, 0, '2026-01-13 18:06:39', '2026-01-13 18:06:39'),
(1796, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-13 18:11:34', 0, 0, '2026-01-13 18:11:52', '2026-01-13 18:11:52'),
(1797, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-13 18:12:07', 0, 0, '2026-01-13 18:12:28', '2026-01-13 18:12:28'),
(1798, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-13 18:16:35', 0, 0, '2026-01-13 18:17:44', '2026-01-13 18:17:44'),
(1799, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-13 18:21:47', 0, 0, '2026-01-13 18:22:46', '2026-01-13 18:22:46'),
(1800, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'INCOMING', '2026-01-13 18:26:31', 0, 0, '2026-01-13 18:26:47', '2026-01-13 18:26:47'),
(1801, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-13 18:27:19', 0, 0, '2026-01-13 18:28:21', '2026-01-13 18:28:21'),
(1802, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-13 18:28:34', 0, 1, '2026-01-13 18:28:44', '2026-01-13 18:28:44'),
(1803, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-13 18:29:02', 0, 0, '2026-01-13 18:29:53', '2026-01-13 18:29:53'),
(1804, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2026-01-13 18:30:22', 0, 0, '2026-01-13 18:31:01', '2026-01-13 18:31:01'),
(1805, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-13 18:31:12', 0, 0, '2026-01-13 18:31:34', '2026-01-13 18:31:34'),
(1806, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-13 18:32:54', 0, 0, '2026-01-13 18:33:53', '2026-01-13 18:33:53'),
(1807, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'MISSED', '2026-01-13 18:37:35', 0, 0, '2026-01-13 18:37:40', '2026-01-13 18:37:40'),
(1808, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-13 18:38:59', 0, 0, '2026-01-13 18:39:03', '2026-01-13 18:39:03'),
(1809, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-13 18:39:05', 0, 0, '2026-01-13 18:39:51', '2026-01-13 18:39:51'),
(1810, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-13 19:05:05', 0, 0, '2026-01-13 19:05:58', '2026-01-13 19:05:58'),
(1811, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-13 19:08:41', 0, 0, '2026-01-13 19:09:31', '2026-01-13 19:09:31'),
(1812, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917020459550', 'OUTGOING', '2026-01-13 19:24:04', 0, 1, '2026-01-13 19:24:37', '2026-01-13 19:24:37'),
(1813, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917020459550', 'OUTGOING', '2026-01-13 19:26:14', 0, 0, '2026-01-13 19:26:36', '2026-01-13 19:26:36'),
(1814, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917020459550', 'OUTGOING', '2026-01-13 19:26:38', 0, 0, '2026-01-13 19:27:01', '2026-01-13 19:27:01'),
(1815, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-13 19:28:02', 0, 1, '2026-01-13 19:28:49', '2026-01-13 19:28:49'),
(1816, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'INCOMING', '2026-01-13 19:40:23', 0, 1, '2026-01-13 19:41:22', '2026-01-13 19:41:22'),
(1817, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888585835', 'OUTGOING', '2026-01-13 19:46:11', 0, 1, '2026-01-13 19:48:36', '2026-01-13 19:48:36'),
(1818, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579123535', 'INCOMING', '2026-01-13 19:55:05', 0, 1, '2026-01-13 20:01:07', '2026-01-13 20:01:07'),
(1819, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-13 20:02:54', 0, 0, '2026-01-13 20:03:16', '2026-01-13 20:03:16'),
(1820, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370903131', 'OUTGOING', '2026-01-13 20:05:53', 0, 0, '2026-01-13 20:08:08', '2026-01-13 20:08:08'),
(1821, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370903131', 'OUTGOING', '2026-01-13 20:12:09', 0, 0, '2026-01-13 20:12:16', '2026-01-13 20:12:16'),
(1822, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'INCOMING', '2026-01-13 20:18:49', 0, 0, '2026-01-13 20:33:32', '2026-01-13 20:33:32'),
(1823, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370903131', 'OUTGOING', '2026-01-13 20:37:28', 0, 0, '2026-01-13 20:38:22', '2026-01-13 20:38:22'),
(1824, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8368526281', 'OUTGOING', '2026-01-13 20:39:41', 0, 1, '2026-01-13 20:40:08', '2026-01-13 20:40:08'),
(1825, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370903131', 'MISSED', '2026-01-13 20:40:58', 0, 0, '2026-01-13 20:41:06', '2026-01-13 20:41:06'),
(1826, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919623456258', 'INCOMING', '2026-01-13 20:41:16', 0, 1, '2026-01-13 20:43:06', '2026-01-13 20:43:06'),
(1827, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-13 20:43:09', 0, 0, '2026-01-13 20:43:46', '2026-01-13 20:43:46'),
(1828, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-13 20:44:31', 0, 0, '2026-01-13 20:44:38', '2026-01-13 20:44:38'),
(1829, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-13 20:45:51', 0, 0, '2026-01-13 20:46:45', '2026-01-13 20:46:45'),
(1830, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919371457240', 'MISSED', '2026-01-13 20:51:51', 0, 1, '2026-01-13 20:52:27', '2026-01-13 20:52:27'),
(1831, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919604698194', 'INCOMING', '2026-01-13 21:06:34', 0, 1, '2026-01-13 21:08:26', '2026-01-13 21:08:26'),
(1832, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917385951228', 'OUTGOING', '2026-01-13 21:15:09', 0, 1, '2026-01-13 21:15:49', '2026-01-13 21:15:49'),
(1833, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919371457240', 'INCOMING', '2026-01-13 21:17:51', 0, 0, '2026-01-13 21:23:44', '2026-01-13 21:23:44'),
(1834, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-13 21:22:28', 0, 0, '2026-01-13 21:25:52', '2026-01-13 21:25:52'),
(1835, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168004014', 'MISSED', '2026-01-13 22:08:04', 0, 1, '2026-01-13 22:09:07', '2026-01-13 22:09:07'),
(1836, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168004014', 'OUTGOING', '2026-01-13 22:09:06', 0, 0, '2026-01-13 22:10:40', '2026-01-13 22:10:40'),
(1837, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822433665', 'INCOMING', '2026-01-14 08:15:16', 0, 1, '2026-01-14 08:36:47', '2026-01-14 08:36:47'),
(1838, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822433665', 'INCOMING', '2026-01-14 08:15:16', 0, 1, '2026-01-14 08:36:47', '2026-01-14 08:36:47'),
(1839, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-14 08:37:32', 0, 0, '2026-01-14 08:37:47', '2026-01-14 08:37:47'),
(1840, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-14 08:41:36', 0, 0, '2026-01-14 08:45:05', '2026-01-14 08:45:05'),
(1841, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888585835', 'OUTGOING', '2026-01-14 08:45:19', 0, 0, '2026-01-14 08:48:17', '2026-01-14 08:48:17'),
(1842, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822433665', 'OUTGOING', '2026-01-14 09:06:13', 0, 0, '2026-01-14 09:06:40', '2026-01-14 09:06:40'),
(1843, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-14 09:07:03', 0, 0, '2026-01-14 09:10:17', '2026-01-14 09:10:17'),
(1844, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-14 09:13:58', 0, 0, '2026-01-14 09:15:12', '2026-01-14 09:15:12'),
(1845, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822433665', 'INCOMING', '2026-01-14 09:20:14', 0, 0, '2026-01-14 09:20:39', '2026-01-14 09:20:39'),
(1846, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919371457240', 'MISSED', '2026-01-14 09:30:41', 0, 0, '2026-01-14 09:31:15', '2026-01-14 09:31:15'),
(1847, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-14 09:32:03', 0, 1, '2026-01-14 09:33:04', '2026-01-14 09:33:04'),
(1848, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918999234730', 'OUTGOING', '2026-01-14 09:48:41', 0, 1, '2026-01-14 09:49:30', '2026-01-14 09:49:30'),
(1849, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378775533', 'MISSED', '2026-01-14 10:13:43', 0, 1, '2026-01-14 10:14:03', '2026-01-14 10:14:03'),
(1850, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378775533', 'OUTGOING', '2026-01-14 10:14:07', 0, 0, '2026-01-14 10:14:45', '2026-01-14 10:14:45'),
(1851, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-14 10:30:44', 0, 0, '2026-01-14 10:31:10', '2026-01-14 10:31:10'),
(1852, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-14 10:31:13', 0, 0, '2026-01-14 10:31:34', '2026-01-14 10:31:34'),
(1853, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919764167077', 'INCOMING', '2026-01-14 10:39:05', 0, 1, '2026-01-14 10:40:59', '2026-01-14 10:40:59'),
(1854, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-14 10:41:02', 0, 1, '2026-01-14 10:41:48', '2026-01-14 10:41:48'),
(1855, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'INCOMING', '2026-01-14 10:43:44', 0, 0, '2026-01-14 10:45:37', '2026-01-14 10:45:37'),
(1856, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-01-14 10:48:32', 0, 0, '2026-01-14 10:48:45', '2026-01-14 10:48:45'),
(1857, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9049585917', 'OUTGOING', '2026-01-14 10:54:01', 0, 1, '2026-01-14 10:54:14', '2026-01-14 10:54:14'),
(1858, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-14 11:00:58', 0, 0, '2026-01-14 11:01:52', '2026-01-14 11:01:52'),
(1859, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-14 11:10:21', 0, 0, '2026-01-14 11:11:03', '2026-01-14 11:11:03'),
(1860, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-14 11:11:04', 0, 0, '2026-01-14 11:12:31', '2026-01-14 11:12:31'),
(1861, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-14 11:16:52', 0, 0, '2026-01-14 11:17:01', '2026-01-14 11:17:01'),
(1862, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-14 11:20:29', 0, 0, '2026-01-14 11:20:37', '2026-01-14 11:20:37'),
(1863, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-14 11:30:08', 0, 0, '2026-01-14 11:30:51', '2026-01-14 11:30:51'),
(1864, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-14 11:41:49', 0, 0, '2026-01-14 11:49:52', '2026-01-14 11:49:52'),
(1865, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-14 11:46:56', 0, 0, '2026-01-14 11:49:53', '2026-01-14 11:49:53'),
(1866, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9049585917', 'OUTGOING', '2026-01-14 11:50:35', 0, 0, '2026-01-14 11:51:14', '2026-01-14 11:51:14'),
(1867, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8767189877', 'OUTGOING', '2026-01-14 12:43:23', 0, 1, '2026-01-14 12:43:49', '2026-01-14 12:43:49'),
(1868, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146043676', 'OUTGOING', '2026-01-14 12:44:07', 0, 1, '2026-01-14 12:44:29', '2026-01-14 12:44:29'),
(1869, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146043676', 'INCOMING', '2026-01-14 12:44:53', 0, 0, '2026-01-14 12:45:22', '2026-01-14 12:45:22'),
(1870, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '09850254180', 'OUTGOING', '2026-01-14 12:48:50', 0, 1, '2026-01-14 12:49:50', '2026-01-14 12:49:50'),
(1871, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-14 12:56:21', 0, 0, '2026-01-14 12:57:40', '2026-01-14 12:57:40'),
(1872, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-14 13:06:37', 0, 0, '2026-01-14 13:07:18', '2026-01-14 13:07:18'),
(1873, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'OUTGOING', '2026-01-14 13:18:31', 0, 0, '2026-01-14 13:20:11', '2026-01-14 13:20:11'),
(1874, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-14 13:20:23', 0, 0, '2026-01-14 13:21:21', '2026-01-14 13:21:21'),
(1875, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919075456258', 'OUTGOING', '2026-01-14 13:29:04', 0, 1, '2026-01-14 13:42:33', '2026-01-14 13:42:33'),
(1876, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'INCOMING', '2026-01-14 13:45:14', 0, 0, '2026-01-14 13:46:00', '2026-01-14 13:46:00'),
(1877, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890060751', 'INCOMING', '2026-01-14 13:59:48', 0, 1, '2026-01-14 14:01:22', '2026-01-14 14:01:22'),
(1878, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'INCOMING', '2026-01-14 14:10:27', 0, 0, '2026-01-14 14:10:57', '2026-01-14 14:10:57'),
(1879, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-14 14:14:00', 0, 0, '2026-01-14 14:14:23', '2026-01-14 14:14:23'),
(1880, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'INCOMING', '2026-01-14 14:14:43', 0, 0, '2026-01-14 14:15:17', '2026-01-14 14:15:17'),
(1881, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-14 14:15:48', 0, 0, '2026-01-14 14:19:05', '2026-01-14 14:19:05'),
(1882, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370903131', 'OUTGOING', '2026-01-14 14:19:36', 0, 1, '2026-01-14 14:20:18', '2026-01-14 14:20:18'),
(1883, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-14 14:23:18', 0, 0, '2026-01-14 14:24:06', '2026-01-14 14:24:06'),
(1884, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-14 14:28:57', 0, 0, '2026-01-14 14:29:32', '2026-01-14 14:29:32'),
(1885, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-14 14:36:22', 0, 1, '2026-01-14 14:36:54', '2026-01-14 14:36:54'),
(1886, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-14 14:36:59', 0, 1, '2026-01-14 14:37:19', '2026-01-14 14:37:19'),
(1887, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-14 14:37:33', 0, 1, '2026-01-14 14:40:39', '2026-01-14 14:40:39'),
(1888, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-14 14:42:41', 0, 0, '2026-01-14 14:43:26', '2026-01-14 14:43:26'),
(1889, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370903131', 'OUTGOING', '2026-01-14 14:51:22', 0, 0, '2026-01-14 14:52:17', '2026-01-14 14:52:17'),
(1890, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'MISSED', '2026-01-14 15:01:01', 0, 0, '2026-01-14 15:01:30', '2026-01-14 15:01:30'),
(1891, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-14 15:09:43', 0, 0, '2026-01-14 15:09:59', '2026-01-14 15:09:59'),
(1892, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-14 15:10:05', 0, 0, '2026-01-14 15:11:24', '2026-01-14 15:11:24'),
(1893, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-14 15:14:28', 0, 1, '2026-01-14 15:17:16', '2026-01-14 15:17:16'),
(1894, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-14 15:23:43', 0, 0, '2026-01-14 15:24:08', '2026-01-14 15:24:08'),
(1895, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'INCOMING', '2026-01-14 15:25:26', 0, 0, '2026-01-14 15:27:20', '2026-01-14 15:27:20'),
(1896, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'OUTGOING', '2026-01-14 15:31:19', 0, 0, '2026-01-14 15:31:50', '2026-01-14 15:31:50'),
(1897, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-14 15:31:53', 0, 0, '2026-01-14 15:32:11', '2026-01-14 15:32:11'),
(1898, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'INCOMING', '2026-01-14 15:33:44', 0, 1, '2026-01-14 15:38:12', '2026-01-14 15:38:12'),
(1899, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668824240', 'INCOMING', '2026-01-14 15:54:18', 0, 1, '2026-01-14 15:55:54', '2026-01-14 15:55:54'),
(1900, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-14 16:26:16', 0, 0, '2026-01-14 16:26:48', '2026-01-14 16:26:48'),
(1901, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-14 16:45:37', 0, 0, '2026-01-14 16:46:46', '2026-01-14 16:46:46'),
(1902, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'MISSED', '2026-01-14 16:50:29', 0, 1, '2026-01-14 16:50:39', '2026-01-14 16:50:39'),
(1903, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919673762813', 'OUTGOING', '2026-01-14 16:50:41', 0, 1, '2026-01-14 16:51:33', '2026-01-14 16:51:33');
INSERT INTO `call_logs` (`id`, `user_id`, `device_id`, `device_name`, `local_id`, `phone_number`, `call_type`, `call_time`, `call_duration`, `sms_sent`, `created_at`, `updated_at`) VALUES
(1904, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-14 16:54:06', 0, 0, '2026-01-14 16:54:40', '2026-01-14 16:54:40'),
(1905, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'MISSED', '2026-01-14 17:12:11', 0, 0, '2026-01-14 17:12:42', '2026-01-14 17:12:42'),
(1906, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-14 17:16:23', 0, 0, '2026-01-14 17:17:12', '2026-01-14 17:17:12'),
(1907, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-14 17:17:12', 0, 0, '2026-01-14 17:18:17', '2026-01-14 17:18:17'),
(1908, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-14 17:19:51', 0, 1, '2026-01-14 17:21:07', '2026-01-14 17:21:07'),
(1909, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919623456258', 'INCOMING', '2026-01-14 17:26:07', 0, 0, '2026-01-14 17:26:52', '2026-01-14 17:26:52'),
(1910, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917666475291', 'INCOMING', '2026-01-14 17:37:35', 0, 1, '2026-01-14 17:39:24', '2026-01-14 17:39:24'),
(1911, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919970782003', 'OUTGOING', '2026-01-14 17:39:37', 0, 1, '2026-01-14 17:40:49', '2026-01-14 17:40:49'),
(1912, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917776901254', 'OUTGOING', '2026-01-14 17:41:36', 0, 1, '2026-01-14 17:42:46', '2026-01-14 17:42:46'),
(1913, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-14 17:48:40', 0, 0, '2026-01-14 17:49:06', '2026-01-14 17:49:06'),
(1914, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-14 17:54:21', 0, 0, '2026-01-14 17:55:43', '2026-01-14 17:55:43'),
(1915, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922655617', 'INCOMING', '2026-01-14 18:03:31', 0, 1, '2026-01-14 18:06:32', '2026-01-14 18:06:32'),
(1916, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-14 18:08:52', 0, 0, '2026-01-14 18:09:17', '2026-01-14 18:09:17'),
(1917, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-14 18:11:31', 0, 1, '2026-01-14 18:13:00', '2026-01-14 18:13:00'),
(1918, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890717263', 'OUTGOING', '2026-01-14 18:20:17', 0, 1, '2026-01-14 18:21:16', '2026-01-14 18:21:16'),
(1919, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-14 18:22:49', 0, 0, '2026-01-14 18:23:32', '2026-01-14 18:23:32'),
(1920, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028707978', 'INCOMING', '2026-01-14 18:23:32', 0, 1, '2026-01-14 18:24:41', '2026-01-14 18:24:41'),
(1921, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356400307', 'OUTGOING', '2026-01-14 18:24:46', 0, 1, '2026-01-14 18:25:26', '2026-01-14 18:25:26'),
(1922, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-14 18:28:16', 0, 0, '2026-01-14 18:28:39', '2026-01-14 18:28:39'),
(1923, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028707978', 'MISSED', '2026-01-14 18:28:46', 0, 0, '2026-01-14 18:29:11', '2026-01-14 18:29:11'),
(1924, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-14 18:31:11', 0, 0, '2026-01-14 18:31:22', '2026-01-14 18:31:22'),
(1925, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689935705', 'OUTGOING', '2026-01-14 18:31:31', 0, 1, '2026-01-14 18:32:03', '2026-01-14 18:32:03'),
(1926, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689935705', 'OUTGOING', '2026-01-14 18:32:11', 0, 0, '2026-01-14 18:32:17', '2026-01-14 18:32:17'),
(1927, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689935705', 'INCOMING', '2026-01-14 18:32:26', 0, 0, '2026-01-14 18:34:44', '2026-01-14 18:34:44'),
(1928, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-14 18:34:49', 0, 0, '2026-01-14 18:35:03', '2026-01-14 18:35:03'),
(1929, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919518386098', 'MISSED', '2026-01-14 18:35:06', 0, 1, '2026-01-14 18:35:31', '2026-01-14 18:35:31'),
(1930, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-14 18:35:06', 0, 0, '2026-01-14 18:35:41', '2026-01-14 18:35:41'),
(1931, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-14 18:35:50', 0, 0, '2026-01-14 18:36:05', '2026-01-14 18:36:05'),
(1932, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-14 18:37:47', 0, 1, '2026-01-14 18:38:18', '2026-01-14 18:38:18'),
(1933, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356400307', 'INCOMING', '2026-01-14 18:54:09', 0, 0, '2026-01-14 18:58:01', '2026-01-14 18:58:01'),
(1934, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918828565005', 'OUTGOING', '2026-01-14 18:58:57', 0, 1, '2026-01-14 18:59:24', '2026-01-14 18:59:24'),
(1935, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918828565005', 'OUTGOING', '2026-01-14 18:59:56', 0, 0, '2026-01-14 19:00:22', '2026-01-14 19:00:22'),
(1936, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'OUTGOING', '2026-01-14 19:19:21', 0, 1, '2026-01-14 19:19:42', '2026-01-14 19:19:42'),
(1937, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919921209814', 'OUTGOING', '2026-01-14 19:19:42', 0, 1, '2026-01-14 19:21:00', '2026-01-14 19:21:00'),
(1938, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918828565005', 'INCOMING', '2026-01-14 19:42:28', 0, 0, '2026-01-14 19:43:40', '2026-01-14 19:43:40'),
(1939, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-14 19:09:52', 0, 1, '2026-01-14 19:44:44', '2026-01-14 19:44:44'),
(1940, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-14 19:18:31', 0, 1, '2026-01-14 19:44:44', '2026-01-14 19:44:44'),
(1941, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-14 19:40:55', 0, 1, '2026-01-14 19:44:44', '2026-01-14 19:44:44'),
(1942, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-14 19:43:41', 0, 0, '2026-01-14 19:52:35', '2026-01-14 19:52:35'),
(1943, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'INCOMING', '2026-01-14 19:57:59', 0, 0, '2026-01-14 20:01:53', '2026-01-14 20:01:53'),
(1944, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-14 20:11:36', 0, 1, '2026-01-14 20:14:17', '2026-01-14 20:14:17'),
(1945, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919225549513', 'INCOMING', '2026-01-14 21:03:26', 0, 1, '2026-01-14 21:03:57', '2026-01-14 21:03:57'),
(1946, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-14 21:04:19', 0, 0, '2026-01-14 21:05:07', '2026-01-14 21:05:07'),
(1947, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-14 21:05:14', 0, 0, '2026-01-14 21:05:24', '2026-01-14 21:05:24'),
(1948, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-14 21:05:35', 0, 0, '2026-01-14 21:06:08', '2026-01-14 21:06:08'),
(1949, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-14 21:40:44', 0, 0, '2026-01-14 21:41:01', '2026-01-14 21:41:01'),
(1950, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-14 21:41:12', 0, 0, '2026-01-14 21:41:21', '2026-01-14 21:41:21'),
(1951, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-14 21:56:06', 0, 0, '2026-01-14 22:01:12', '2026-01-14 22:01:12'),
(1952, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689935705', 'OUTGOING', '2026-01-14 22:07:00', 0, 0, '2026-01-14 22:07:21', '2026-01-14 22:07:21'),
(1953, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917588277882', 'INCOMING', '2026-01-14 22:12:41', 0, 1, '2026-01-14 22:13:45', '2026-01-14 22:13:45'),
(1954, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918805894172', 'INCOMING', '2026-01-14 22:13:53', 0, 1, '2026-01-14 22:16:33', '2026-01-14 22:16:33'),
(1955, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917588277882', 'INCOMING', '2026-01-14 22:17:02', 0, 0, '2026-01-14 22:21:39', '2026-01-14 22:21:39'),
(1956, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-14 22:29:56', 0, 0, '2026-01-14 22:30:39', '2026-01-14 22:30:39'),
(1957, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-14 22:31:30', 0, 0, '2026-01-14 22:32:02', '2026-01-14 22:32:02'),
(1958, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918805894172', 'MISSED', '2026-01-14 22:33:34', 0, 0, '2026-01-14 22:34:51', '2026-01-14 22:34:51'),
(1959, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-14 22:37:18', 0, 0, '2026-01-14 22:38:12', '2026-01-14 22:38:12'),
(1960, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8975559269', 'OUTGOING', '2026-01-14 22:41:39', 0, 1, '2026-01-14 22:44:33', '2026-01-14 22:44:33'),
(1961, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579988914', 'INCOMING', '2026-01-14 22:47:46', 0, 1, '2026-01-14 22:48:04', '2026-01-14 22:48:04'),
(1962, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890454949', 'INCOMING', '2026-01-14 22:52:11', 0, 1, '2026-01-14 22:57:12', '2026-01-14 22:57:12'),
(1963, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-14 23:29:38', 0, 0, '2026-01-14 23:32:01', '2026-01-14 23:32:01'),
(1964, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-14 23:39:31', 0, 0, '2026-01-14 23:39:58', '2026-01-14 23:39:58'),
(1965, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'MISSED', '2026-01-15 01:23:47', 0, 0, '2026-01-15 06:19:36', '2026-01-15 06:19:36'),
(1966, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'MISSED', '2026-01-15 05:42:57', 0, 0, '2026-01-15 06:19:36', '2026-01-15 06:19:36'),
(1967, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-15 06:17:28', 0, 0, '2026-01-15 06:19:36', '2026-01-15 06:19:36'),
(1968, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-15 06:36:49', 0, 0, '2026-01-15 06:37:09', '2026-01-15 06:37:09'),
(1969, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-15 06:42:54', 0, 0, '2026-01-15 06:43:15', '2026-01-15 06:43:15'),
(1970, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-15 06:52:24', 0, 0, '2026-01-15 06:53:16', '2026-01-15 06:53:16'),
(1971, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-15 06:59:03', 0, 0, '2026-01-15 07:00:10', '2026-01-15 07:00:10'),
(1972, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-15 07:00:34', 0, 0, '2026-01-15 07:00:51', '2026-01-15 07:00:51'),
(1973, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-15 07:11:38', 0, 0, '2026-01-15 07:12:12', '2026-01-15 07:12:12'),
(1974, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689935705', 'OUTGOING', '2026-01-15 07:35:18', 0, 0, '2026-01-15 07:36:27', '2026-01-15 07:36:27'),
(1975, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689935705', 'INCOMING', '2026-01-15 07:44:06', 0, 0, '2026-01-15 07:44:42', '2026-01-15 07:44:42'),
(1976, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-15 07:45:20', 0, 1, '2026-01-15 07:45:49', '2026-01-15 07:45:49'),
(1977, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919322075288', 'MISSED', '2026-01-15 07:50:15', 0, 1, '2026-01-15 07:50:40', '2026-01-15 07:50:40'),
(1978, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922007487', 'OUTGOING', '2026-01-15 07:50:44', 0, 1, '2026-01-15 07:50:51', '2026-01-15 07:50:51'),
(1979, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922007487', 'OUTGOING', '2026-01-15 07:51:02', 0, 0, '2026-01-15 07:51:37', '2026-01-15 07:51:37'),
(1980, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922007487', 'MISSED', '2026-01-15 07:55:18', 0, 0, '2026-01-15 07:56:10', '2026-01-15 07:56:10'),
(1981, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-15 07:56:09', 0, 0, '2026-01-15 07:56:34', '2026-01-15 07:56:34'),
(1982, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9021766677', 'OUTGOING', '2026-01-15 07:56:55', 0, 1, '2026-01-15 07:57:56', '2026-01-15 07:57:56'),
(1983, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689935705', 'INCOMING', '2026-01-15 08:05:05', 0, 0, '2026-01-15 08:06:12', '2026-01-15 08:06:12'),
(1984, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-15 08:16:02', 0, 0, '2026-01-15 08:17:00', '2026-01-15 08:17:00'),
(1985, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822916365', 'INCOMING', '2026-01-15 08:19:05', 0, 1, '2026-01-15 08:19:52', '2026-01-15 08:19:52'),
(1986, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-15 08:22:11', 0, 0, '2026-01-15 08:22:19', '2026-01-15 08:22:19'),
(1987, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-15 08:22:23', 0, 0, '2026-01-15 08:23:14', '2026-01-15 08:23:14'),
(1988, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918822161616', 'INCOMING', '2026-01-15 08:23:55', 0, 1, '2026-01-15 08:24:46', '2026-01-15 08:24:46'),
(1989, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-15 08:27:01', 0, 0, '2026-01-15 08:27:27', '2026-01-15 08:27:27'),
(1990, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-15 08:27:53', 0, 0, '2026-01-15 08:28:35', '2026-01-15 08:28:35'),
(1991, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922453340', 'OUTGOING', '2026-01-15 08:28:51', 0, 1, '2026-01-15 08:29:26', '2026-01-15 08:29:26'),
(1992, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918554861226', 'OUTGOING', '2026-01-15 08:29:28', 0, 1, '2026-01-15 08:30:05', '2026-01-15 08:30:05'),
(1993, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919225561212', 'INCOMING', '2026-01-15 08:30:06', 0, 1, '2026-01-15 08:30:58', '2026-01-15 08:30:58'),
(1994, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919225561212', 'OUTGOING', '2026-01-15 08:36:00', 0, 0, '2026-01-15 08:36:04', '2026-01-15 08:36:04'),
(1995, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922453340', 'OUTGOING', '2026-01-15 08:36:06', 0, 0, '2026-01-15 08:36:10', '2026-01-15 08:36:10'),
(1996, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919225561212', 'OUTGOING', '2026-01-15 08:36:15', 0, 0, '2026-01-15 08:36:18', '2026-01-15 08:36:18'),
(1997, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918554861226', 'OUTGOING', '2026-01-15 08:36:21', 0, 0, '2026-01-15 08:36:58', '2026-01-15 08:36:58'),
(1998, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-15 08:37:57', 0, 0, '2026-01-15 08:38:33', '2026-01-15 08:38:33'),
(1999, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-15 08:39:08', 0, 0, '2026-01-15 08:39:20', '2026-01-15 08:39:20'),
(2000, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-15 08:40:07', 0, 0, '2026-01-15 08:40:42', '2026-01-15 08:40:42'),
(2001, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918983668748', 'OUTGOING', '2026-01-15 08:41:02', 0, 1, '2026-01-15 08:42:43', '2026-01-15 08:42:43'),
(2002, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-15 08:43:35', 0, 0, '2026-01-15 08:44:05', '2026-01-15 08:44:05'),
(2003, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922655617', 'MISSED', '2026-01-15 08:55:40', 0, 0, '2026-01-15 08:55:50', '2026-01-15 08:55:50'),
(2004, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922655617', 'MISSED', '2026-01-15 08:56:01', 0, 0, '2026-01-15 08:56:07', '2026-01-15 08:56:07'),
(2005, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-15 08:56:24', 0, 1, '2026-01-15 08:56:32', '2026-01-15 08:56:32'),
(2006, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-15 08:58:15', 0, 0, '2026-01-15 08:58:41', '2026-01-15 08:58:41'),
(2007, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038041824', 'MISSED', '2026-01-15 08:59:36', 0, 1, '2026-01-15 08:59:44', '2026-01-15 08:59:44'),
(2008, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-15 09:03:29', 0, 0, '2026-01-15 09:07:46', '2026-01-15 09:07:46'),
(2009, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917796565752', 'INCOMING', '2026-01-15 09:09:15', 0, 1, '2026-01-15 09:10:32', '2026-01-15 09:10:32'),
(2010, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919325783025', 'INCOMING', '2026-01-15 09:12:18', 0, 1, '2026-01-15 09:13:15', '2026-01-15 09:13:15'),
(2011, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'INCOMING', '2026-01-15 09:13:50', 0, 0, '2026-01-15 09:15:00', '2026-01-15 09:15:00'),
(2012, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-15 09:16:03', 0, 0, '2026-01-15 09:16:21', '2026-01-15 09:16:21'),
(2013, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918554861226', 'INCOMING', '2026-01-15 09:18:10', 0, 0, '2026-01-15 09:18:57', '2026-01-15 09:18:57'),
(2014, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922561212', 'INCOMING', '2026-01-15 09:25:35', 0, 1, '2026-01-15 09:26:19', '2026-01-15 09:26:19'),
(2015, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-15 09:37:27', 0, 0, '2026-01-15 09:37:56', '2026-01-15 09:37:56'),
(2016, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'MISSED', '2026-01-15 09:39:57', 0, 0, '2026-01-15 09:40:02', '2026-01-15 09:40:02'),
(2017, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-15 09:40:02', 0, 0, '2026-01-15 09:41:43', '2026-01-15 09:41:43'),
(2018, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917020459550', 'INCOMING', '2026-01-15 09:41:40', 0, 1, '2026-01-15 09:42:04', '2026-01-15 09:42:04'),
(2019, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919307421998', 'INCOMING', '2026-01-15 09:46:40', 0, 1, '2026-01-15 09:48:40', '2026-01-15 09:48:40'),
(2020, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919307421998', 'INCOMING', '2026-01-15 09:51:19', 0, 0, '2026-01-15 09:51:54', '2026-01-15 09:51:54'),
(2021, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-15 09:52:36', 0, 0, '2026-01-15 09:52:54', '2026-01-15 09:52:54'),
(2022, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-15 09:54:38', 0, 0, '2026-01-15 09:55:14', '2026-01-15 09:55:14'),
(2023, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-15 09:55:21', 0, 0, '2026-01-15 09:56:01', '2026-01-15 09:56:01'),
(2024, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689935705', 'INCOMING', '2026-01-15 09:57:50', 0, 0, '2026-01-15 09:59:35', '2026-01-15 09:59:35'),
(2025, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-15 10:01:51', 0, 0, '2026-01-15 10:03:31', '2026-01-15 10:03:31'),
(2026, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919307421998', 'INCOMING', '2026-01-15 10:07:03', 0, 0, '2026-01-15 10:09:51', '2026-01-15 10:09:51'),
(2027, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917796565752', 'INCOMING', '2026-01-15 10:10:32', 0, 0, '2026-01-15 10:11:51', '2026-01-15 10:11:51'),
(2028, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-15 10:12:47', 0, 0, '2026-01-15 10:12:53', '2026-01-15 10:12:53'),
(2029, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-15 10:13:08', 0, 0, '2026-01-15 10:13:46', '2026-01-15 10:13:46'),
(2030, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-15 10:35:24', 0, 0, '2026-01-15 10:38:33', '2026-01-15 10:38:33'),
(2031, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'MISSED', '2026-01-15 10:44:37', 0, 1, '2026-01-15 10:45:57', '2026-01-15 10:45:57'),
(2032, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-15 10:45:59', 0, 0, '2026-01-15 10:46:52', '2026-01-15 10:46:52'),
(2033, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-15 10:47:06', 0, 0, '2026-01-15 10:49:26', '2026-01-15 10:49:26'),
(2034, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-15 10:50:00', 0, 0, '2026-01-15 10:53:52', '2026-01-15 10:53:52'),
(2035, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-15 10:56:56', 0, 0, '2026-01-15 10:59:19', '2026-01-15 10:59:19'),
(2036, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917588277882', 'INCOMING', '2026-01-15 11:14:29', 0, 0, '2026-01-15 11:15:04', '2026-01-15 11:15:04'),
(2037, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208763459', 'OUTGOING', '2026-01-15 11:18:05', 0, 1, '2026-01-15 11:19:02', '2026-01-15 11:19:02'),
(2038, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'INCOMING', '2026-01-15 11:22:34', 0, 0, '2026-01-15 11:23:23', '2026-01-15 11:23:23'),
(2039, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689935705', 'INCOMING', '2026-01-15 11:25:12', 0, 0, '2026-01-15 11:25:47', '2026-01-15 11:25:47'),
(2040, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689935705', 'OUTGOING', '2026-01-15 11:26:13', 0, 0, '2026-01-15 11:26:45', '2026-01-15 11:26:45'),
(2041, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8308420307', 'OUTGOING', '2026-01-15 11:29:42', 0, 1, '2026-01-15 11:29:58', '2026-01-15 11:29:58'),
(2042, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689935705', 'OUTGOING', '2026-01-15 11:30:02', 0, 0, '2026-01-15 11:30:05', '2026-01-15 11:30:05'),
(2043, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8308420307', 'OUTGOING', '2026-01-15 11:30:35', 0, 0, '2026-01-15 11:30:48', '2026-01-15 11:30:48'),
(2044, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8329628535', 'OUTGOING', '2026-01-15 11:31:12', 0, 1, '2026-01-15 11:31:50', '2026-01-15 11:31:50'),
(2045, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208763459', 'INCOMING', '2026-01-15 11:41:55', 0, 0, '2026-01-15 11:42:18', '2026-01-15 11:42:18'),
(2046, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-15 11:51:31', 0, 0, '2026-01-15 11:52:21', '2026-01-15 11:52:21'),
(2047, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881397979', 'OUTGOING', '2026-01-15 11:54:03', 0, 1, '2026-01-15 11:54:27', '2026-01-15 11:54:27'),
(2048, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'INCOMING', '2026-01-15 11:55:14', 0, 1, '2026-01-15 11:55:53', '2026-01-15 11:55:53'),
(2049, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-15 11:57:49', 0, 0, '2026-01-15 11:58:09', '2026-01-15 11:58:09'),
(2050, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919834053046', 'INCOMING', '2026-01-15 12:02:45', 0, 1, '2026-01-15 12:03:00', '2026-01-15 12:03:00'),
(2051, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919834053046', 'INCOMING', '2026-01-15 12:03:00', 0, 0, '2026-01-15 12:03:52', '2026-01-15 12:03:52'),
(2052, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-15 12:04:59', 0, 0, '2026-01-15 12:05:20', '2026-01-15 12:05:20'),
(2053, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038041824', 'OUTGOING', '2026-01-15 12:06:32', 0, 0, '2026-01-15 12:07:32', '2026-01-15 12:07:32'),
(2054, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888910726', 'OUTGOING', '2026-01-15 12:20:06', 0, 1, '2026-01-15 12:20:12', '2026-01-15 12:20:12'),
(2055, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919560871488', 'OUTGOING', '2026-01-15 12:20:27', 0, 1, '2026-01-15 12:21:56', '2026-01-15 12:21:56'),
(2056, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-15 12:33:48', 0, 0, '2026-01-15 12:34:49', '2026-01-15 12:34:49'),
(2057, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'INCOMING', '2026-01-15 12:47:05', 0, 0, '2026-01-15 12:47:57', '2026-01-15 12:47:57'),
(2058, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370637986', 'INCOMING', '2026-01-15 12:57:57', 0, 1, '2026-01-15 12:58:28', '2026-01-15 12:58:28'),
(2059, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-15 12:58:40', 0, 0, '2026-01-15 12:59:23', '2026-01-15 12:59:23'),
(2060, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-15 12:59:56', 0, 1, '2026-01-15 13:43:04', '2026-01-15 13:43:04'),
(2061, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-15 12:59:56', 0, 1, '2026-01-15 13:43:04', '2026-01-15 13:43:04'),
(2062, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-15 13:43:02', 0, 0, '2026-01-15 13:43:49', '2026-01-15 13:43:49'),
(2063, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370637986', 'MISSED', '2026-01-15 13:57:42', 0, 0, '2026-01-15 13:57:47', '2026-01-15 13:57:47'),
(2064, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370637986', 'OUTGOING', '2026-01-15 13:58:41', 0, 0, '2026-01-15 13:58:47', '2026-01-15 13:58:47'),
(2065, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370637986', 'MISSED', '2026-01-15 13:59:32', 0, 0, '2026-01-15 14:00:02', '2026-01-15 14:00:02'),
(2066, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-15 14:00:56', 0, 1, '2026-01-15 14:02:12', '2026-01-15 14:02:12'),
(2067, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579148089', 'INCOMING', '2026-01-15 14:02:55', 0, 1, '2026-01-15 14:04:48', '2026-01-15 14:04:48'),
(2068, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370637986', 'INCOMING', '2026-01-15 14:06:58', 0, 0, '2026-01-15 14:07:11', '2026-01-15 14:07:11'),
(2069, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-15 14:11:53', 0, 0, '2026-01-15 14:12:25', '2026-01-15 14:12:25'),
(2070, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917218661713', 'OUTGOING', '2026-01-15 14:24:57', 0, 1, '2026-01-15 14:25:39', '2026-01-15 14:25:39'),
(2071, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-15 14:25:18', 0, 0, '2026-01-15 14:27:44', '2026-01-15 14:27:44'),
(2072, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'MISSED', '2026-01-15 14:47:01', 0, 0, '2026-01-15 14:47:38', '2026-01-15 14:47:38'),
(2073, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'MISSED', '2026-01-15 14:49:53', 0, 0, '2026-01-15 14:50:20', '2026-01-15 14:50:20'),
(2074, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'MISSED', '2026-01-15 14:52:50', 0, 0, '2026-01-15 14:59:51', '2026-01-15 14:59:51'),
(2075, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-15 15:02:34', 0, 0, '2026-01-15 15:03:35', '2026-01-15 15:03:35'),
(2076, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370637986', 'INCOMING', '2026-01-15 15:06:39', 0, 0, '2026-01-15 15:07:45', '2026-01-15 15:07:45'),
(2077, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-15 15:08:33', 0, 1, '2026-01-15 15:09:57', '2026-01-15 15:09:57'),
(2078, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370637986', 'OUTGOING', '2026-01-15 15:19:46', 0, 0, '2026-01-15 15:20:42', '2026-01-15 15:20:42'),
(2079, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-15 15:21:20', 0, 0, '2026-01-15 15:22:02', '2026-01-15 15:22:02'),
(2080, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919370637986', 'OUTGOING', '2026-01-15 15:23:55', 0, 0, '2026-01-15 15:25:10', '2026-01-15 15:25:10'),
(2081, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-15 15:25:26', 0, 0, '2026-01-15 15:26:27', '2026-01-15 15:26:27'),
(2082, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-15 15:26:27', 0, 0, '2026-01-15 15:27:02', '2026-01-15 15:27:02'),
(2083, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918432277602', 'MISSED', '2026-01-15 15:27:30', 0, 1, '2026-01-15 15:27:47', '2026-01-15 15:27:47'),
(2084, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038041824', 'MISSED', '2026-01-15 15:28:17', 0, 0, '2026-01-15 15:29:16', '2026-01-15 15:29:16'),
(2085, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038041824', 'OUTGOING', '2026-01-15 15:29:57', 0, 0, '2026-01-15 15:30:34', '2026-01-15 15:30:34'),
(2086, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038041824', 'INCOMING', '2026-01-15 15:30:41', 0, 0, '2026-01-15 15:31:43', '2026-01-15 15:31:43'),
(2087, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918432277602', 'OUTGOING', '2026-01-15 15:31:45', 0, 0, '2026-01-15 15:32:24', '2026-01-15 15:32:24'),
(2088, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-15 15:32:28', 0, 0, '2026-01-15 15:32:47', '2026-01-15 15:32:47'),
(2089, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918432277602', 'OUTGOING', '2026-01-15 15:35:15', 0, 0, '2026-01-15 15:35:53', '2026-01-15 15:35:53'),
(2090, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918432277602', 'INCOMING', '2026-01-15 15:36:21', 0, 0, '2026-01-15 15:37:02', '2026-01-15 15:37:02'),
(2091, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917796565752', 'INCOMING', '2026-01-15 15:47:46', 0, 0, '2026-01-15 15:49:22', '2026-01-15 15:49:22'),
(2092, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917796565752', 'INCOMING', '2026-01-15 15:51:04', 0, 0, '2026-01-15 15:51:33', '2026-01-15 15:51:33'),
(2093, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-15 15:51:34', 0, 0, '2026-01-15 15:52:55', '2026-01-15 15:52:55'),
(2094, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2026-01-15 15:59:00', 0, 0, '2026-01-15 16:00:46', '2026-01-15 16:00:46'),
(2095, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-15 16:10:56', 0, 0, '2026-01-15 16:11:34', '2026-01-15 16:11:34'),
(2096, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917218661713', 'INCOMING', '2026-01-15 16:16:39', 0, 0, '2026-01-15 16:18:34', '2026-01-15 16:18:34'),
(2097, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-15 16:24:36', 0, 1, '2026-01-15 16:25:37', '2026-01-15 16:25:37'),
(2098, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'INCOMING', '2026-01-15 16:45:49', 0, 1, '2026-01-15 16:48:14', '2026-01-15 16:48:14'),
(2099, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-15 16:48:55', 0, 0, '2026-01-15 16:49:56', '2026-01-15 16:49:56'),
(2100, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'INCOMING', '2026-01-15 16:50:13', 0, 1, '2026-01-15 16:50:45', '2026-01-15 16:50:45'),
(2101, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-15 16:54:45', 0, 0, '2026-01-15 16:54:58', '2026-01-15 16:54:58'),
(2102, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-15 16:56:32', 0, 0, '2026-01-15 16:57:24', '2026-01-15 16:57:24'),
(2103, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917713125577', 'INCOMING', '2026-01-15 16:57:28', 0, 1, '2026-01-15 16:58:12', '2026-01-15 16:58:12'),
(2104, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917713125577', 'OUTGOING', '2026-01-15 16:58:10', 0, 0, '2026-01-15 16:58:16', '2026-01-15 16:58:16'),
(2105, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922655617', 'INCOMING', '2026-01-15 16:59:37', 0, 0, '2026-01-15 16:59:57', '2026-01-15 16:59:57'),
(2106, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919289987010', 'INCOMING', '2026-01-15 17:02:04', 0, 1, '2026-01-15 17:02:16', '2026-01-15 17:02:16'),
(2107, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038041824', 'INCOMING', '2026-01-15 17:10:57', 0, 0, '2026-01-15 17:11:42', '2026-01-15 17:11:42'),
(2108, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-15 17:30:19', 0, 0, '2026-01-15 17:30:46', '2026-01-15 17:30:46'),
(2109, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919209955910', 'INCOMING', '2026-01-15 17:47:23', 0, 1, '2026-01-15 17:48:27', '2026-01-15 17:48:27'),
(2110, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038041824', 'INCOMING', '2026-01-15 17:54:20', 0, 0, '2026-01-15 17:55:00', '2026-01-15 17:55:00'),
(2111, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-15 18:01:06', 0, 0, '2026-01-15 18:01:34', '2026-01-15 18:01:34'),
(2112, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919518386098', 'INCOMING', '2026-01-15 18:08:50', 0, 0, '2026-01-15 18:09:14', '2026-01-15 18:09:14'),
(2113, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919518386098', 'INCOMING', '2026-01-15 18:08:50', 0, 0, '2026-01-15 18:09:14', '2026-01-15 18:09:14'),
(2114, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919325783025', 'OUTGOING', '2026-01-15 18:12:35', 0, 0, '2026-01-15 18:13:29', '2026-01-15 18:13:29'),
(2115, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-15 18:21:41', 0, 0, '2026-01-15 18:23:57', '2026-01-15 18:23:57'),
(2116, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-15 18:24:00', 0, 0, '2026-01-15 18:24:41', '2026-01-15 18:24:41'),
(2117, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-15 18:26:39', 0, 0, '2026-01-15 18:26:46', '2026-01-15 18:26:46'),
(2118, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-15 18:28:30', 0, 0, '2026-01-15 18:32:17', '2026-01-15 18:32:17'),
(2119, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'MISSED', '2026-01-15 19:06:52', 0, 0, '2026-01-15 19:07:26', '2026-01-15 19:07:26'),
(2120, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917972276745', 'MISSED', '2026-01-15 19:15:09', 0, 1, '2026-01-15 19:15:26', '2026-01-15 19:15:26'),
(2121, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'OUTGOING', '2026-01-15 19:17:27', 0, 0, '2026-01-15 19:18:27', '2026-01-15 19:18:27'),
(2122, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'OUTGOING', '2026-01-15 19:20:21', 0, 1, '2026-01-15 19:21:19', '2026-01-15 19:21:19'),
(2123, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917218661713', 'OUTGOING', '2026-01-15 19:28:09', 0, 0, '2026-01-15 19:28:52', '2026-01-15 19:28:52'),
(2124, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917218661713', 'INCOMING', '2026-01-15 19:32:54', 0, 0, '2026-01-15 19:39:11', '2026-01-15 19:39:11'),
(2125, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'INCOMING', '2026-01-15 19:40:32', 0, 0, '2026-01-15 19:41:03', '2026-01-15 19:41:03'),
(2126, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922561212', 'INCOMING', '2026-01-15 19:44:02', 0, 0, '2026-01-15 19:55:09', '2026-01-15 19:55:09'),
(2127, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'INCOMING', '2026-01-15 20:16:10', 0, 1, '2026-01-15 20:16:38', '2026-01-15 20:16:38'),
(2128, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919423513093', 'OUTGOING', '2026-01-15 20:24:17', 0, 1, '2026-01-15 20:24:25', '2026-01-15 20:24:25'),
(2129, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919423513093', 'OUTGOING', '2026-01-15 20:24:28', 0, 0, '2026-01-15 20:24:39', '2026-01-15 20:24:39'),
(2130, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '7522906868', 'OUTGOING', '2026-01-15 20:24:52', 0, 1, '2026-01-15 20:25:06', '2026-01-15 20:25:06'),
(2131, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '7522906868', 'OUTGOING', '2026-01-15 20:34:28', 0, 0, '2026-01-15 20:34:38', '2026-01-15 20:34:38'),
(2132, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'MISSED', '2026-01-15 20:41:24', 0, 1, '2026-01-15 20:42:05', '2026-01-15 20:42:05'),
(2133, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'MISSED', '2026-01-15 20:46:06', 0, 1, '2026-01-15 20:46:41', '2026-01-15 20:46:41'),
(2134, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'OUTGOING', '2026-01-15 20:46:38', 0, 0, '2026-01-15 20:46:55', '2026-01-15 20:46:55'),
(2135, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'OUTGOING', '2026-01-15 20:47:01', 0, 0, '2026-01-15 20:49:57', '2026-01-15 20:49:57'),
(2136, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-15 20:50:03', 0, 0, '2026-01-15 20:53:46', '2026-01-15 20:53:46'),
(2137, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'OUTGOING', '2026-01-15 20:53:52', 0, 0, '2026-01-15 20:54:46', '2026-01-15 20:54:46'),
(2138, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'INCOMING', '2026-01-15 21:02:36', 0, 0, '2026-01-15 21:03:03', '2026-01-15 21:03:03'),
(2139, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-15 21:05:19', 0, 0, '2026-01-15 21:06:41', '2026-01-15 21:06:41'),
(2140, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'OUTGOING', '2026-01-15 21:08:31', 0, 1, '2026-01-15 21:09:02', '2026-01-15 21:09:02'),
(2141, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'OUTGOING', '2026-01-15 21:26:57', 0, 0, '2026-01-15 21:27:21', '2026-01-15 21:27:21'),
(2142, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'INCOMING', '2026-01-15 21:35:15', 0, 0, '2026-01-15 21:35:46', '2026-01-15 21:35:46'),
(2143, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918767900167', 'OUTGOING', '2026-01-15 21:36:57', 0, 1, '2026-01-15 21:37:57', '2026-01-15 21:37:57'),
(2144, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'INCOMING', '2026-01-15 21:50:17', 0, 0, '2026-01-15 21:56:13', '2026-01-15 21:56:13'),
(2145, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8368526281', 'OUTGOING', '2026-01-16 09:09:36', 0, 1, '2026-01-16 09:10:25', '2026-01-16 09:10:25'),
(2146, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919650698882', 'OUTGOING', '2026-01-16 09:10:56', 0, 1, '2026-01-16 09:11:07', '2026-01-16 09:11:07'),
(2147, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8975559269', 'OUTGOING', '2026-01-16 09:27:31', 0, 1, '2026-01-16 09:28:37', '2026-01-16 09:28:37'),
(2148, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-16 09:30:45', 0, 0, '2026-01-16 09:31:32', '2026-01-16 09:31:32'),
(2149, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918830930836', 'OUTGOING', '2026-01-16 09:31:35', 0, 1, '2026-01-16 09:32:13', '2026-01-16 09:32:13'),
(2150, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-16 09:58:57', 0, 0, '2026-01-16 09:59:35', '2026-01-16 09:59:35'),
(2151, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'INCOMING', '2026-01-16 10:10:08', 0, 0, '2026-01-16 10:12:10', '2026-01-16 10:12:10'),
(2152, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'INCOMING', '2026-01-16 10:17:24', 0, 0, '2026-01-16 10:18:03', '2026-01-16 10:18:03'),
(2153, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'INCOMING', '2026-01-16 10:18:05', 0, 0, '2026-01-16 10:23:12', '2026-01-16 10:23:12'),
(2154, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'MISSED', '2026-01-16 10:40:24', 0, 1, '2026-01-16 10:40:58', '2026-01-16 10:40:58'),
(2155, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657727161', 'MISSED', '2026-01-16 10:41:43', 0, 1, '2026-01-16 10:42:04', '2026-01-16 10:42:04'),
(2156, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'MISSED', '2026-01-16 10:42:42', 0, 0, '2026-01-16 10:43:17', '2026-01-16 10:43:17'),
(2157, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'OUTGOING', '2026-01-16 10:53:10', 0, 0, '2026-01-16 10:53:46', '2026-01-16 10:53:46'),
(2158, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-16 10:55:24', 0, 0, '2026-01-16 10:56:31', '2026-01-16 10:56:31'),
(2159, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-16 10:56:32', 0, 0, '2026-01-16 10:56:59', '2026-01-16 10:56:59'),
(2160, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'INCOMING', '2026-01-16 10:58:05', 0, 0, '2026-01-16 10:59:04', '2026-01-16 10:59:04'),
(2161, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'INCOMING', '2026-01-16 10:59:15', 0, 0, '2026-01-16 11:00:10', '2026-01-16 11:00:10'),
(2162, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-16 11:00:27', 0, 1, '2026-01-16 11:01:15', '2026-01-16 11:01:15'),
(2163, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-16 11:01:43', 0, 1, '2026-01-16 11:03:52', '2026-01-16 11:03:52'),
(2164, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922561212', 'MISSED', '2026-01-16 11:04:54', 0, 1, '2026-01-16 11:05:17', '2026-01-16 11:05:17'),
(2165, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'MISSED', '2026-01-16 11:06:09', 0, 0, '2026-01-16 11:07:04', '2026-01-16 11:07:04'),
(2166, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'MISSED', '2026-01-16 11:08:39', 0, 0, '2026-01-16 11:09:01', '2026-01-16 11:09:01'),
(2167, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-16 11:09:01', 0, 0, '2026-01-16 11:10:35', '2026-01-16 11:10:35'),
(2168, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888585835', 'OUTGOING', '2026-01-16 11:22:15', 0, 1, '2026-01-16 11:22:59', '2026-01-16 11:22:59'),
(2169, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919371094128', 'INCOMING', '2026-01-16 11:23:23', 0, 1, '2026-01-16 11:23:59', '2026-01-16 11:23:59'),
(2170, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919767181437', 'OUTGOING', '2026-01-16 11:26:53', 0, 1, '2026-01-16 11:26:58', '2026-01-16 11:26:58'),
(2171, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'MISSED', '2026-01-16 11:35:13', 0, 0, '2026-01-16 11:35:28', '2026-01-16 11:35:28'),
(2172, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822503337', 'OUTGOING', '2026-01-16 11:35:39', 0, 0, '2026-01-16 11:36:55', '2026-01-16 11:36:55'),
(2173, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168004014', 'OUTGOING', '2026-01-16 11:37:07', 0, 1, '2026-01-16 11:38:31', '2026-01-16 11:38:31'),
(2174, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890717263', 'OUTGOING', '2026-01-16 11:39:32', 0, 1, '2026-01-16 11:41:03', '2026-01-16 11:41:03'),
(2175, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-16 11:41:57', 0, 0, '2026-01-16 11:43:23', '2026-01-16 11:43:23'),
(2176, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168004014', 'OUTGOING', '2026-01-16 11:44:47', 0, 0, '2026-01-16 11:46:09', '2026-01-16 11:46:09'),
(2177, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-16 11:47:44', 0, 0, '2026-01-16 11:49:20', '2026-01-16 11:49:20'),
(2178, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-16 11:51:57', 0, 0, '2026-01-16 11:55:26', '2026-01-16 11:55:26'),
(2179, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919834218115', 'OUTGOING', '2026-01-16 11:56:45', 0, 1, '2026-01-16 11:57:12', '2026-01-16 11:57:12'),
(2180, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919834218115', 'INCOMING', '2026-01-16 11:57:11', 0, 0, '2026-01-16 12:00:30', '2026-01-16 12:00:30'),
(2181, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-16 12:09:54', 0, 0, '2026-01-16 12:10:08', '2026-01-16 12:10:08'),
(2182, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-16 12:10:09', 0, 0, '2026-01-16 12:10:33', '2026-01-16 12:10:33'),
(2183, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-16 12:14:38', 0, 1, '2026-01-16 12:19:25', '2026-01-16 12:19:25'),
(2184, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-16 12:20:49', 0, 0, '2026-01-16 12:21:55', '2026-01-16 12:21:55'),
(2185, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-16 12:23:19', 0, 0, '2026-01-16 12:26:45', '2026-01-16 12:26:45'),
(2186, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'MISSED', '2026-01-16 12:52:31', 0, 0, '2026-01-16 12:52:39', '2026-01-16 12:52:39'),
(2187, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'INCOMING', '2026-01-16 13:17:24', 0, 0, '2026-01-16 13:18:02', '2026-01-16 13:18:02'),
(2188, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'MISSED', '2026-01-16 13:19:52', 0, 0, '2026-01-16 13:20:35', '2026-01-16 13:20:35'),
(2189, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2026-01-16 13:21:59', 0, 1, '2026-01-16 13:22:15', '2026-01-16 13:22:15'),
(2190, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-16 13:28:10', 0, 0, '2026-01-16 13:28:48', '2026-01-16 13:28:48'),
(2191, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-16 13:33:40', 0, 0, '2026-01-16 13:35:51', '2026-01-16 13:35:51'),
(2192, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-16 13:33:40', 0, 0, '2026-01-16 13:35:51', '2026-01-16 13:35:51'),
(2193, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917798269801', 'INCOMING', '2026-01-16 13:38:01', 0, 1, '2026-01-16 13:38:30', '2026-01-16 13:38:30'),
(2194, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409092020', 'MISSED', '2026-01-16 14:22:26', 0, 1, '2026-01-16 14:22:49', '2026-01-16 14:22:49'),
(2195, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'INCOMING', '2026-01-16 14:31:04', 0, 0, '2026-01-16 14:36:08', '2026-01-16 14:36:08'),
(2196, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-16 14:39:00', 0, 0, '2026-01-16 14:40:25', '2026-01-16 14:40:25'),
(2197, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917888181485', 'OUTGOING', '2026-01-16 14:43:41', 0, 1, '2026-01-16 14:45:11', '2026-01-16 14:45:11'),
(2198, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9527776266', 'OUTGOING', '2026-01-16 14:45:26', 0, 1, '2026-01-16 14:48:42', '2026-01-16 14:48:42'),
(2199, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9527776266', 'OUTGOING', '2026-01-16 14:45:26', 0, 1, '2026-01-16 14:48:42', '2026-01-16 14:48:42'),
(2200, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'INCOMING', '2026-01-16 14:53:40', 0, 1, '2026-01-16 14:55:41', '2026-01-16 14:55:41'),
(2201, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9922069127', 'OUTGOING', '2026-01-16 14:55:44', 0, 1, '2026-01-16 14:56:21', '2026-01-16 14:56:21'),
(2202, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922069127', 'INCOMING', '2026-01-16 14:56:23', 0, 1, '2026-01-16 14:56:57', '2026-01-16 14:56:57'),
(2203, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'OUTGOING', '2026-01-16 14:57:27', 0, 0, '2026-01-16 14:57:39', '2026-01-16 14:57:39'),
(2204, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922069127', 'OUTGOING', '2026-01-16 14:57:38', 0, 0, '2026-01-16 14:57:51', '2026-01-16 14:57:51'),
(2205, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'OUTGOING', '2026-01-16 14:57:49', 0, 0, '2026-01-16 14:58:55', '2026-01-16 14:58:55'),
(2206, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890454949', 'OUTGOING', '2026-01-16 14:59:19', 0, 1, '2026-01-16 15:00:04', '2026-01-16 15:00:04'),
(2207, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8975790999', 'OUTGOING', '2026-01-16 15:01:47', 0, 1, '2026-01-16 15:02:29', '2026-01-16 15:02:29'),
(2208, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'OUTGOING', '2026-01-16 15:05:50', 0, 1, '2026-01-16 15:06:22', '2026-01-16 15:06:22'),
(2209, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890454949', 'INCOMING', '2026-01-16 15:13:39', 0, 1, '2026-01-16 15:15:01', '2026-01-16 15:15:01'),
(2210, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918975790999', 'INCOMING', '2026-01-16 15:16:54', 0, 1, '2026-01-16 15:20:06', '2026-01-16 15:20:06'),
(2211, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'INCOMING', '2026-01-16 15:27:31', 0, 0, '2026-01-16 15:28:18', '2026-01-16 15:28:18'),
(2212, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-16 15:32:40', 0, 0, '2026-01-16 15:33:57', '2026-01-16 15:33:57'),
(2213, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409092587', 'MISSED', '2026-01-16 15:59:20', 0, 1, '2026-01-16 15:59:27', '2026-01-16 15:59:27'),
(2214, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919371094128', 'MISSED', '2026-01-16 16:34:21', 0, 0, '2026-01-16 16:34:49', '2026-01-16 16:34:49'),
(2215, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919371094128', 'OUTGOING', '2026-01-16 16:34:48', 0, 0, '2026-01-16 16:37:22', '2026-01-16 16:37:22'),
(2216, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922561212', 'OUTGOING', '2026-01-16 16:37:27', 0, 0, '2026-01-16 16:39:03', '2026-01-16 16:39:03'),
(2217, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-16 16:39:07', 0, 0, '2026-01-16 16:43:27', '2026-01-16 16:43:27'),
(2218, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-16 16:57:12', 0, 0, '2026-01-16 16:58:46', '2026-01-16 16:58:46'),
(2219, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'MISSED', '2026-01-16 17:17:24', 0, 1, '2026-01-16 17:18:02', '2026-01-16 17:18:02'),
(2220, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-16 17:20:33', 0, 0, '2026-01-16 17:26:35', '2026-01-16 17:26:35');
INSERT INTO `call_logs` (`id`, `user_id`, `device_id`, `device_name`, `local_id`, `phone_number`, `call_type`, `call_time`, `call_duration`, `sms_sent`, `created_at`, `updated_at`) VALUES
(2221, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-16 17:27:29', 0, 0, '2026-01-16 17:38:38', '2026-01-16 17:38:38'),
(2222, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-16 17:46:05', 0, 1, '2026-01-16 17:46:16', '2026-01-16 17:46:16'),
(2223, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-16 17:46:15', 0, 0, '2026-01-16 17:46:51', '2026-01-16 17:46:51'),
(2224, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507554057', 'INCOMING', '2026-01-16 17:49:51', 0, 1, '2026-01-16 17:51:34', '2026-01-16 17:51:34'),
(2225, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-16 17:58:02', 0, 0, '2026-01-16 17:58:25', '2026-01-16 17:58:25'),
(2226, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'INCOMING', '2026-01-16 18:03:20', 0, 0, '2026-01-16 18:03:42', '2026-01-16 18:03:42'),
(2227, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-16 18:07:00', 0, 0, '2026-01-16 18:07:47', '2026-01-16 18:07:47'),
(2228, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-16 18:10:01', 0, 1, '2026-01-16 18:10:43', '2026-01-16 18:10:43'),
(2229, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919766981422', 'MISSED', '2026-01-16 18:25:06', 0, 1, '2026-01-16 18:25:45', '2026-01-16 18:25:45'),
(2230, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-16 18:38:12', 0, 0, '2026-01-16 18:38:46', '2026-01-16 18:38:46'),
(2231, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-16 18:40:28', 0, 0, '2026-01-16 18:41:02', '2026-01-16 18:41:02'),
(2232, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'MISSED', '2026-01-16 18:41:53', 0, 0, '2026-01-16 18:42:27', '2026-01-16 18:42:27'),
(2233, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-16 18:44:54', 0, 0, '2026-01-16 18:45:06', '2026-01-16 18:45:06'),
(2234, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-16 18:45:30', 0, 0, '2026-01-16 18:46:49', '2026-01-16 18:46:49'),
(2235, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689745840', 'OUTGOING', '2026-01-16 18:47:35', 0, 1, '2026-01-16 18:48:10', '2026-01-16 18:48:10'),
(2236, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8983712439', 'OUTGOING', '2026-01-16 18:48:28', 0, 1, '2026-01-16 18:48:37', '2026-01-16 18:48:37'),
(2237, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919921209814', 'MISSED', '2026-01-16 18:48:58', 0, 1, '2026-01-16 18:49:28', '2026-01-16 18:49:28'),
(2238, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689745840', 'INCOMING', '2026-01-16 18:54:44', 0, 0, '2026-01-16 18:56:18', '2026-01-16 18:56:18'),
(2239, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'INCOMING', '2026-01-16 19:10:35', 0, 0, '2026-01-16 19:11:17', '2026-01-16 19:11:17'),
(2240, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'INCOMING', '2026-01-16 19:27:51', 0, 1, '2026-01-16 19:30:50', '2026-01-16 19:30:50'),
(2241, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919284769725', 'MISSED', '2026-01-16 19:48:36', 0, 1, '2026-01-16 19:50:46', '2026-01-16 19:50:46'),
(2242, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-16 19:54:38', 0, 1, '2026-01-16 19:56:00', '2026-01-16 19:56:00'),
(2243, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919423513093', 'OUTGOING', '2026-01-16 20:03:25', 0, 0, '2026-01-16 20:03:33', '2026-01-16 20:03:33'),
(2244, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '7522906868', 'OUTGOING', '2026-01-16 20:03:34', 0, 0, '2026-01-16 20:03:54', '2026-01-16 20:03:54'),
(2245, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922561212', 'INCOMING', '2026-01-16 20:02:56', 0, 0, '2026-01-16 20:05:16', '2026-01-16 20:05:16'),
(2246, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-16 20:08:29', 0, 0, '2026-01-16 20:10:56', '2026-01-16 20:10:56'),
(2247, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917020459550', 'INCOMING', '2026-01-16 20:14:20', 0, 1, '2026-01-16 20:21:55', '2026-01-16 20:21:55'),
(2248, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9922141597', 'OUTGOING', '2026-01-16 20:23:27', 0, 1, '2026-01-16 20:23:32', '2026-01-16 20:23:32'),
(2249, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9922141597', 'OUTGOING', '2026-01-16 20:23:30', 0, 0, '2026-01-16 20:23:35', '2026-01-16 20:23:35'),
(2250, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-16 20:23:34', 0, 0, '2026-01-16 20:25:37', '2026-01-16 20:25:37'),
(2251, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919371457240', 'MISSED', '2026-01-16 20:29:36', 0, 1, '2026-01-16 20:30:11', '2026-01-16 20:30:11'),
(2252, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'MISSED', '2026-01-16 20:33:06', 0, 1, '2026-01-16 20:33:44', '2026-01-16 20:33:44'),
(2253, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'MISSED', '2026-01-16 20:34:42', 0, 0, '2026-01-16 20:35:28', '2026-01-16 20:35:28'),
(2254, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'OUTGOING', '2026-01-16 20:35:26', 0, 0, '2026-01-16 20:35:38', '2026-01-16 20:35:38'),
(2255, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'INCOMING', '2026-01-16 20:36:29', 0, 0, '2026-01-16 20:37:47', '2026-01-16 20:37:47'),
(2256, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'INCOMING', '2026-01-16 20:45:43', 0, 1, '2026-01-16 20:56:43', '2026-01-16 20:56:43'),
(2257, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'MISSED', '2026-01-16 21:12:49', 0, 0, '2026-01-16 21:13:16', '2026-01-16 21:13:16'),
(2258, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919371457240', 'INCOMING', '2026-01-16 21:06:49', 0, 0, '2026-01-16 21:13:55', '2026-01-16 21:13:55'),
(2259, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '9075266125', 'OUTGOING', '2026-01-16 21:14:08', 0, 1, '2026-01-16 21:14:45', '2026-01-16 21:14:45'),
(2260, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-16 21:15:18', 0, 0, '2026-01-16 21:19:41', '2026-01-16 21:19:41'),
(2261, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917620369004', 'MISSED', '2026-01-16 21:21:24', 0, 1, '2026-01-16 21:24:19', '2026-01-16 21:24:19'),
(2262, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917620369004', 'OUTGOING', '2026-01-16 21:24:29', 0, 0, '2026-01-16 21:30:31', '2026-01-16 21:30:31'),
(2263, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919834428253', 'OUTGOING', '2026-01-16 21:31:03', 0, 1, '2026-01-16 21:31:45', '2026-01-16 21:31:45'),
(2264, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657727161', 'INCOMING', '2026-01-16 21:37:50', 0, 0, '2026-01-16 21:38:12', '2026-01-16 21:38:12'),
(2265, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919834428253', 'INCOMING', '2026-01-16 21:34:29', 0, 0, '2026-01-16 21:39:55', '2026-01-16 21:39:55'),
(2266, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668757887', 'INCOMING', '2026-01-16 21:38:11', 0, 1, '2026-01-16 21:43:00', '2026-01-16 21:43:00'),
(2267, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507554057', 'INCOMING', '2026-01-17 08:05:32', 0, 0, '2026-01-17 09:00:57', '2026-01-17 09:00:57'),
(2268, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919822648145', 'OUTGOING', '2026-01-17 09:37:32', 0, 1, '2026-01-17 09:38:29', '2026-01-17 09:38:29'),
(2269, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579988914', 'MISSED', '2026-01-17 10:15:54', 0, 1, '2026-01-17 10:16:28', '2026-01-17 10:16:28'),
(2270, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579988914', 'OUTGOING', '2026-01-17 10:17:09', 0, 0, '2026-01-17 10:17:50', '2026-01-17 10:17:50'),
(2271, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-17 10:29:15', 0, 0, '2026-01-17 10:30:51', '2026-01-17 10:30:51'),
(2272, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'INCOMING', '2026-01-17 10:31:27', 0, 0, '2026-01-17 10:35:12', '2026-01-17 10:35:12'),
(2273, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-17 10:52:31', 0, 1, '2026-01-17 10:53:12', '2026-01-17 10:53:12'),
(2274, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-17 11:02:57', 0, 0, '2026-01-17 11:03:24', '2026-01-17 11:03:24'),
(2275, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-17 11:03:28', 0, 1, '2026-01-17 11:04:12', '2026-01-17 11:04:12'),
(2276, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-17 11:05:12', 0, 0, '2026-01-17 11:05:58', '2026-01-17 11:05:58'),
(2277, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'INCOMING', '2026-01-17 11:07:53', 0, 0, '2026-01-17 11:08:54', '2026-01-17 11:08:54'),
(2278, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-17 11:21:23', 0, 0, '2026-01-17 11:22:53', '2026-01-17 11:22:53'),
(2279, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-17 11:27:43', 0, 0, '2026-01-17 11:28:29', '2026-01-17 11:28:29'),
(2280, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919730993282', 'OUTGOING', '2026-01-17 11:28:39', 0, 0, '2026-01-17 11:29:16', '2026-01-17 11:29:16'),
(2281, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918767485783', 'MISSED', '2026-01-17 11:32:43', 0, 1, '2026-01-17 11:33:10', '2026-01-17 11:33:10'),
(2282, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918767485783', 'OUTGOING', '2026-01-17 11:33:27', 0, 0, '2026-01-17 11:33:46', '2026-01-17 11:33:46'),
(2283, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-17 11:33:55', 0, 0, '2026-01-17 11:34:43', '2026-01-17 11:34:43'),
(2284, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409303141', 'MISSED', '2026-01-17 11:41:55', 0, 1, '2026-01-17 11:42:01', '2026-01-17 11:42:01'),
(2285, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2026-01-17 11:49:22', 0, 0, '2026-01-17 11:56:18', '2026-01-17 11:56:18'),
(2286, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-17 12:05:26', 0, 0, '2026-01-17 12:06:08', '2026-01-17 12:06:08'),
(2287, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919970750510', 'OUTGOING', '2026-01-17 12:06:53', 0, 1, '2026-01-17 12:07:17', '2026-01-17 12:07:17'),
(2288, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919970750510', 'OUTGOING', '2026-01-17 12:07:17', 0, 0, '2026-01-17 12:07:24', '2026-01-17 12:07:24'),
(2289, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-17 12:12:47', 0, 0, '2026-01-17 12:13:38', '2026-01-17 12:13:38'),
(2290, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'INCOMING', '2026-01-17 12:22:14', 0, 1, '2026-01-17 12:22:54', '2026-01-17 12:22:54'),
(2291, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-17 12:48:12', 0, 0, '2026-01-17 12:49:28', '2026-01-17 12:49:28'),
(2292, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-17 12:51:41', 0, 0, '2026-01-17 12:57:08', '2026-01-17 12:57:08'),
(2293, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-17 13:27:50', 0, 1, '2026-01-17 13:29:43', '2026-01-17 13:29:43'),
(2294, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'INCOMING', '2026-01-17 13:29:51', 0, 0, '2026-01-17 13:30:15', '2026-01-17 13:30:15'),
(2295, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'OUTGOING', '2026-01-17 13:31:37', 0, 0, '2026-01-17 13:37:10', '2026-01-17 13:37:10'),
(2296, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-17 13:41:57', 0, 0, '2026-01-17 13:42:43', '2026-01-17 13:42:43'),
(2297, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-17 13:42:55', 0, 0, '2026-01-17 13:43:07', '2026-01-17 13:43:07'),
(2298, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-17 13:44:49', 0, 0, '2026-01-17 13:45:49', '2026-01-17 13:45:49'),
(2299, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'INCOMING', '2026-01-17 13:48:37', 0, 1, '2026-01-17 13:49:38', '2026-01-17 13:49:38'),
(2300, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918390897299', 'INCOMING', '2026-01-17 14:06:28', 0, 1, '2026-01-17 14:07:51', '2026-01-17 14:07:51'),
(2301, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-17 14:09:07', 0, 0, '2026-01-17 14:11:20', '2026-01-17 14:11:20'),
(2302, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-17 14:15:55', 0, 0, '2026-01-17 14:16:28', '2026-01-17 14:16:28'),
(2303, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-17 14:21:03', 0, 0, '2026-01-17 14:21:50', '2026-01-17 14:21:50'),
(2304, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-17 14:22:01', 0, 0, '2026-01-17 14:22:38', '2026-01-17 14:22:38'),
(2305, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2026-01-17 14:25:24', 0, 0, '2026-01-17 14:26:02', '2026-01-17 14:26:02'),
(2306, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'INCOMING', '2026-01-17 14:32:19', 0, 0, '2026-01-17 14:32:47', '2026-01-17 14:32:47'),
(2307, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960032383', 'INCOMING', '2026-01-17 15:14:05', 0, 1, '2026-01-17 15:14:57', '2026-01-17 15:14:57'),
(2308, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919623456258', 'INCOMING', '2026-01-17 15:40:12', 0, 1, '2026-01-17 15:40:59', '2026-01-17 15:40:59'),
(2309, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919623456258', 'INCOMING', '2026-01-17 15:44:24', 0, 0, '2026-01-17 15:45:04', '2026-01-17 15:45:04'),
(2310, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919420263031', 'INCOMING', '2026-01-17 16:27:56', 0, 1, '2026-01-17 16:29:38', '2026-01-17 16:29:38'),
(2311, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919420263031', 'INCOMING', '2026-01-17 16:33:18', 0, 0, '2026-01-17 16:36:09', '2026-01-17 16:36:09'),
(2312, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387277319', 'OUTGOING', '2026-01-17 16:58:47', 0, 1, '2026-01-17 16:59:30', '2026-01-17 16:59:30'),
(2313, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919834218115', 'MISSED', '2026-01-17 17:03:46', 0, 1, '2026-01-17 17:07:22', '2026-01-17 17:07:22'),
(2314, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387277319', 'MISSED', '2026-01-17 17:36:56', 0, 0, '2026-01-17 17:37:03', '2026-01-17 17:37:03'),
(2315, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387277319', 'OUTGOING', '2026-01-17 17:39:17', 0, 0, '2026-01-17 17:39:30', '2026-01-17 17:39:30'),
(2316, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-17 17:47:14', 0, 0, '2026-01-17 17:47:59', '2026-01-17 17:47:59'),
(2317, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-17 17:53:08', 0, 1, '2026-01-17 17:53:57', '2026-01-17 17:53:57'),
(2318, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356400307', 'INCOMING', '2026-01-17 18:05:42', 0, 1, '2026-01-17 18:07:08', '2026-01-17 18:07:08'),
(2319, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-17 18:16:26', 0, 1, '2026-01-17 18:17:26', '2026-01-17 18:17:26'),
(2320, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-17 18:22:03', 0, 1, '2026-01-17 18:22:41', '2026-01-17 18:22:41'),
(2321, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'MISSED', '2026-01-17 18:31:08', 0, 0, '2026-01-17 18:31:32', '2026-01-17 18:31:32'),
(2322, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'MISSED', '2026-01-17 18:33:59', 0, 0, '2026-01-17 18:35:18', '2026-01-17 18:35:18'),
(2323, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-17 18:35:45', 0, 0, '2026-01-17 18:43:23', '2026-01-17 18:43:23'),
(2324, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919834218115', 'OUTGOING', '2026-01-17 18:44:31', 0, 0, '2026-01-17 18:55:07', '2026-01-17 18:55:07'),
(2325, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'OUTGOING', '2026-01-17 19:18:39', 0, 1, '2026-01-17 19:19:18', '2026-01-17 19:19:18'),
(2326, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919921209814', 'INCOMING', '2026-01-17 19:33:03', 0, 1, '2026-01-17 19:33:27', '2026-01-17 19:33:27'),
(2327, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919921209814', 'OUTGOING', '2026-01-17 19:49:48', 0, 0, '2026-01-17 19:50:02', '2026-01-17 19:50:02'),
(2328, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'MISSED', '2026-01-17 19:49:48', 0, 0, '2026-01-17 19:50:21', '2026-01-17 19:50:21'),
(2329, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919665675211', 'OUTGOING', '2026-01-17 19:50:06', 0, 1, '2026-01-17 19:50:35', '2026-01-17 19:50:35'),
(2330, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919921209814', 'OUTGOING', '2026-01-17 19:50:49', 0, 0, '2026-01-17 19:51:02', '2026-01-17 19:51:02'),
(2331, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919921209814', 'OUTGOING', '2026-01-17 19:50:59', 0, 0, '2026-01-17 19:51:31', '2026-01-17 19:51:31'),
(2332, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'OUTGOING', '2026-01-17 19:53:09', 0, 1, '2026-01-17 19:53:50', '2026-01-17 19:53:50'),
(2333, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919921209814', 'OUTGOING', '2026-01-17 19:53:46', 0, 0, '2026-01-17 19:54:25', '2026-01-17 19:54:25'),
(2334, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'INCOMING', '2026-01-17 19:57:09', 0, 0, '2026-01-17 19:58:08', '2026-01-17 19:58:08'),
(2335, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'MISSED', '2026-01-17 19:52:10', 0, 1, '2026-01-17 19:58:26', '2026-01-17 19:58:26'),
(2336, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-17 19:58:26', 0, 0, '2026-01-17 19:59:54', '2026-01-17 19:59:54'),
(2337, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919422231923', 'INCOMING', '2026-01-17 20:00:47', 0, 1, '2026-01-17 20:02:09', '2026-01-17 20:02:09'),
(2338, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2026-01-17 20:10:25', 0, 0, '2026-01-17 20:12:20', '2026-01-17 20:12:20'),
(2339, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919422231923', 'MISSED', '2026-01-17 20:12:44', 0, 0, '2026-01-17 20:12:51', '2026-01-17 20:12:51'),
(2340, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918530323363', 'OUTGOING', '2026-01-17 20:12:54', 0, 1, '2026-01-17 20:13:01', '2026-01-17 20:13:01'),
(2341, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919422231923', 'OUTGOING', '2026-01-17 20:15:50', 0, 0, '2026-01-17 20:20:02', '2026-01-17 20:20:02'),
(2342, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387277319', 'OUTGOING', '2026-01-17 20:28:54', 0, 0, '2026-01-17 20:29:12', '2026-01-17 20:29:12'),
(2343, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387277319', 'OUTGOING', '2026-01-17 20:29:12', 0, 0, '2026-01-17 20:29:26', '2026-01-17 20:29:26'),
(2344, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-17 20:34:31', 0, 1, '2026-01-17 20:36:46', '2026-01-17 20:36:46'),
(2345, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-17 20:42:40', 0, 0, '2026-01-17 20:43:43', '2026-01-17 20:43:43'),
(2346, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919371457240', 'INCOMING', '2026-01-17 20:40:05', 0, 1, '2026-01-17 20:55:19', '2026-01-17 20:55:19'),
(2347, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919763336212', 'MISSED', '2026-01-17 21:04:51', 0, 1, '2026-01-17 21:05:26', '2026-01-17 21:05:26'),
(2348, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919270336212', 'MISSED', '2026-01-17 21:27:30', 0, 1, '2026-01-17 21:28:05', '2026-01-17 21:28:05'),
(2349, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917057319308', 'INCOMING', '2026-01-17 21:25:29', 0, 1, '2026-01-17 21:28:50', '2026-01-17 21:28:50'),
(2350, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919270336212', 'OUTGOING', '2026-01-17 21:28:31', 0, 0, '2026-01-17 21:40:52', '2026-01-17 21:40:52'),
(2351, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-01-17 21:40:15', 0, 1, '2026-01-17 21:43:37', '2026-01-17 21:43:37'),
(2352, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917066935431', 'OUTGOING', '2026-01-17 21:44:41', 0, 1, '2026-01-17 21:45:53', '2026-01-17 21:45:53'),
(2353, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917066935431', 'MISSED', '2026-01-17 21:53:20', 0, 0, '2026-01-17 22:15:42', '2026-01-17 22:15:42'),
(2354, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917066935431', 'OUTGOING', '2026-01-17 22:16:19', 0, 0, '2026-01-17 22:17:43', '2026-01-17 22:17:43'),
(2355, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917020459550', 'INCOMING', '2026-01-17 22:23:39', 0, 1, '2026-01-17 22:27:49', '2026-01-17 22:27:49'),
(2356, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-18 09:36:37', 0, 0, '2026-01-18 09:39:01', '2026-01-18 09:39:01'),
(2357, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-18 09:50:54', 0, 0, '2026-01-18 09:51:39', '2026-01-18 09:51:39'),
(2358, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960657071', 'OUTGOING', '2026-01-18 09:53:28', 0, 1, '2026-01-18 09:54:14', '2026-01-18 09:54:14'),
(2359, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-18 09:54:57', 0, 0, '2026-01-18 10:05:26', '2026-01-18 10:05:26'),
(2360, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918767485783', 'MISSED', '2026-01-18 10:09:25', 0, 0, '2026-01-18 10:17:19', '2026-01-18 10:17:19'),
(2361, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-18 10:17:27', 0, 0, '2026-01-18 10:18:04', '2026-01-18 10:18:04'),
(2362, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-18 10:18:35', 0, 0, '2026-01-18 10:19:25', '2026-01-18 10:19:25'),
(2363, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2026-01-18 10:22:45', 0, 0, '2026-01-18 10:24:34', '2026-01-18 10:24:34'),
(2364, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2026-01-18 10:26:11', 0, 0, '2026-01-18 10:28:09', '2026-01-18 10:28:09'),
(2365, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-18 10:28:07', 0, 0, '2026-01-18 10:30:12', '2026-01-18 10:30:12'),
(2366, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'MISSED', '2026-01-18 11:03:22', 0, 1, '2026-01-18 11:07:49', '2026-01-18 11:07:49'),
(2367, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'INCOMING', '2026-01-18 11:11:19', 0, 0, '2026-01-18 11:11:42', '2026-01-18 11:11:42'),
(2368, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917888181485', 'INCOMING', '2026-01-18 11:18:31', 0, 1, '2026-01-18 11:22:39', '2026-01-18 11:22:39'),
(2369, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9823238191', 'OUTGOING', '2026-01-18 11:27:32', 0, 1, '2026-01-18 11:28:51', '2026-01-18 11:28:51'),
(2370, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-18 11:40:44', 0, 0, '2026-01-18 11:41:34', '2026-01-18 11:41:34'),
(2371, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919823238191', 'INCOMING', '2026-01-18 11:42:59', 0, 1, '2026-01-18 11:44:01', '2026-01-18 11:44:01'),
(2372, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-18 11:54:29', 0, 0, '2026-01-18 11:54:43', '2026-01-18 11:54:43'),
(2373, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-18 11:54:47', 0, 1, '2026-01-18 11:56:36', '2026-01-18 11:56:36'),
(2374, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-18 12:26:40', 0, 0, '2026-01-18 12:29:53', '2026-01-18 12:29:53'),
(2375, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507510444', 'OUTGOING', '2026-01-18 12:48:49', 0, 1, '2026-01-18 12:54:41', '2026-01-18 12:54:41'),
(2376, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917066935431', 'OUTGOING', '2026-01-18 12:55:49', 0, 0, '2026-01-18 12:57:44', '2026-01-18 12:57:44'),
(2377, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919588652870', 'OUTGOING', '2026-01-18 12:58:27', 0, 1, '2026-01-18 12:59:16', '2026-01-18 12:59:16'),
(2378, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409309047', 'MISSED', '2026-01-18 13:20:05', 0, 1, '2026-01-18 13:20:15', '2026-01-18 13:20:15'),
(2379, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'INCOMING', '2026-01-18 13:20:13', 0, 1, '2026-01-18 13:20:51', '2026-01-18 13:20:51'),
(2380, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890717263', 'OUTGOING', '2026-01-18 13:25:35', 0, 1, '2026-01-18 13:26:05', '2026-01-18 13:26:05'),
(2381, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919588652870', 'INCOMING', '2026-01-18 13:58:38', 0, 0, '2026-01-18 13:59:07', '2026-01-18 13:59:07'),
(2382, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-18 17:13:08', 0, 1, '2026-01-18 17:13:17', '2026-01-18 17:13:17'),
(2383, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'OUTGOING', '2026-01-18 17:13:13', 0, 0, '2026-01-18 17:13:27', '2026-01-18 17:13:27'),
(2384, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'OUTGOING', '2026-01-18 17:13:33', 0, 0, '2026-01-18 17:15:26', '2026-01-18 17:15:26'),
(2385, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'OUTGOING', '2026-01-18 17:17:36', 0, 0, '2026-01-18 17:20:39', '2026-01-18 17:20:39'),
(2386, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '07887896000', 'OUTGOING', '2026-01-18 17:24:43', 0, 1, '2026-01-18 17:26:40', '2026-01-18 17:26:40'),
(2387, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-18 17:27:17', 0, 1, '2026-01-18 17:30:35', '2026-01-18 17:30:35'),
(2388, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'INCOMING', '2026-01-18 17:33:03', 0, 0, '2026-01-18 17:39:30', '2026-01-18 17:39:30'),
(2389, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '07887896000', 'OUTGOING', '2026-01-18 17:40:14', 0, 0, '2026-01-18 17:40:19', '2026-01-18 17:40:19'),
(2390, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'OUTGOING', '2026-01-18 17:49:57', 0, 0, '2026-01-18 17:50:44', '2026-01-18 17:50:44'),
(2391, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028738883', 'MISSED', '2026-01-18 18:40:42', 0, 1, '2026-01-18 18:41:17', '2026-01-18 18:41:17'),
(2392, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028738883', 'OUTGOING', '2026-01-18 18:42:13', 0, 0, '2026-01-18 18:53:51', '2026-01-18 18:53:51'),
(2393, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'OUTGOING', '2026-01-18 18:59:10', 0, 0, '2026-01-18 19:01:19', '2026-01-18 19:01:19'),
(2394, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'OUTGOING', '2026-01-18 19:13:32', 0, 0, '2026-01-18 19:14:03', '2026-01-18 19:14:03'),
(2395, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'INCOMING', '2026-01-18 19:29:10', 0, 0, '2026-01-18 19:30:59', '2026-01-18 19:30:59'),
(2396, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'OUTGOING', '2026-01-18 19:40:16', 0, 0, '2026-01-18 19:41:02', '2026-01-18 19:41:02'),
(2397, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'OUTGOING', '2026-01-18 19:45:18', 0, 0, '2026-01-18 19:45:54', '2026-01-18 19:45:54'),
(2398, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918149103185', 'INCOMING', '2026-01-18 20:19:18', 0, 1, '2026-01-18 20:23:59', '2026-01-18 20:23:59'),
(2399, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-18 22:13:27', 0, 1, '2026-01-18 22:14:16', '2026-01-18 22:14:16'),
(2400, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'MISSED', '2026-01-18 22:36:17', 0, 0, '2026-01-18 22:36:51', '2026-01-18 22:36:51'),
(2401, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-18 22:47:13', 0, 0, '2026-01-18 22:47:44', '2026-01-18 22:47:44'),
(2402, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'MISSED', '2026-01-18 22:51:08', 0, 0, '2026-01-18 22:51:43', '2026-01-18 22:51:43'),
(2403, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-18 22:51:43', 0, 0, '2026-01-18 22:51:51', '2026-01-18 22:51:51'),
(2404, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'MISSED', '2026-01-18 22:57:35', 0, 1, '2026-01-18 22:57:50', '2026-01-18 22:57:50'),
(2405, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-19 09:31:10', 0, 0, '2026-01-19 09:31:35', '2026-01-19 09:31:35'),
(2406, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028738883', 'OUTGOING', '2026-01-19 09:46:10', 0, 0, '2026-01-19 09:48:28', '2026-01-19 09:48:28'),
(2407, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028738883', 'INCOMING', '2026-01-19 09:54:59', 0, 0, '2026-01-19 09:58:22', '2026-01-19 09:58:22'),
(2408, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-19 10:01:33', 0, 1, '2026-01-19 10:06:38', '2026-01-19 10:06:38'),
(2409, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028738883', 'OUTGOING', '2026-01-19 10:24:34', 0, 0, '2026-01-19 10:27:23', '2026-01-19 10:27:23'),
(2410, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-19 10:27:39', 0, 1, '2026-01-19 10:31:51', '2026-01-19 10:31:51'),
(2411, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028738883', 'INCOMING', '2026-01-19 10:34:38', 0, 0, '2026-01-19 10:40:14', '2026-01-19 10:40:14'),
(2412, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918767485783', 'INCOMING', '2026-01-19 10:58:46', 0, 1, '2026-01-19 10:59:34', '2026-01-19 10:59:34'),
(2413, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-19 11:34:18', 0, 1, '2026-01-19 11:34:43', '2026-01-19 11:34:43'),
(2414, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-19 11:37:35', 0, 0, '2026-01-19 11:37:48', '2026-01-19 11:37:48'),
(2415, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-19 11:40:31', 0, 0, '2026-01-19 11:42:01', '2026-01-19 11:42:01'),
(2416, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'MISSED', '2026-01-19 11:47:41', 0, 1, '2026-01-19 11:49:31', '2026-01-19 11:49:31'),
(2417, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-19 11:50:17', 0, 1, '2026-01-19 11:50:50', '2026-01-19 11:50:50'),
(2418, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919623456258', 'INCOMING', '2026-01-19 11:52:59', 0, 1, '2026-01-19 11:53:16', '2026-01-19 11:53:16'),
(2419, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850045606', 'INCOMING', '2026-01-19 12:03:22', 0, 1, '2026-01-19 12:03:48', '2026-01-19 12:03:48'),
(2420, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'MISSED', '2026-01-19 12:09:10', 0, 0, '2026-01-19 12:09:48', '2026-01-19 12:09:48'),
(2421, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917291908949', 'MISSED', '2026-01-19 12:12:59', 0, 1, '2026-01-19 12:13:30', '2026-01-19 12:13:30'),
(2422, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-19 12:18:40', 0, 0, '2026-01-19 12:19:25', '2026-01-19 12:19:25'),
(2423, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-19 12:19:24', 0, 0, '2026-01-19 12:19:35', '2026-01-19 12:19:35'),
(2424, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918830930836', 'OUTGOING', '2026-01-19 12:21:19', 0, 1, '2026-01-19 12:22:30', '2026-01-19 12:22:30'),
(2425, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9011911010', 'OUTGOING', '2026-01-19 12:23:19', 0, 1, '2026-01-19 12:23:46', '2026-01-19 12:23:46'),
(2426, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-19 12:25:16', 0, 0, '2026-01-19 12:25:24', '2026-01-19 12:25:24'),
(2427, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-19 12:27:35', 0, 0, '2026-01-19 12:31:28', '2026-01-19 12:31:28'),
(2428, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-19 12:40:39', 0, 0, '2026-01-19 12:42:23', '2026-01-19 12:42:23'),
(2429, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'MISSED', '2026-01-19 13:30:47', 0, 0, '2026-01-19 13:31:09', '2026-01-19 13:31:09'),
(2430, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2026-01-19 13:31:13', 0, 0, '2026-01-19 13:33:01', '2026-01-19 13:33:01'),
(2431, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881422393', 'INCOMING', '2026-01-19 13:38:20', 0, 1, '2026-01-19 13:41:13', '2026-01-19 13:41:13'),
(2432, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'OUTGOING', '2026-01-19 13:50:31', 0, 0, '2026-01-19 13:51:14', '2026-01-19 13:51:14'),
(2433, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-19 14:14:31', 0, 0, '2026-01-19 14:20:17', '2026-01-19 14:20:17'),
(2434, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'OUTGOING', '2026-01-19 14:21:35', 0, 1, '2026-01-19 14:26:30', '2026-01-19 14:26:30'),
(2435, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'INCOMING', '2026-01-19 14:28:53', 0, 0, '2026-01-19 14:31:56', '2026-01-19 14:31:56'),
(2436, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-19 15:01:59', 0, 0, '2026-01-19 15:02:30', '2026-01-19 15:02:30'),
(2437, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-19 16:15:48', 0, 0, '2026-01-19 16:16:52', '2026-01-19 16:16:52'),
(2438, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918830930836', 'INCOMING', '2026-01-19 16:40:33', 0, 0, '2026-01-19 16:42:09', '2026-01-19 16:42:09'),
(2439, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-19 16:43:01', 0, 0, '2026-01-19 16:43:43', '2026-01-19 16:43:43'),
(2440, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-19 16:47:45', 0, 0, '2026-01-19 16:48:08', '2026-01-19 16:48:08'),
(2441, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9822200036', 'OUTGOING', '2026-01-19 17:03:23', 0, 1, '2026-01-19 17:03:29', '2026-01-19 17:03:29'),
(2442, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850045606', 'OUTGOING', '2026-01-19 17:31:48', 0, 0, '2026-01-19 17:44:43', '2026-01-19 17:44:43'),
(2443, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657556677', 'INCOMING', '2026-01-19 18:14:24', 0, 1, '2026-01-19 18:15:11', '2026-01-19 18:15:11'),
(2444, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919420263031', 'OUTGOING', '2026-01-19 18:40:42', 0, 1, '2026-01-19 18:41:04', '2026-01-19 18:41:04'),
(2445, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'INCOMING', '2026-01-19 19:16:17', 0, 1, '2026-01-19 19:21:13', '2026-01-19 19:21:13'),
(2446, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'MISSED', '2026-01-19 19:34:37', 0, 0, '2026-01-19 19:34:53', '2026-01-19 19:34:53'),
(2447, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'INCOMING', '2026-01-19 19:34:51', 0, 1, '2026-01-19 19:35:13', '2026-01-19 19:35:13'),
(2448, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919511292427', 'OUTGOING', '2026-01-19 19:37:39', 0, 1, '2026-01-19 19:38:53', '2026-01-19 19:38:53'),
(2449, 5, '1b832b5edbc1c2ce', 'Xiaomi 21091116I', NULL, '7558594307', 'OUTGOING', '2026-01-19 21:15:37', 0, 1, '2026-01-19 21:15:52', '2026-01-19 21:15:52'),
(2450, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'MISSED', '2026-01-19 21:36:07', 0, 0, '2026-01-19 21:36:41', '2026-01-19 21:36:41'),
(2451, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-20 08:09:27', 0, 0, '2026-01-20 08:10:51', '2026-01-20 08:10:51'),
(2452, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709986418', 'INCOMING', '2026-01-20 09:26:15', 0, 1, '2026-01-20 09:27:44', '2026-01-20 09:27:44'),
(2453, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'OUTGOING', '2026-01-20 09:27:56', 0, 1, '2026-01-20 09:30:54', '2026-01-20 09:30:54'),
(2454, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-20 09:31:09', 0, 1, '2026-01-20 09:38:04', '2026-01-20 09:38:04'),
(2455, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709986418', 'OUTGOING', '2026-01-20 09:38:48', 0, 0, '2026-01-20 09:39:21', '2026-01-20 09:39:21'),
(2456, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709986418', 'MISSED', '2026-01-20 09:39:27', 0, 0, '2026-01-20 09:40:05', '2026-01-20 09:40:05'),
(2457, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709986418', 'OUTGOING', '2026-01-20 09:40:25', 0, 0, '2026-01-20 09:41:03', '2026-01-20 09:41:03'),
(2458, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'INCOMING', '2026-01-20 10:04:02', 0, 0, '2026-01-20 10:05:32', '2026-01-20 10:05:32'),
(2459, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'INCOMING', '2026-01-20 10:08:56', 0, 1, '2026-01-20 10:11:15', '2026-01-20 10:11:15'),
(2460, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038041824', 'INCOMING', '2026-01-20 10:22:50', 0, 1, '2026-01-20 10:23:26', '2026-01-20 10:23:26'),
(2461, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960032383', 'INCOMING', '2026-01-20 10:41:03', 0, 1, '2026-01-20 10:44:00', '2026-01-20 10:44:00'),
(2462, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'OUTGOING', '2026-01-20 10:44:18', 0, 1, '2026-01-20 10:44:47', '2026-01-20 10:44:47'),
(2463, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918668950093', 'INCOMING', '2026-01-20 10:45:29', 0, 0, '2026-01-20 10:46:42', '2026-01-20 10:46:42'),
(2464, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960032383', 'OUTGOING', '2026-01-20 10:46:26', 0, 0, '2026-01-20 10:49:43', '2026-01-20 10:49:43'),
(2465, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-20 10:54:23', 0, 1, '2026-01-20 10:56:41', '2026-01-20 10:56:41'),
(2466, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960032383', 'INCOMING', '2026-01-20 11:30:06', 0, 0, '2026-01-20 11:31:55', '2026-01-20 11:31:55'),
(2467, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9049585917', 'OUTGOING', '2026-01-20 11:33:20', 0, 1, '2026-01-20 11:34:18', '2026-01-20 11:34:18'),
(2468, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'OUTGOING', '2026-01-20 11:50:07', 0, 0, '2026-01-20 11:50:58', '2026-01-20 11:50:58'),
(2469, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'INCOMING', '2026-01-20 12:08:57', 0, 1, '2026-01-20 12:09:46', '2026-01-20 12:09:46'),
(2470, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'OUTGOING', '2026-01-20 12:27:33', 0, 0, '2026-01-20 12:28:24', '2026-01-20 12:28:24'),
(2471, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'INCOMING', '2026-01-20 12:29:49', 0, 0, '2026-01-20 12:30:22', '2026-01-20 12:30:22'),
(2472, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-20 12:31:35', 0, 1, '2026-01-20 12:34:03', '2026-01-20 12:34:03'),
(2473, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-20 12:37:09', 0, 0, '2026-01-20 12:38:15', '2026-01-20 12:38:15'),
(2474, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917083119429', 'INCOMING', '2026-01-20 12:47:08', 0, 1, '2026-01-20 12:48:15', '2026-01-20 12:48:15'),
(2475, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-20 13:02:15', 0, 1, '2026-01-20 13:06:46', '2026-01-20 13:06:46'),
(2476, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-20 13:15:40', 0, 0, '2026-01-20 13:15:54', '2026-01-20 13:15:54'),
(2477, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-20 13:16:56', 0, 0, '2026-01-20 13:17:51', '2026-01-20 13:17:51'),
(2478, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350307784', 'OUTGOING', '2026-01-20 13:18:26', 0, 1, '2026-01-20 13:19:06', '2026-01-20 13:19:06'),
(2479, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-20 13:19:50', 0, 0, '2026-01-20 13:22:31', '2026-01-20 13:22:31'),
(2480, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918830930836', 'INCOMING', '2026-01-20 13:25:50', 0, 1, '2026-01-20 13:26:35', '2026-01-20 13:26:35'),
(2481, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350307784', 'INCOMING', '2026-01-20 13:30:55', 0, 0, '2026-01-20 13:32:10', '2026-01-20 13:32:10'),
(2482, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'INCOMING', '2026-01-20 13:38:05', 0, 1, '2026-01-20 13:40:45', '2026-01-20 13:40:45'),
(2483, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '982288863', 'OUTGOING', '2026-01-20 13:54:48', 0, 1, '2026-01-20 13:54:58', '2026-01-20 13:54:58'),
(2484, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409336682', 'MISSED', '2026-01-20 13:55:10', 0, 1, '2026-01-20 13:55:17', '2026-01-20 13:55:17'),
(2485, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350307784', 'MISSED', '2026-01-20 13:56:21', 0, 0, '2026-01-20 13:56:44', '2026-01-20 13:56:44'),
(2486, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960032383', 'INCOMING', '2026-01-20 13:57:13', 0, 0, '2026-01-20 13:59:02', '2026-01-20 13:59:02'),
(2487, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960032383', 'INCOMING', '2026-01-20 14:00:34', 0, 0, '2026-01-20 14:01:14', '2026-01-20 14:01:14'),
(2488, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350307784', 'OUTGOING', '2026-01-20 14:01:35', 0, 0, '2026-01-20 14:01:56', '2026-01-20 14:01:56'),
(2489, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9822888663', 'OUTGOING', '2026-01-20 14:01:59', 0, 1, '2026-01-20 14:04:51', '2026-01-20 14:04:51'),
(2490, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657556677', 'MISSED', '2026-01-20 14:10:11', 0, 0, '2026-01-20 14:12:47', '2026-01-20 14:12:47'),
(2491, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822888663', 'OUTGOING', '2026-01-20 14:12:50', 0, 1, '2026-01-20 14:13:15', '2026-01-20 14:13:15'),
(2492, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822888663', 'INCOMING', '2026-01-20 14:14:38', 0, 0, '2026-01-20 14:19:53', '2026-01-20 14:19:53'),
(2493, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960032383', 'INCOMING', '2026-01-20 14:23:57', 0, 0, '2026-01-20 14:24:26', '2026-01-20 14:24:26'),
(2494, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822888663', 'MISSED', '2026-01-20 14:28:33', 0, 0, '2026-01-20 14:30:14', '2026-01-20 14:30:14'),
(2495, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822888663', 'INCOMING', '2026-01-20 14:33:00', 0, 0, '2026-01-20 14:34:16', '2026-01-20 14:34:16'),
(2496, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822888663', 'OUTGOING', '2026-01-20 14:40:06', 0, 0, '2026-01-20 14:44:24', '2026-01-20 14:44:24'),
(2497, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409309028', 'MISSED', '2026-01-20 15:02:33', 0, 1, '2026-01-20 15:02:40', '2026-01-20 15:02:40'),
(2498, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'INCOMING', '2026-01-20 15:12:22', 0, 0, '2026-01-20 15:14:05', '2026-01-20 15:14:05'),
(2499, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922121761', 'INCOMING', '2026-01-20 15:25:15', 0, 1, '2026-01-20 15:26:39', '2026-01-20 15:26:39'),
(2500, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-20 15:46:13', 0, 0, '2026-01-20 15:49:46', '2026-01-20 15:49:46'),
(2501, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923665598', 'OUTGOING', '2026-01-20 16:16:27', 0, 1, '2026-01-20 16:33:29', '2026-01-20 16:33:29'),
(2502, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-20 16:39:57', 0, 1, '2026-01-20 16:40:35', '2026-01-20 16:40:35'),
(2503, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918368373998', 'INCOMING', '2026-01-20 16:45:21', 0, 1, '2026-01-20 16:46:47', '2026-01-20 16:46:47'),
(2504, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-20 16:54:15', 0, 1, '2026-01-20 16:55:03', '2026-01-20 16:55:03'),
(2505, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960657071', 'INCOMING', '2026-01-20 16:55:30', 0, 1, '2026-01-20 16:56:21', '2026-01-20 16:56:21'),
(2506, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-20 16:56:22', 0, 0, '2026-01-20 16:59:25', '2026-01-20 16:59:25'),
(2507, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698486827', 'OUTGOING', '2026-01-20 16:59:36', 0, 1, '2026-01-20 17:00:58', '2026-01-20 17:00:58'),
(2508, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698486827', 'INCOMING', '2026-01-20 17:02:38', 0, 0, '2026-01-20 17:04:46', '2026-01-20 17:04:46'),
(2509, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-20 17:04:45', 0, 0, '2026-01-20 17:04:55', '2026-01-20 17:04:55'),
(2510, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-20 17:05:20', 0, 0, '2026-01-20 17:05:30', '2026-01-20 17:05:30'),
(2511, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-20 17:05:40', 0, 0, '2026-01-20 17:05:51', '2026-01-20 17:05:51'),
(2512, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-20 17:08:04', 0, 0, '2026-01-20 17:08:49', '2026-01-20 17:08:49'),
(2513, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698486827', 'INCOMING', '2026-01-20 17:08:59', 0, 0, '2026-01-20 17:11:41', '2026-01-20 17:11:41'),
(2514, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-20 17:31:11', 0, 1, '2026-01-20 17:31:55', '2026-01-20 17:31:55'),
(2515, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-20 18:12:56', 0, 0, '2026-01-20 18:19:06', '2026-01-20 18:19:06'),
(2516, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-20 18:23:21', 0, 1, '2026-01-20 18:24:56', '2026-01-20 18:24:56'),
(2517, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-20 18:24:55', 0, 0, '2026-01-20 18:36:28', '2026-01-20 18:36:28'),
(2518, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'MISSED', '2026-01-20 19:16:56', 0, 1, '2026-01-20 19:17:30', '2026-01-20 19:17:30'),
(2519, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'OUTGOING', '2026-01-20 19:22:52', 0, 0, '2026-01-20 19:25:41', '2026-01-20 19:25:41'),
(2520, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918149903871', 'MISSED', '2026-01-20 19:48:49', 0, 1, '2026-01-20 19:49:07', '2026-01-20 19:49:07'),
(2521, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918149903871', 'OUTGOING', '2026-01-20 19:51:55', 0, 0, '2026-01-20 19:56:22', '2026-01-20 19:56:22'),
(2522, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698486827', 'MISSED', '2026-01-20 20:08:39', 0, 0, '2026-01-20 20:09:11', '2026-01-20 20:09:11'),
(2523, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698486827', 'OUTGOING', '2026-01-20 20:12:21', 0, 0, '2026-01-20 20:13:18', '2026-01-20 20:13:18'),
(2524, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-01-20 20:21:29', 0, 1, '2026-01-20 20:22:40', '2026-01-20 20:22:40'),
(2525, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698486827', 'OUTGOING', '2026-01-20 20:39:53', 0, 0, '2026-01-20 20:40:23', '2026-01-20 20:40:23'),
(2526, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698486827', 'INCOMING', '2026-01-20 20:42:35', 0, 0, '2026-01-20 20:42:50', '2026-01-20 20:42:50'),
(2527, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028738883', 'OUTGOING', '2026-01-20 20:43:24', 0, 1, '2026-01-20 20:45:22', '2026-01-20 20:45:22'),
(2528, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-20 21:04:48', 0, 0, '2026-01-20 21:05:24', '2026-01-20 21:05:24'),
(2529, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-20 23:00:12', 0, 0, '2026-01-21 07:41:15', '2026-01-21 07:41:15'),
(2530, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'MISSED', '2026-01-21 08:46:52', 0, 0, '2026-01-21 08:47:26', '2026-01-21 08:47:26'),
(2531, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'MISSED', '2026-01-21 08:47:51', 0, 0, '2026-01-21 08:48:20', '2026-01-21 08:48:20'),
(2532, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'OUTGOING', '2026-01-21 08:50:18', 0, 0, '2026-01-21 08:51:43', '2026-01-21 08:51:43'),
(2533, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-21 08:51:45', 0, 0, '2026-01-21 08:52:53', '2026-01-21 08:52:53'),
(2534, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'OUTGOING', '2026-01-21 08:52:53', 0, 0, '2026-01-21 08:56:06', '2026-01-21 08:56:06'),
(2535, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'MISSED', '2026-01-21 09:05:36', 0, 0, '2026-01-21 09:06:10', '2026-01-21 09:06:10'),
(2536, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-21 09:30:00', 0, 1, '2026-01-21 09:30:32', '2026-01-21 09:30:32'),
(2537, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918390897299', 'OUTGOING', '2026-01-21 10:26:00', 0, 1, '2026-01-21 10:27:12', '2026-01-21 10:27:12');
INSERT INTO `call_logs` (`id`, `user_id`, `device_id`, `device_name`, `local_id`, `phone_number`, `call_type`, `call_time`, `call_duration`, `sms_sent`, `created_at`, `updated_at`) VALUES
(2538, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-21 10:28:26', 0, 0, '2026-01-21 10:29:11', '2026-01-21 10:29:11'),
(2539, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-21 10:29:13', 0, 0, '2026-01-21 10:30:10', '2026-01-21 10:30:10'),
(2540, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409303141', 'MISSED', '2026-01-21 10:31:50', 0, 1, '2026-01-21 10:32:52', '2026-01-21 10:32:52'),
(2541, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'MISSED', '2026-01-21 10:38:00', 0, 0, '2026-01-21 10:39:56', '2026-01-21 10:39:56'),
(2542, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919637795533', 'INCOMING', '2026-01-21 10:43:10', 0, 1, '2026-01-21 10:44:14', '2026-01-21 10:44:14'),
(2543, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918830930836', 'MISSED', '2026-01-21 11:01:16', 0, 0, '2026-01-21 11:01:40', '2026-01-21 11:01:40'),
(2544, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918830930836', 'INCOMING', '2026-01-21 11:01:39', 0, 0, '2026-01-21 11:03:16', '2026-01-21 11:03:16'),
(2545, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-21 11:12:10', 0, 0, '2026-01-21 11:22:49', '2026-01-21 11:22:49'),
(2546, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-21 11:22:54', 0, 0, '2026-01-21 11:25:04', '2026-01-21 11:25:04'),
(2547, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-21 11:48:35', 0, 0, '2026-01-21 11:52:36', '2026-01-21 11:52:36'),
(2548, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'OUTGOING', '2026-01-21 11:52:47', 0, 0, '2026-01-21 11:55:59', '2026-01-21 11:55:59'),
(2549, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'MISSED', '2026-01-21 11:57:41', 0, 0, '2026-01-21 11:58:32', '2026-01-21 11:58:32'),
(2550, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'OUTGOING', '2026-01-21 11:58:33', 0, 0, '2026-01-21 11:58:42', '2026-01-21 11:58:42'),
(2551, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'OUTGOING', '2026-01-21 11:58:43', 0, 0, '2026-01-21 11:58:51', '2026-01-21 11:58:51'),
(2552, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'INCOMING', '2026-01-21 11:59:05', 0, 0, '2026-01-21 12:02:17', '2026-01-21 12:02:17'),
(2553, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'OUTGOING', '2026-01-21 12:04:14', 0, 0, '2026-01-21 12:07:25', '2026-01-21 12:07:25'),
(2554, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-21 12:21:53', 0, 0, '2026-01-21 12:22:15', '2026-01-21 12:22:15'),
(2555, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-21 12:26:02', 0, 0, '2026-01-21 12:27:22', '2026-01-21 12:27:22'),
(2556, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'INCOMING', '2026-01-21 12:29:06', 0, 1, '2026-01-21 12:29:38', '2026-01-21 12:29:38'),
(2557, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-21 12:36:24', 0, 1, '2026-01-21 12:37:09', '2026-01-21 12:37:09'),
(2558, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-21 12:37:24', 0, 1, '2026-01-21 12:37:50', '2026-01-21 12:37:50'),
(2559, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919623456258', 'INCOMING', '2026-01-21 12:38:18', 0, 1, '2026-01-21 12:39:39', '2026-01-21 12:39:39'),
(2560, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-21 13:04:53', 0, 1, '2026-01-21 13:05:28', '2026-01-21 13:05:28'),
(2561, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-21 13:10:32', 0, 0, '2026-01-21 13:12:18', '2026-01-21 13:12:18'),
(2562, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-21 13:23:13', 0, 1, '2026-01-21 13:29:57', '2026-01-21 13:29:57'),
(2563, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'INCOMING', '2026-01-21 13:35:38', 0, 1, '2026-01-21 13:37:44', '2026-01-21 13:37:44'),
(2564, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-21 13:40:32', 0, 0, '2026-01-21 13:51:55', '2026-01-21 13:51:55'),
(2565, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657477188', 'INCOMING', '2026-01-21 14:02:57', 0, 1, '2026-01-21 14:04:32', '2026-01-21 14:04:32'),
(2566, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918830930836', 'INCOMING', '2026-01-21 14:05:39', 0, 1, '2026-01-21 14:07:26', '2026-01-21 14:07:26'),
(2567, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911408859066', 'MISSED', '2026-01-21 14:12:13', 0, 1, '2026-01-21 14:12:20', '2026-01-21 14:12:20'),
(2568, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'MISSED', '2026-01-21 14:16:20', 0, 0, '2026-01-21 14:18:05', '2026-01-21 14:18:05'),
(2569, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-21 14:22:46', 0, 1, '2026-01-21 14:23:34', '2026-01-21 14:23:34'),
(2570, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-21 14:24:28', 0, 0, '2026-01-21 14:25:59', '2026-01-21 14:25:59'),
(2571, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-21 14:35:07', 0, 0, '2026-01-21 14:35:13', '2026-01-21 14:35:13'),
(2572, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-21 14:35:13', 0, 0, '2026-01-21 14:41:00', '2026-01-21 14:41:00'),
(2573, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798685297', 'OUTGOING', '2026-01-21 14:41:04', 0, 1, '2026-01-21 14:41:31', '2026-01-21 14:41:31'),
(2574, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-21 14:42:20', 0, 0, '2026-01-21 14:43:11', '2026-01-21 14:43:11'),
(2575, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919403244908', 'OUTGOING', '2026-01-21 15:00:15', 0, 1, '2026-01-21 15:02:42', '2026-01-21 15:02:42'),
(2576, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-21 15:10:07', 0, 0, '2026-01-21 15:10:13', '2026-01-21 15:10:13'),
(2577, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917083119429', 'INCOMING', '2026-01-21 16:41:09', 0, 1, '2026-01-21 16:42:11', '2026-01-21 16:42:11'),
(2578, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9922141597', 'OUTGOING', '2026-01-21 16:47:10', 0, 1, '2026-01-21 16:47:15', '2026-01-21 16:47:15'),
(2579, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-21 16:47:14', 0, 0, '2026-01-21 16:47:53', '2026-01-21 16:47:53'),
(2580, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890717263', 'OUTGOING', '2026-01-21 16:51:33', 0, 1, '2026-01-21 16:54:04', '2026-01-21 16:54:04'),
(2581, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-21 16:55:52', 0, 1, '2026-01-21 17:01:29', '2026-01-21 17:01:29'),
(2582, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'MISSED', '2026-01-21 17:15:47', 0, 0, '2026-01-21 17:30:30', '2026-01-21 17:30:30'),
(2583, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-21 17:19:29', 0, 0, '2026-01-21 17:30:30', '2026-01-21 17:30:30'),
(2584, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919022877434', 'OUTGOING', '2026-01-21 17:30:26', 0, 1, '2026-01-21 17:32:47', '2026-01-21 17:32:47'),
(2585, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'OUTGOING', '2026-01-21 17:38:46', 0, 0, '2026-01-21 17:43:50', '2026-01-21 17:43:50'),
(2586, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-21 17:53:40', 0, 0, '2026-01-21 17:55:28', '2026-01-21 17:55:28'),
(2587, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-21 17:58:21', 0, 0, '2026-01-21 18:03:00', '2026-01-21 18:03:00'),
(2588, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-21 18:03:01', 0, 0, '2026-01-21 18:04:03', '2026-01-21 18:04:03'),
(2589, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'OUTGOING', '2026-01-21 18:15:51', 0, 1, '2026-01-21 18:18:13', '2026-01-21 18:18:13'),
(2590, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-21 18:20:48', 0, 0, '2026-01-21 18:20:57', '2026-01-21 18:20:57'),
(2591, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-21 18:21:07', 0, 0, '2026-01-21 18:21:17', '2026-01-21 18:21:17'),
(2592, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-21 18:21:35', 0, 0, '2026-01-21 18:23:46', '2026-01-21 18:23:46'),
(2593, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-21 18:23:48', 0, 0, '2026-01-21 18:24:28', '2026-01-21 18:24:28'),
(2594, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'MISSED', '2026-01-21 18:47:04', 0, 0, '2026-01-21 18:47:31', '2026-01-21 18:47:31'),
(2595, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699549922', 'MISSED', '2026-01-21 18:47:38', 0, 1, '2026-01-21 18:48:13', '2026-01-21 18:48:13'),
(2596, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'MISSED', '2026-01-21 18:48:28', 0, 0, '2026-01-21 18:48:46', '2026-01-21 18:48:46'),
(2597, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-21 18:49:13', 0, 0, '2026-01-21 18:54:34', '2026-01-21 18:54:34'),
(2598, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-21 18:54:33', 0, 0, '2026-01-21 18:55:20', '2026-01-21 18:55:20'),
(2599, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-21 18:55:23', 0, 0, '2026-01-21 18:56:34', '2026-01-21 18:56:34'),
(2600, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-21 18:56:39', 0, 0, '2026-01-21 18:57:31', '2026-01-21 18:57:31'),
(2601, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-21 18:57:31', 0, 0, '2026-01-21 18:58:15', '2026-01-21 18:58:15'),
(2602, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'MISSED', '2026-01-21 19:02:33', 0, 0, '2026-01-21 19:03:51', '2026-01-21 19:03:51'),
(2603, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'OUTGOING', '2026-01-21 19:04:18', 0, 0, '2026-01-21 19:05:14', '2026-01-21 19:05:14'),
(2604, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919270012112', 'OUTGOING', '2026-01-21 19:06:59', 0, 1, '2026-01-21 19:09:01', '2026-01-21 19:09:01'),
(2605, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'INCOMING', '2026-01-21 19:09:45', 0, 0, '2026-01-21 19:10:18', '2026-01-21 19:10:18'),
(2606, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'INCOMING', '2026-01-21 19:12:08', 0, 1, '2026-01-21 19:12:27', '2026-01-21 19:12:27'),
(2607, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917020459550', 'OUTGOING', '2026-01-21 19:13:57', 0, 1, '2026-01-21 19:14:21', '2026-01-21 19:14:21'),
(2608, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919511292427', 'INCOMING', '2026-01-21 19:16:01', 0, 1, '2026-01-21 19:16:09', '2026-01-21 19:16:09'),
(2609, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919511292427', 'INCOMING', '2026-01-21 19:16:09', 0, 0, '2026-01-21 19:16:41', '2026-01-21 19:16:41'),
(2610, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919420263031', 'OUTGOING', '2026-01-21 19:19:38', 0, 1, '2026-01-21 19:19:56', '2026-01-21 19:19:56'),
(2611, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-21 19:25:48', 0, 0, '2026-01-21 19:27:50', '2026-01-21 19:27:50'),
(2612, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2026-01-21 19:28:20', 0, 1, '2026-01-21 19:29:14', '2026-01-21 19:29:14'),
(2613, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-21 19:29:15', 0, 0, '2026-01-21 19:29:58', '2026-01-21 19:29:58'),
(2614, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-21 19:37:07', 0, 0, '2026-01-21 19:38:51', '2026-01-21 19:38:51'),
(2615, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2026-01-21 19:39:13', 0, 0, '2026-01-21 19:40:31', '2026-01-21 19:40:31'),
(2616, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'INCOMING', '2026-01-21 19:48:54', 0, 0, '2026-01-21 19:49:42', '2026-01-21 19:49:42'),
(2617, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919004935122', 'OUTGOING', '2026-01-21 19:49:48', 0, 1, '2026-01-21 19:51:52', '2026-01-21 19:51:52'),
(2618, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-21 19:52:10', 0, 0, '2026-01-21 19:52:23', '2026-01-21 19:52:23'),
(2619, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-21 19:52:31', 0, 0, '2026-01-21 19:52:55', '2026-01-21 19:52:55'),
(2620, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919022475569', 'INCOMING', '2026-01-21 19:58:55', 0, 1, '2026-01-21 19:59:44', '2026-01-21 19:59:44'),
(2621, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960657071', 'INCOMING', '2026-01-21 20:24:56', 0, 1, '2026-01-21 20:26:47', '2026-01-21 20:26:47'),
(2622, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-21 20:27:00', 0, 0, '2026-01-21 20:28:27', '2026-01-21 20:28:27'),
(2623, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-21 20:28:28', 0, 1, '2026-01-21 20:29:24', '2026-01-21 20:29:24'),
(2624, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-21 20:30:58', 0, 0, '2026-01-21 20:31:27', '2026-01-21 20:31:27'),
(2625, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168004014', 'MISSED', '2026-01-21 20:59:58', 0, 1, '2026-01-21 21:02:29', '2026-01-21 21:02:29'),
(2626, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-21 21:02:42', 0, 0, '2026-01-21 21:04:03', '2026-01-21 21:04:03'),
(2627, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-21 21:19:12', 0, 1, '2026-01-21 21:19:27', '2026-01-21 21:19:27'),
(2628, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917020459550', 'INCOMING', '2026-01-21 21:37:21', 0, 0, '2026-01-21 21:37:50', '2026-01-21 21:37:50'),
(2629, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168004014', 'OUTGOING', '2026-01-21 21:31:05', 0, 0, '2026-01-21 21:41:24', '2026-01-21 21:41:24'),
(2630, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028738883', 'OUTGOING', '2026-01-21 21:41:52', 0, 1, '2026-01-21 21:42:21', '2026-01-21 21:42:21'),
(2631, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917020459550', 'OUTGOING', '2026-01-21 21:37:54', 0, 0, '2026-01-21 21:44:13', '2026-01-21 21:44:13'),
(2632, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028738883', 'INCOMING', '2026-01-21 21:42:35', 0, 0, '2026-01-21 21:44:56', '2026-01-21 21:44:56'),
(2633, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387582591', 'OUTGOING', '2026-01-21 21:45:23', 0, 1, '2026-01-21 21:45:31', '2026-01-21 21:45:31'),
(2634, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919146931441', 'OUTGOING', '2026-01-21 22:14:52', 0, 0, '2026-01-21 22:15:55', '2026-01-21 22:15:55'),
(2635, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'MISSED', '2026-01-22 09:50:04', 0, 0, '2026-01-22 09:51:49', '2026-01-22 09:51:49'),
(2636, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657556677', 'INCOMING', '2026-01-22 10:00:02', 0, 1, '2026-01-22 10:00:29', '2026-01-22 10:00:29'),
(2637, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'OUTGOING', '2026-01-22 10:03:51', 0, 1, '2026-01-22 10:05:49', '2026-01-22 10:05:49'),
(2638, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356400307', 'OUTGOING', '2026-01-22 10:06:49', 0, 1, '2026-01-22 10:08:17', '2026-01-22 10:08:17'),
(2639, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-22 10:08:44', 0, 1, '2026-01-22 10:10:50', '2026-01-22 10:10:50'),
(2640, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-22 10:29:49', 0, 0, '2026-01-22 10:32:04', '2026-01-22 10:32:04'),
(2641, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918830930836', 'INCOMING', '2026-01-22 10:33:28', 0, 0, '2026-01-22 10:34:04', '2026-01-22 10:34:04'),
(2642, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-22 10:38:56', 0, 0, '2026-01-22 10:40:17', '2026-01-22 10:40:17'),
(2643, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028738883', 'OUTGOING', '2026-01-22 10:42:42', 0, 0, '2026-01-22 10:43:13', '2026-01-22 10:43:13'),
(2644, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-22 10:43:38', 0, 1, '2026-01-22 10:46:29', '2026-01-22 10:46:29'),
(2645, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918799841169', 'OUTGOING', '2026-01-22 10:46:31', 0, 1, '2026-01-22 10:50:33', '2026-01-22 10:50:33'),
(2646, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'MISSED', '2026-01-22 10:54:33', 0, 0, '2026-01-22 10:55:24', '2026-01-22 10:55:24'),
(2647, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919518718570', 'INCOMING', '2026-01-22 10:56:24', 0, 0, '2026-01-22 10:57:10', '2026-01-22 10:57:10'),
(2648, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356400307', 'OUTGOING', '2026-01-22 11:22:49', 0, 0, '2026-01-22 11:24:03', '2026-01-22 11:24:03'),
(2649, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356400307', 'INCOMING', '2026-01-22 11:24:53', 0, 0, '2026-01-22 11:25:43', '2026-01-22 11:25:43'),
(2650, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-22 11:27:33', 0, 0, '2026-01-22 11:28:35', '2026-01-22 11:28:35'),
(2651, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-22 11:29:51', 0, 0, '2026-01-22 11:30:44', '2026-01-22 11:30:44'),
(2652, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-22 11:39:50', 0, 0, '2026-01-22 11:41:31', '2026-01-22 11:41:31'),
(2653, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922561212', 'INCOMING', '2026-01-22 11:42:43', 0, 1, '2026-01-22 11:44:08', '2026-01-22 11:44:08'),
(2654, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'MISSED', '2026-01-22 11:52:53', 0, 0, '2026-01-22 11:53:46', '2026-01-22 11:53:46'),
(2655, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-22 11:54:03', 0, 0, '2026-01-22 11:55:37', '2026-01-22 11:55:37'),
(2656, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'OUTGOING', '2026-01-22 11:57:56', 0, 0, '2026-01-22 11:59:26', '2026-01-22 11:59:26'),
(2657, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'OUTGOING', '2026-01-22 11:59:23', 0, 0, '2026-01-22 12:03:25', '2026-01-22 12:03:25'),
(2658, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-22 12:03:26', 0, 0, '2026-01-22 12:03:51', '2026-01-22 12:03:51'),
(2659, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-22 12:06:02', 0, 0, '2026-01-22 12:06:35', '2026-01-22 12:06:35'),
(2660, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-22 12:08:43', 0, 0, '2026-01-22 12:09:40', '2026-01-22 12:09:40'),
(2661, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-22 12:09:49', 0, 0, '2026-01-22 12:09:54', '2026-01-22 12:09:54'),
(2662, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-22 12:09:53', 0, 0, '2026-01-22 12:10:15', '2026-01-22 12:10:15'),
(2663, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699549922', 'MISSED', '2026-01-22 12:18:59', 0, 0, '2026-01-22 12:19:33', '2026-01-22 12:19:33'),
(2664, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-22 12:22:25', 0, 0, '2026-01-22 12:23:21', '2026-01-22 12:23:21'),
(2665, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'OUTGOING', '2026-01-22 12:25:52', 0, 0, '2026-01-22 12:26:22', '2026-01-22 12:26:22'),
(2666, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699549922', 'OUTGOING', '2026-01-22 12:27:27', 0, 0, '2026-01-22 12:30:22', '2026-01-22 12:30:22'),
(2667, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-22 12:33:37', 0, 0, '2026-01-22 12:33:52', '2026-01-22 12:33:52'),
(2668, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249175091', 'INCOMING', '2026-01-22 12:38:26', 0, 0, '2026-01-22 12:39:28', '2026-01-22 12:39:28'),
(2669, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'OUTGOING', '2026-01-22 12:49:19', 0, 0, '2026-01-22 12:50:05', '2026-01-22 12:50:05'),
(2670, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-22 12:51:40', 0, 0, '2026-01-22 12:52:21', '2026-01-22 12:52:21'),
(2671, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+911409801348', 'MISSED', '2026-01-22 12:58:12', 0, 1, '2026-01-22 12:58:31', '2026-01-22 12:58:31'),
(2672, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-22 12:59:35', 0, 0, '2026-01-22 13:00:38', '2026-01-22 13:00:38'),
(2673, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-22 13:01:03', 0, 0, '2026-01-22 13:01:43', '2026-01-22 13:01:43'),
(2674, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9527776266', 'OUTGOING', '2026-01-22 13:06:53', 0, 1, '2026-01-22 13:07:37', '2026-01-22 13:07:37'),
(2675, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9922561212', 'OUTGOING', '2026-01-22 13:07:38', 0, 1, '2026-01-22 13:09:25', '2026-01-22 13:09:25'),
(2676, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'MISSED', '2026-01-22 13:09:54', 0, 1, '2026-01-22 13:10:29', '2026-01-22 13:10:29'),
(2677, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-22 13:10:33', 0, 0, '2026-01-22 13:12:31', '2026-01-22 13:12:31'),
(2678, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'MISSED', '2026-01-22 13:13:43', 0, 0, '2026-01-22 13:14:01', '2026-01-22 13:14:01'),
(2679, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-22 13:14:00', 0, 0, '2026-01-22 13:18:10', '2026-01-22 13:18:10'),
(2680, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+911409801348', 'INCOMING', '2026-01-22 13:28:58', 0, 0, '2026-01-22 13:29:16', '2026-01-22 13:29:16'),
(2681, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-22 13:35:36', 0, 1, '2026-01-22 13:38:35', '2026-01-22 13:38:35'),
(2682, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409303144', 'MISSED', '2026-01-22 14:13:49', 0, 1, '2026-01-22 14:13:57', '2026-01-22 14:13:57'),
(2683, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+911409801538', 'INCOMING', '2026-01-22 14:33:45', 0, 1, '2026-01-22 14:34:13', '2026-01-22 14:34:13'),
(2684, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-22 14:38:56', 0, 0, '2026-01-22 14:42:07', '2026-01-22 14:42:07'),
(2685, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657556677', 'OUTGOING', '2026-01-22 14:42:07', 0, 0, '2026-01-22 14:43:03', '2026-01-22 14:43:03'),
(2686, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-22 14:43:09', 0, 0, '2026-01-22 14:46:33', '2026-01-22 14:46:33'),
(2687, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'INCOMING', '2026-01-22 14:59:11', 0, 1, '2026-01-22 15:00:12', '2026-01-22 15:00:12'),
(2688, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-22 15:00:12', 0, 0, '2026-01-22 15:00:19', '2026-01-22 15:00:19'),
(2689, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-22 15:08:24', 0, 0, '2026-01-22 15:09:08', '2026-01-22 15:09:08'),
(2690, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9049585917', 'OUTGOING', '2026-01-22 15:10:25', 0, 1, '2026-01-22 15:10:57', '2026-01-22 15:10:57'),
(2691, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'INCOMING', '2026-01-22 15:18:41', 0, 0, '2026-01-22 15:20:33', '2026-01-22 15:20:33'),
(2692, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-22 15:39:49', 0, 0, '2026-01-22 15:40:32', '2026-01-22 15:40:32'),
(2693, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918035204566', 'INCOMING', '2026-01-22 15:57:57', 0, 1, '2026-01-22 15:58:54', '2026-01-22 15:58:54'),
(2694, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208406714', 'INCOMING', '2026-01-22 16:12:12', 0, 1, '2026-01-22 16:13:03', '2026-01-22 16:13:03'),
(2695, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208406714', 'OUTGOING', '2026-01-22 16:13:17', 0, 0, '2026-01-22 16:13:50', '2026-01-22 16:13:50'),
(2696, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-22 16:39:50', 0, 0, '2026-01-22 16:40:44', '2026-01-22 16:40:44'),
(2697, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919096677949', 'OUTGOING', '2026-01-22 16:46:11', 0, 1, '2026-01-22 16:46:31', '2026-01-22 16:46:31'),
(2698, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919403409599', 'OUTGOING', '2026-01-22 16:47:02', 0, 1, '2026-01-22 16:48:07', '2026-01-22 16:48:07'),
(2699, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'MISSED', '2026-01-22 16:54:49', 0, 0, '2026-01-22 16:57:22', '2026-01-22 16:57:22'),
(2700, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-22 16:57:20', 0, 0, '2026-01-22 16:57:52', '2026-01-22 16:57:52'),
(2701, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-22 17:07:22', 0, 0, '2026-01-22 17:11:54', '2026-01-22 17:11:54'),
(2702, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919096677949', 'OUTGOING', '2026-01-22 17:12:41', 0, 0, '2026-01-22 17:20:30', '2026-01-22 17:20:30'),
(2703, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890717263', 'OUTGOING', '2026-01-22 17:20:59', 0, 1, '2026-01-22 17:21:57', '2026-01-22 17:21:57'),
(2704, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-22 17:22:38', 0, 0, '2026-01-22 17:23:02', '2026-01-22 17:23:02'),
(2705, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919604776010', 'INCOMING', '2026-01-22 17:38:24', 0, 1, '2026-01-22 17:38:43', '2026-01-22 17:38:43'),
(2706, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919604776010', 'OUTGOING', '2026-01-22 17:54:02', 0, 0, '2026-01-22 17:54:42', '2026-01-22 17:54:42'),
(2707, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-22 17:56:15', 0, 1, '2026-01-22 18:06:31', '2026-01-22 18:06:31'),
(2708, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-22 18:25:09', 0, 0, '2026-01-22 18:26:04', '2026-01-22 18:26:04'),
(2709, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917385286918', 'INCOMING', '2026-01-22 18:52:21', 0, 1, '2026-01-22 18:53:19', '2026-01-22 18:53:19'),
(2710, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919604776010', 'OUTGOING', '2026-01-22 19:21:46', 0, 0, '2026-01-22 19:22:50', '2026-01-22 19:22:50'),
(2711, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699549922', 'INCOMING', '2026-01-22 19:31:25', 0, 1, '2026-01-22 19:34:54', '2026-01-22 19:34:54'),
(2712, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'INCOMING', '2026-01-22 19:57:42', 0, 1, '2026-01-22 19:58:15', '2026-01-22 19:58:15'),
(2713, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-22 20:13:26', 0, 1, '2026-01-22 20:13:55', '2026-01-22 20:13:55'),
(2714, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-22 20:16:19', 0, 1, '2026-01-22 20:19:06', '2026-01-22 20:19:06'),
(2715, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699549922', 'MISSED', '2026-01-22 20:26:03', 0, 0, '2026-01-22 20:26:23', '2026-01-22 20:26:23'),
(2716, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699549922', 'OUTGOING', '2026-01-22 20:38:19', 0, 0, '2026-01-22 20:39:03', '2026-01-22 20:39:03'),
(2717, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919604776010', 'INCOMING', '2026-01-22 20:41:06', 0, 0, '2026-01-22 20:41:43', '2026-01-22 20:41:43'),
(2718, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-22 21:00:34', 0, 0, '2026-01-22 21:00:48', '2026-01-22 21:00:48'),
(2719, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-22 21:01:14', 0, 0, '2026-01-22 21:01:19', '2026-01-22 21:01:19'),
(2720, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-22 21:01:19', 0, 0, '2026-01-22 21:10:45', '2026-01-22 21:10:45'),
(2721, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-22 21:10:46', 0, 0, '2026-01-22 21:11:06', '2026-01-22 21:11:06'),
(2722, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919665675211', 'OUTGOING', '2026-01-22 22:03:41', 0, 1, '2026-01-22 22:04:15', '2026-01-22 22:04:15'),
(2723, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9049585917', 'OUTGOING', '2026-01-23 09:12:25', 0, 0, '2026-01-23 09:15:06', '2026-01-23 09:15:06'),
(2724, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'OUTGOING', '2026-01-23 09:55:56', 0, 0, '2026-01-23 09:57:19', '2026-01-23 09:57:19'),
(2725, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-23 10:01:37', 0, 1, '2026-01-23 10:03:13', '2026-01-23 10:03:13'),
(2726, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-23 10:08:26', 0, 0, '2026-01-23 10:08:33', '2026-01-23 10:08:33'),
(2727, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-23 10:17:08', 0, 0, '2026-01-23 10:19:30', '2026-01-23 10:19:30'),
(2728, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+911409809490', 'INCOMING', '2026-01-23 11:03:55', 0, 1, '2026-01-23 11:04:05', '2026-01-23 11:04:05'),
(2729, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350307784', 'MISSED', '2026-01-23 11:03:19', 0, 1, '2026-01-23 11:04:51', '2026-01-23 11:04:51'),
(2730, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-23 11:05:21', 0, 1, '2026-01-23 11:06:18', '2026-01-23 11:06:18'),
(2731, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350307784', 'INCOMING', '2026-01-23 11:07:52', 0, 0, '2026-01-23 11:08:24', '2026-01-23 11:08:24'),
(2732, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917350307784', 'INCOMING', '2026-01-23 11:08:56', 0, 0, '2026-01-23 11:09:23', '2026-01-23 11:09:23'),
(2733, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822433665', 'OUTGOING', '2026-01-23 11:15:31', 0, 1, '2026-01-23 11:16:34', '2026-01-23 11:16:34'),
(2734, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-23 11:16:40', 0, 1, '2026-01-23 11:17:57', '2026-01-23 11:17:57'),
(2735, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+916744530753', 'INCOMING', '2026-01-23 11:19:11', 0, 1, '2026-01-23 11:19:37', '2026-01-23 11:19:37'),
(2736, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-23 11:24:27', 0, 0, '2026-01-23 11:24:39', '2026-01-23 11:24:39'),
(2737, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-23 11:32:31', 0, 0, '2026-01-23 11:32:43', '2026-01-23 11:32:43'),
(2738, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-23 11:33:48', 0, 0, '2026-01-23 11:37:46', '2026-01-23 11:37:46'),
(2739, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-23 11:52:08', 0, 0, '2026-01-23 11:55:22', '2026-01-23 11:55:22'),
(2740, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-23 11:56:18', 0, 0, '2026-01-23 11:59:35', '2026-01-23 11:59:35'),
(2741, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-23 12:00:13', 0, 0, '2026-01-23 12:01:33', '2026-01-23 12:01:33'),
(2742, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-23 12:01:49', 0, 0, '2026-01-23 12:03:42', '2026-01-23 12:03:42'),
(2743, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917058734140', 'OUTGOING', '2026-01-23 12:33:56', 0, 1, '2026-01-23 12:34:56', '2026-01-23 12:34:56'),
(2744, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409303141', 'MISSED', '2026-01-23 12:50:42', 0, 1, '2026-01-23 12:50:51', '2026-01-23 12:50:51'),
(2745, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917058734140', 'INCOMING', '2026-01-23 13:01:17', 0, 0, '2026-01-23 13:01:55', '2026-01-23 13:01:55'),
(2746, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917058734140', 'INCOMING', '2026-01-23 13:04:08', 0, 0, '2026-01-23 13:08:46', '2026-01-23 13:08:46'),
(2747, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'INCOMING', '2026-01-23 13:10:19', 0, 1, '2026-01-23 13:12:26', '2026-01-23 13:12:26'),
(2748, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919623456258', 'INCOMING', '2026-01-23 13:21:34', 0, 1, '2026-01-23 13:22:30', '2026-01-23 13:22:30'),
(2749, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919637795533', 'INCOMING', '2026-01-23 13:27:26', 0, 1, '2026-01-23 13:28:50', '2026-01-23 13:28:50'),
(2750, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919637795533', 'MISSED', '2026-01-23 13:30:28', 0, 0, '2026-01-23 13:31:43', '2026-01-23 13:31:43'),
(2751, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+911409809490', 'INCOMING', '2026-01-23 13:58:17', 0, 0, '2026-01-23 13:58:40', '2026-01-23 13:58:40'),
(2752, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'OUTGOING', '2026-01-23 14:20:25', 0, 0, '2026-01-23 14:21:32', '2026-01-23 14:21:32'),
(2753, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'MISSED', '2026-01-23 15:04:15', 0, 0, '2026-01-23 15:04:31', '2026-01-23 15:04:31'),
(2754, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-23 15:16:11', 0, 1, '2026-01-23 15:22:15', '2026-01-23 15:22:15'),
(2755, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'OUTGOING', '2026-01-23 15:23:34', 0, 0, '2026-01-23 15:26:24', '2026-01-23 15:26:24'),
(2756, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-23 15:27:09', 0, 0, '2026-01-23 15:29:22', '2026-01-23 15:29:22'),
(2757, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'INCOMING', '2026-01-23 15:39:11', 0, 0, '2026-01-23 15:39:44', '2026-01-23 15:39:44'),
(2758, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-23 16:20:28', 0, 0, '2026-01-23 16:25:59', '2026-01-23 16:25:59'),
(2759, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919604776010', 'INCOMING', '2026-01-23 16:29:42', 0, 0, '2026-01-23 16:30:20', '2026-01-23 16:30:20'),
(2760, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-23 16:30:31', 0, 0, '2026-01-23 16:34:43', '2026-01-23 16:34:43'),
(2761, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890717263', 'OUTGOING', '2026-01-23 16:39:32', 0, 0, '2026-01-23 16:41:35', '2026-01-23 16:41:35'),
(2762, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-23 16:43:44', 0, 0, '2026-01-23 16:44:30', '2026-01-23 16:44:30'),
(2763, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918390897299', 'OUTGOING', '2026-01-23 16:48:00', 0, 1, '2026-01-23 16:49:54', '2026-01-23 16:49:54'),
(2764, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409099614', 'INCOMING', '2026-01-23 16:54:58', 0, 1, '2026-01-23 16:55:08', '2026-01-23 16:55:08'),
(2765, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'OUTGOING', '2026-01-23 16:55:28', 0, 1, '2026-01-23 16:57:55', '2026-01-23 16:57:55'),
(2766, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-23 16:59:49', 0, 0, '2026-01-23 17:08:56', '2026-01-23 17:08:56'),
(2767, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'OUTGOING', '2026-01-23 17:10:09', 0, 0, '2026-01-23 17:31:27', '2026-01-23 17:31:27'),
(2768, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-23 17:33:59', 0, 0, '2026-01-23 17:34:14', '2026-01-23 17:34:14'),
(2769, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-23 17:34:30', 0, 0, '2026-01-23 17:35:13', '2026-01-23 17:35:13'),
(2770, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-23 17:39:02', 0, 0, '2026-01-23 17:39:42', '2026-01-23 17:39:42'),
(2771, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-23 17:42:56', 0, 0, '2026-01-23 17:45:40', '2026-01-23 17:45:40'),
(2772, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-23 17:53:21', 0, 0, '2026-01-23 17:53:59', '2026-01-23 17:53:59'),
(2773, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-23 17:54:40', 0, 1, '2026-01-23 17:58:53', '2026-01-23 17:58:53'),
(2774, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '07767004656', 'OUTGOING', '2026-01-23 18:07:14', 0, 1, '2026-01-23 18:07:53', '2026-01-23 18:07:53'),
(2775, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '09158880099', 'OUTGOING', '2026-01-23 18:09:49', 0, 1, '2026-01-23 18:10:45', '2026-01-23 18:10:45'),
(2776, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040718147', 'INCOMING', '2026-01-23 18:22:44', 0, 0, '2026-01-23 18:37:18', '2026-01-23 18:37:18'),
(2777, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-23 18:38:10', 0, 1, '2026-01-23 18:38:52', '2026-01-23 18:38:52'),
(2778, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-23 18:39:08', 0, 1, '2026-01-23 18:39:51', '2026-01-23 18:39:51'),
(2779, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-23 18:51:38', 0, 1, '2026-01-23 18:54:16', '2026-01-23 18:54:16'),
(2780, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918830930836', 'OUTGOING', '2026-01-23 18:54:24', 0, 1, '2026-01-23 18:55:44', '2026-01-23 18:55:44'),
(2781, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919834218115', 'OUTGOING', '2026-01-23 19:01:51', 0, 1, '2026-01-23 19:08:53', '2026-01-23 19:08:53'),
(2782, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '09158880099', 'OUTGOING', '2026-01-23 19:10:29', 0, 0, '2026-01-23 19:10:56', '2026-01-23 19:10:56'),
(2783, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-23 19:22:41', 0, 0, '2026-01-23 19:26:17', '2026-01-23 19:26:17'),
(2784, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919588652870', 'OUTGOING', '2026-01-23 19:26:20', 0, 1, '2026-01-23 19:26:38', '2026-01-23 19:26:38'),
(2785, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917972421395', 'INCOMING', '2026-01-23 19:28:44', 0, 1, '2026-01-23 19:29:41', '2026-01-23 19:29:41'),
(2786, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917972421395', 'INCOMING', '2026-01-23 19:29:42', 0, 0, '2026-01-23 19:30:25', '2026-01-23 19:30:25'),
(2787, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'OUTGOING', '2026-01-23 19:33:51', 0, 1, '2026-01-23 19:34:19', '2026-01-23 19:34:19'),
(2788, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919588652870', 'INCOMING', '2026-01-23 19:31:45', 0, 0, '2026-01-23 19:35:07', '2026-01-23 19:35:07'),
(2789, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'INCOMING', '2026-01-23 19:35:11', 0, 0, '2026-01-23 19:36:23', '2026-01-23 19:36:23'),
(2790, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-23 19:35:39', 0, 0, '2026-01-23 19:38:49', '2026-01-23 19:38:49'),
(2791, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-23 19:42:26', 0, 0, '2026-01-23 19:44:10', '2026-01-23 19:44:10'),
(2792, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-23 19:46:04', 0, 0, '2026-01-23 19:46:30', '2026-01-23 19:46:30'),
(2793, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-23 19:47:12', 0, 0, '2026-01-23 19:48:34', '2026-01-23 19:48:34'),
(2794, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-23 19:48:34', 0, 0, '2026-01-23 19:49:23', '2026-01-23 19:49:23'),
(2795, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917972421395', 'OUTGOING', '2026-01-23 19:52:07', 0, 0, '2026-01-23 19:52:25', '2026-01-23 19:52:25'),
(2796, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-23 19:51:53', 0, 0, '2026-01-23 19:53:19', '2026-01-23 19:53:19'),
(2797, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '07767004656', 'OUTGOING', '2026-01-23 19:55:09', 0, 0, '2026-01-23 19:57:41', '2026-01-23 19:57:41'),
(2798, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890717263', 'OUTGOING', '2026-01-23 20:09:25', 0, 1, '2026-01-23 20:09:52', '2026-01-23 20:09:52'),
(2799, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890717263', 'OUTGOING', '2026-01-23 20:09:49', 0, 0, '2026-01-23 20:10:02', '2026-01-23 20:10:02'),
(2800, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917972421395', 'INCOMING', '2026-01-23 20:30:23', 0, 0, '2026-01-23 20:30:46', '2026-01-23 20:30:46'),
(2801, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'OUTGOING', '2026-01-23 20:31:26', 0, 0, '2026-01-23 20:32:15', '2026-01-23 20:32:15'),
(2802, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378775533', 'MISSED', '2026-01-23 20:34:13', 0, 1, '2026-01-23 20:34:52', '2026-01-23 20:34:52'),
(2803, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917767004656', 'MISSED', '2026-01-23 20:35:07', 0, 1, '2026-01-23 20:35:47', '2026-01-23 20:35:47'),
(2804, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'INCOMING', '2026-01-23 20:33:48', 0, 1, '2026-01-23 20:37:22', '2026-01-23 20:37:22'),
(2805, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378775533', 'MISSED', '2026-01-23 20:36:53', 0, 0, '2026-01-23 20:37:33', '2026-01-23 20:37:33'),
(2806, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919766302835', 'INCOMING', '2026-01-23 20:38:25', 0, 1, '2026-01-23 20:38:49', '2026-01-23 20:38:49'),
(2807, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378775533', 'OUTGOING', '2026-01-23 20:38:54', 0, 0, '2026-01-23 20:39:16', '2026-01-23 20:39:16'),
(2808, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378775533', 'MISSED', '2026-01-23 20:40:23', 0, 0, '2026-01-23 20:41:08', '2026-01-23 20:41:08'),
(2809, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-23 20:42:32', 0, 1, '2026-01-23 20:42:55', '2026-01-23 20:42:55'),
(2810, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'OUTGOING', '2026-01-23 20:43:15', 0, 0, '2026-01-23 20:43:26', '2026-01-23 20:43:26'),
(2811, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919604776010', 'OUTGOING', '2026-01-23 20:43:27', 0, 1, '2026-01-23 20:43:39', '2026-01-23 20:43:39'),
(2812, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'MISSED', '2026-01-23 20:44:58', 0, 0, '2026-01-23 20:45:08', '2026-01-23 20:45:08'),
(2813, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9423241542', 'OUTGOING', '2026-01-23 20:59:16', 0, 1, '2026-01-23 20:59:46', '2026-01-23 20:59:46'),
(2814, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-23 21:02:03', 0, 0, '2026-01-23 21:02:20', '2026-01-23 21:02:20'),
(2815, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9527776266', 'OUTGOING', '2026-01-23 21:36:50', 0, 1, '2026-01-23 21:37:30', '2026-01-23 21:37:30'),
(2816, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822079646', 'OUTGOING', '2026-01-23 21:40:46', 0, 1, '2026-01-23 21:41:29', '2026-01-23 21:41:29'),
(2817, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917550467171', 'OUTGOING', '2026-01-23 21:41:26', 0, 1, '2026-01-23 21:43:07', '2026-01-23 21:43:07'),
(2818, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-23 21:47:08', 0, 0, '2026-01-23 21:59:31', '2026-01-23 21:59:31'),
(2819, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860042119', 'OUTGOING', '2026-01-23 21:59:34', 0, 1, '2026-01-23 22:03:23', '2026-01-23 22:03:23'),
(2820, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-23 22:07:21', 0, 1, '2026-01-23 22:16:15', '2026-01-23 22:16:15'),
(2821, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'INCOMING', '2026-01-23 22:30:16', 0, 1, '2026-01-23 22:30:55', '2026-01-23 22:30:55'),
(2822, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'INCOMING', '2026-01-23 23:18:21', 0, 0, '2026-01-23 23:20:42', '2026-01-23 23:20:42'),
(2823, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917020459550', 'INCOMING', '2026-01-23 23:28:05', 0, 1, '2026-01-23 23:36:22', '2026-01-23 23:36:22'),
(2824, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919665675211', 'INCOMING', '2026-01-23 23:37:59', 0, 1, '2026-01-23 23:40:08', '2026-01-23 23:40:08'),
(2825, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9766587444', 'OUTGOING', '2026-01-24 00:03:22', 0, 1, '2026-01-24 00:03:28', '2026-01-24 00:03:28'),
(2826, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919371457240', 'INCOMING', '2026-01-24 07:41:57', 0, 1, '2026-01-24 07:45:28', '2026-01-24 07:45:28'),
(2827, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919511292427', 'INCOMING', '2026-01-24 09:10:38', 0, 1, '2026-01-24 09:11:35', '2026-01-24 09:11:35'),
(2828, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-24 09:38:42', 0, 0, '2026-01-24 09:39:26', '2026-01-24 09:39:26'),
(2829, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919604776010', 'INCOMING', '2026-01-24 09:55:30', 0, 0, '2026-01-24 09:56:57', '2026-01-24 09:56:57'),
(2830, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822888663', 'INCOMING', '2026-01-24 10:01:28', 0, 1, '2026-01-24 10:04:30', '2026-01-24 10:04:30'),
(2831, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689920025', 'INCOMING', '2026-01-24 10:08:52', 0, 1, '2026-01-24 10:09:34', '2026-01-24 10:09:34'),
(2832, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-24 10:15:33', 0, 1, '2026-01-24 10:15:54', '2026-01-24 10:15:54'),
(2833, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919004935122', 'OUTGOING', '2026-01-24 10:16:15', 0, 1, '2026-01-24 10:16:43', '2026-01-24 10:16:43'),
(2834, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919689920025', 'INCOMING', '2026-01-24 10:20:19', 0, 0, '2026-01-24 10:30:59', '2026-01-24 10:30:59'),
(2835, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-24 10:30:54', 0, 0, '2026-01-24 10:45:28', '2026-01-24 10:45:28'),
(2836, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'MISSED', '2026-01-24 10:52:01', 0, 0, '2026-01-24 10:58:18', '2026-01-24 10:58:18'),
(2837, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-24 10:53:58', 0, 0, '2026-01-24 10:58:18', '2026-01-24 10:58:18'),
(2838, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-24 10:58:18', 0, 1, '2026-01-24 11:00:16', '2026-01-24 11:00:16'),
(2839, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-24 11:03:49', 0, 0, '2026-01-24 11:06:26', '2026-01-24 11:06:26'),
(2840, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-01-24 11:07:21', 0, 0, '2026-01-24 11:08:18', '2026-01-24 11:08:18'),
(2841, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-01-24 11:11:09', 0, 0, '2026-01-24 11:12:07', '2026-01-24 11:12:07'),
(2842, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8013161010', 'OUTGOING', '2026-01-24 11:22:15', 0, 1, '2026-01-24 11:22:59', '2026-01-24 11:22:59'),
(2843, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-24 11:46:15', 0, 0, '2026-01-24 11:50:50', '2026-01-24 11:50:50'),
(2844, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918013161010', 'OUTGOING', '2026-01-24 11:52:50', 0, 1, '2026-01-24 11:53:16', '2026-01-24 11:53:16'),
(2845, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918013161010', 'OUTGOING', '2026-01-24 11:54:32', 0, 0, '2026-01-24 11:57:57', '2026-01-24 11:57:57'),
(2846, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9657727161', 'OUTGOING', '2026-01-24 11:58:19', 0, 1, '2026-01-24 11:59:02', '2026-01-24 11:59:02'),
(2847, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409309014', 'MISSED', '2026-01-24 11:59:52', 0, 1, '2026-01-24 12:00:02', '2026-01-24 12:00:02'),
(2848, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918013161010', 'INCOMING', '2026-01-24 12:12:21', 0, 0, '2026-01-24 12:13:22', '2026-01-24 12:13:22'),
(2849, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657453530', 'OUTGOING', '2026-01-24 12:21:34', 0, 1, '2026-01-24 12:21:53', '2026-01-24 12:21:53'),
(2850, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657453530', 'INCOMING', '2026-01-24 12:22:52', 0, 0, '2026-01-24 12:24:24', '2026-01-24 12:24:24'),
(2851, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657727161', 'MISSED', '2026-01-24 12:25:32', 0, 1, '2026-01-24 12:26:12', '2026-01-24 12:26:12'),
(2852, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657727161', 'OUTGOING', '2026-01-24 12:28:39', 0, 0, '2026-01-24 12:30:22', '2026-01-24 12:30:22'),
(2853, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'OUTGOING', '2026-01-24 12:56:09', 0, 1, '2026-01-24 12:57:10', '2026-01-24 12:57:10'),
(2854, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409336678', 'MISSED', '2026-01-24 12:57:57', 0, 1, '2026-01-24 12:58:09', '2026-01-24 12:58:09');
INSERT INTO `call_logs` (`id`, `user_id`, `device_id`, `device_name`, `local_id`, `phone_number`, `call_type`, `call_time`, `call_duration`, `sms_sent`, `created_at`, `updated_at`) VALUES
(2855, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919371457240', 'INCOMING', '2026-01-24 12:56:29', 0, 0, '2026-01-24 12:58:23', '2026-01-24 12:58:23'),
(2856, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'MISSED', '2026-01-24 13:03:46', 0, 0, '2026-01-24 13:04:08', '2026-01-24 13:04:08'),
(2857, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919623277567', 'OUTGOING', '2026-01-24 13:14:38', 0, 1, '2026-01-24 13:16:07', '2026-01-24 13:16:07'),
(2858, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919560871488', 'OUTGOING', '2026-01-24 13:18:35', 0, 1, '2026-01-24 13:18:44', '2026-01-24 13:18:44'),
(2859, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919560871488', 'OUTGOING', '2026-01-24 13:18:45', 0, 0, '2026-01-24 13:20:55', '2026-01-24 13:20:55'),
(2860, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038700437', 'INCOMING', '2026-01-24 13:41:13', 0, 1, '2026-01-24 13:43:58', '2026-01-24 13:43:58'),
(2861, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919922434004', 'INCOMING', '2026-01-24 13:46:19', 0, 1, '2026-01-24 13:47:56', '2026-01-24 13:47:56'),
(2862, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+912248965936', 'INCOMING', '2026-01-24 14:04:51', 0, 1, '2026-01-24 14:05:28', '2026-01-24 14:05:28'),
(2863, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919922434004', 'OUTGOING', '2026-01-24 14:44:58', 0, 0, '2026-01-24 14:45:19', '2026-01-24 14:45:19'),
(2864, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919922434004', 'OUTGOING', '2026-01-24 14:45:15', 0, 0, '2026-01-24 14:46:13', '2026-01-24 14:46:13'),
(2865, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919922434004', 'OUTGOING', '2026-01-24 15:25:39', 0, 0, '2026-01-24 15:26:02', '2026-01-24 15:26:02'),
(2866, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919922434004', 'INCOMING', '2026-01-24 15:27:31', 0, 0, '2026-01-24 15:28:19', '2026-01-24 15:28:19'),
(2867, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919922434004', 'INCOMING', '2026-01-24 15:49:00', 0, 0, '2026-01-24 15:49:30', '2026-01-24 15:49:30'),
(2868, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919922434004', 'OUTGOING', '2026-01-24 15:52:37', 0, 0, '2026-01-24 15:52:59', '2026-01-24 15:52:59'),
(2869, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919922434004', 'INCOMING', '2026-01-24 15:55:55', 0, 0, '2026-01-24 15:56:12', '2026-01-24 15:56:12'),
(2870, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919922434004', 'OUTGOING', '2026-01-24 15:56:14', 0, 0, '2026-01-24 15:56:46', '2026-01-24 15:56:46'),
(2871, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409800267', 'MISSED', '2026-01-24 19:18:41', 0, 1, '2026-01-24 19:19:03', '2026-01-24 19:19:03'),
(2872, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'MISSED', '2026-01-24 19:37:13', 0, 1, '2026-01-24 19:37:57', '2026-01-24 19:37:57'),
(2873, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-24 19:39:00', 0, 0, '2026-01-24 19:40:20', '2026-01-24 19:40:20'),
(2874, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-24 19:40:12', 0, 0, '2026-01-24 19:40:57', '2026-01-24 19:40:57'),
(2875, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919371457240', 'OUTGOING', '2026-01-24 20:12:38', 0, 0, '2026-01-24 20:28:52', '2026-01-24 20:28:52'),
(2876, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '7522906868', 'OUTGOING', '2026-01-24 20:35:06', 0, 1, '2026-01-24 20:35:20', '2026-01-24 20:35:20'),
(2877, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208787433', 'INCOMING', '2026-01-24 21:09:58', 0, 1, '2026-01-24 21:11:31', '2026-01-24 21:11:31'),
(2878, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-24 21:11:50', 0, 1, '2026-01-24 21:12:18', '2026-01-24 21:12:18'),
(2879, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919579006868', 'INCOMING', '2026-01-24 21:14:55', 0, 1, '2026-01-24 21:15:20', '2026-01-24 21:15:20'),
(2880, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919579006868', 'INCOMING', '2026-01-24 21:14:55', 0, 1, '2026-01-24 21:15:20', '2026-01-24 21:15:20'),
(2881, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-24 21:13:34', 0, 1, '2026-01-24 21:17:18', '2026-01-24 21:17:18'),
(2882, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919579006868', 'OUTGOING', '2026-01-24 21:15:20', 0, 0, '2026-01-24 21:18:21', '2026-01-24 21:18:21'),
(2883, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-24 21:28:49', 0, 0, '2026-01-24 21:29:30', '2026-01-24 21:29:30'),
(2884, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918484820032', 'INCOMING', '2026-01-24 21:33:57', 0, 0, '2026-01-24 21:34:58', '2026-01-24 21:34:58'),
(2885, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919359826928', 'OUTGOING', '2026-01-25 11:19:30', 0, 1, '2026-01-25 11:20:12', '2026-01-25 11:20:12'),
(2886, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917218971730', 'OUTGOING', '2026-01-25 11:20:17', 0, 1, '2026-01-25 11:21:21', '2026-01-25 11:21:21'),
(2887, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917218971730', 'OUTGOING', '2026-01-25 12:38:22', 0, 0, '2026-01-25 12:38:56', '2026-01-25 12:38:56'),
(2888, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919922434004', 'OUTGOING', '2026-01-25 12:50:52', 0, 0, '2026-01-25 12:51:20', '2026-01-25 12:51:20'),
(2889, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'INCOMING', '2026-01-25 17:13:04', 0, 1, '2026-01-25 17:13:39', '2026-01-25 17:13:39'),
(2890, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'OUTGOING', '2026-01-25 17:13:39', 0, 0, '2026-01-25 17:14:20', '2026-01-25 17:14:20'),
(2891, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918329595111', 'INCOMING', '2026-01-25 19:13:45', 0, 1, '2026-01-25 19:14:06', '2026-01-25 19:14:06'),
(2892, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919823063615', 'INCOMING', '2026-01-25 19:42:14', 0, 1, '2026-01-25 19:43:50', '2026-01-25 19:43:50'),
(2893, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919823063615', 'OUTGOING', '2026-01-25 19:43:53', 0, 0, '2026-01-25 19:44:18', '2026-01-25 19:44:18'),
(2894, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919823063615', 'OUTGOING', '2026-01-25 19:44:15', 0, 0, '2026-01-25 19:44:26', '2026-01-25 19:44:26'),
(2895, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'OUTGOING', '2026-01-26 08:59:23', 0, 0, '2026-01-26 09:00:10', '2026-01-26 09:00:10'),
(2896, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'MISSED', '2026-01-26 11:38:39', 0, 1, '2026-01-26 11:39:14', '2026-01-26 11:39:14'),
(2897, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'INCOMING', '2026-01-26 13:09:52', 0, 0, '2026-01-26 13:10:33', '2026-01-26 13:10:33'),
(2898, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919371457240', 'INCOMING', '2026-01-26 14:23:57', 0, 1, '2026-01-26 14:42:45', '2026-01-26 14:42:45'),
(2899, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208406714', 'INCOMING', '2026-01-26 19:02:58', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2900, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208406714', 'INCOMING', '2026-01-26 19:02:58', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2901, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-26 19:04:34', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2902, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-26 19:04:34', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2903, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-26 19:08:28', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2904, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-26 19:08:28', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2905, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-01-26 19:24:57', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2906, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-26 19:27:48', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2907, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-26 19:27:48', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2908, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-26 20:22:32', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2909, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-26 20:24:52', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2910, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'MISSED', '2026-01-26 20:38:45', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2911, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-26 20:58:57', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2912, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-26 21:33:36', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2913, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-26 21:42:48', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2914, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-27 08:23:34', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2915, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507520849', 'INCOMING', '2026-01-27 08:53:09', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2916, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579988914', 'INCOMING', '2026-01-27 09:53:41', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2917, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249779199', 'INCOMING', '2026-01-27 10:33:35', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2918, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249779199', 'INCOMING', '2026-01-27 10:33:35', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2919, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917249779199', 'OUTGOING', '2026-01-27 10:36:57', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2920, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7620151984', 'OUTGOING', '2026-01-27 10:45:11', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2921, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7620151984', 'OUTGOING', '2026-01-27 10:45:11', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2922, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-27 10:45:47', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2923, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-27 10:45:47', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2924, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-27 10:48:05', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2925, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-27 10:48:05', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2926, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'MISSED', '2026-01-27 10:51:05', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2927, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'MISSED', '2026-01-27 10:51:05', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2928, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-27 10:51:58', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2929, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-27 10:51:58', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2930, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356400307', 'OUTGOING', '2026-01-27 10:57:36', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2931, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919356400307', 'OUTGOING', '2026-01-27 10:57:36', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2932, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9689935713', 'OUTGOING', '2026-01-27 11:01:01', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2933, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9689935713', 'OUTGOING', '2026-01-27 11:01:01', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2934, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919284359462', 'INCOMING', '2026-01-27 11:04:29', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2935, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-27 11:18:45', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2936, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'OUTGOING', '2026-01-27 11:18:45', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2937, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-27 11:21:50', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2938, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919850840030', 'INCOMING', '2026-01-27 11:21:50', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2939, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2026-01-27 11:44:51', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2940, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'MISSED', '2026-01-27 11:44:51', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2941, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-27 12:03:40', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2942, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-27 12:03:40', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2943, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-27 12:07:15', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2944, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917768987115', 'OUTGOING', '2026-01-27 12:07:15', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2945, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918010952956', 'INCOMING', '2026-01-27 12:08:30', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2946, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918010952956', 'INCOMING', '2026-01-27 12:08:30', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2947, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918956658826', 'MISSED', '2026-01-27 12:25:10', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2948, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918956658826', 'MISSED', '2026-01-27 12:25:10', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2949, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'MISSED', '2026-01-27 12:34:45', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2950, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'MISSED', '2026-01-27 12:34:45', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2951, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917719995281', 'OUTGOING', '2026-01-27 12:49:48', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2952, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917719995281', 'OUTGOING', '2026-01-27 12:49:48', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2953, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208763459', 'OUTGOING', '2026-01-27 12:50:52', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2954, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208763459', 'OUTGOING', '2026-01-27 12:50:52', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2955, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-27 12:51:33', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2956, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-27 12:51:33', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2957, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-27 12:52:42', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2958, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-27 12:52:42', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2959, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'MISSED', '2026-01-27 13:22:50', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2960, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918956658826', 'OUTGOING', '2026-01-27 13:24:08', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2961, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918956658826', 'OUTGOING', '2026-01-27 13:24:08', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2962, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-27 13:38:51', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2963, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-27 13:38:51', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2964, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409309028', 'MISSED', '2026-01-27 14:07:02', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2965, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409309028', 'MISSED', '2026-01-27 14:07:02', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2966, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919022877434', 'MISSED', '2026-01-27 14:17:58', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2967, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919022877434', 'MISSED', '2026-01-27 14:17:58', 0, 0, '2026-01-27 14:38:16', '2026-01-27 14:38:16'),
(2968, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-27 14:45:18', 0, 1, '2026-01-27 14:51:29', '2026-01-27 14:51:29'),
(2969, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-27 14:58:21', 0, 1, '2026-01-27 14:58:58', '2026-01-27 14:58:58'),
(2970, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917507520849', 'INCOMING', '2026-01-27 15:00:18', 0, 1, '2026-01-27 15:00:46', '2026-01-27 15:00:46'),
(2971, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409809749', 'MISSED', '2026-01-27 15:00:53', 0, 1, '2026-01-27 15:01:04', '2026-01-27 15:01:04'),
(2972, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7796681327', 'OUTGOING', '2026-01-27 15:03:09', 0, 1, '2026-01-27 15:03:20', '2026-01-27 15:03:20'),
(2973, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7796681327', 'OUTGOING', '2026-01-27 15:03:37', 0, 0, '2026-01-27 15:04:06', '2026-01-27 15:04:06'),
(2974, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7796681327', 'OUTGOING', '2026-01-27 15:04:26', 0, 0, '2026-01-27 15:04:53', '2026-01-27 15:04:53'),
(2975, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918037934911', 'INCOMING', '2026-01-27 16:18:57', 0, 1, '2026-01-27 16:19:14', '2026-01-27 16:19:14'),
(2976, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-27 16:40:30', 0, 0, '2026-01-27 16:41:33', '2026-01-27 16:41:33'),
(2977, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-27 16:42:44', 0, 1, '2026-01-27 16:43:22', '2026-01-27 16:43:22'),
(2978, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9822200036', 'OUTGOING', '2026-01-27 16:44:49', 0, 1, '2026-01-27 16:45:05', '2026-01-27 16:45:05'),
(2979, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9822200036', 'OUTGOING', '2026-01-27 16:50:52', 0, 0, '2026-01-27 16:51:14', '2026-01-27 16:51:14'),
(2980, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7796681327', 'OUTGOING', '2026-01-27 16:56:31', 0, 0, '2026-01-27 16:56:59', '2026-01-27 16:56:59'),
(2981, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798477778', 'OUTGOING', '2026-01-27 17:08:13', 0, 1, '2026-01-27 17:09:05', '2026-01-27 17:09:05'),
(2982, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-27 17:09:16', 0, 0, '2026-01-27 17:09:39', '2026-01-27 17:09:39'),
(2983, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-01-27 17:12:19', 0, 0, '2026-01-27 17:17:34', '2026-01-27 17:17:34'),
(2984, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-27 17:17:38', 0, 1, '2026-01-27 17:17:56', '2026-01-27 17:17:56'),
(2985, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208787433', 'OUTGOING', '2026-01-27 17:18:12', 0, 1, '2026-01-27 17:19:06', '2026-01-27 17:19:06'),
(2986, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-27 17:19:11', 0, 0, '2026-01-27 17:19:51', '2026-01-27 17:19:51'),
(2987, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-27 17:19:59', 0, 0, '2026-01-27 17:20:28', '2026-01-27 17:20:28'),
(2988, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-01-27 17:22:01', 0, 0, '2026-01-27 17:27:16', '2026-01-27 17:27:16'),
(2989, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8007012361', 'OUTGOING', '2026-01-27 17:28:00', 0, 1, '2026-01-27 17:34:26', '2026-01-27 17:34:26'),
(2990, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'INCOMING', '2026-01-27 17:36:20', 0, 1, '2026-01-27 17:36:42', '2026-01-27 17:36:42'),
(2991, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919372525188', 'OUTGOING', '2026-01-27 17:36:52', 0, 1, '2026-01-27 17:37:35', '2026-01-27 17:37:35'),
(2992, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579988914', 'MISSED', '2026-01-27 17:42:50', 0, 1, '2026-01-27 17:43:57', '2026-01-27 17:43:57'),
(2993, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620151984', 'OUTGOING', '2026-01-27 17:43:58', 0, 0, '2026-01-27 17:47:45', '2026-01-27 17:47:45'),
(2994, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-27 17:47:48', 0, 0, '2026-01-27 17:59:14', '2026-01-27 17:59:14'),
(2995, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919623456258', 'INCOMING', '2026-01-27 18:22:31', 0, 1, '2026-01-27 18:22:58', '2026-01-27 18:22:58'),
(2996, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+916357289782', 'INCOMING', '2026-01-27 18:23:36', 0, 1, '2026-01-27 18:25:57', '2026-01-27 18:25:57'),
(2997, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-27 18:46:33', 0, 0, '2026-01-27 18:47:45', '2026-01-27 18:47:45'),
(2998, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919921209814', 'MISSED', '2026-01-27 18:57:37', 0, 1, '2026-01-27 18:58:08', '2026-01-27 18:58:08'),
(2999, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9049585917', 'OUTGOING', '2026-01-27 19:20:09', 0, 1, '2026-01-27 19:20:54', '2026-01-27 19:20:54'),
(3000, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9822200036', 'OUTGOING', '2026-01-27 19:40:50', 0, 0, '2026-01-27 19:41:28', '2026-01-27 19:41:28'),
(3001, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919921209814', 'OUTGOING', '2026-01-27 19:48:54', 0, 0, '2026-01-27 19:49:21', '2026-01-27 19:49:21'),
(3002, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917796681327', 'INCOMING', '2026-01-27 19:48:23', 0, 1, '2026-01-27 19:49:37', '2026-01-27 19:49:37'),
(3003, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-27 19:49:42', 0, 0, '2026-01-27 19:50:02', '2026-01-27 19:50:02'),
(3004, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917796681327', 'INCOMING', '2026-01-27 19:52:26', 0, 0, '2026-01-27 19:52:44', '2026-01-27 19:52:44'),
(3005, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-27 19:52:44', 0, 0, '2026-01-27 19:53:42', '2026-01-27 19:53:42'),
(3006, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917796681327', 'OUTGOING', '2026-01-27 19:53:44', 0, 0, '2026-01-27 19:55:53', '2026-01-27 19:55:53'),
(3007, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-27 20:11:12', 0, 0, '2026-01-27 20:13:16', '2026-01-27 20:13:16'),
(3008, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-27 20:11:12', 0, 0, '2026-01-27 20:13:16', '2026-01-27 20:13:16'),
(3009, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-27 20:12:51', 0, 0, '2026-01-27 20:13:16', '2026-01-27 20:13:16'),
(3010, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-27 20:12:51', 0, 0, '2026-01-27 20:13:16', '2026-01-27 20:13:16'),
(3011, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-27 20:15:26', 0, 0, '2026-01-27 20:15:34', '2026-01-27 20:15:34'),
(3012, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'INCOMING', '2026-01-27 20:42:52', 0, 1, '2026-01-27 20:56:03', '2026-01-27 20:56:03'),
(3013, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919588652870', 'OUTGOING', '2026-01-27 21:05:11', 0, 1, '2026-01-27 21:12:06', '2026-01-27 21:12:06'),
(3014, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917057319308', 'INCOMING', '2026-01-27 21:56:53', 0, 1, '2026-01-27 21:57:31', '2026-01-27 21:57:31'),
(3015, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8087252893', 'OUTGOING', '2026-01-27 21:57:41', 0, 1, '2026-01-27 21:57:49', '2026-01-27 21:57:49'),
(3016, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-27 23:08:58', 0, 1, '2026-01-27 23:10:20', '2026-01-27 23:10:20'),
(3017, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-27 23:08:58', 0, 1, '2026-01-27 23:10:20', '2026-01-27 23:10:20'),
(3018, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-27 23:10:18', 0, 1, '2026-01-27 23:10:31', '2026-01-27 23:10:31'),
(3019, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-28 09:26:52', 0, 0, '2026-01-28 09:27:19', '2026-01-28 09:27:19'),
(3020, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-28 09:30:43', 0, 0, '2026-01-28 09:31:10', '2026-01-28 09:31:10'),
(3021, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919588652870', 'OUTGOING', '2026-01-28 09:46:16', 0, 0, '2026-01-28 09:46:53', '2026-01-28 09:46:53'),
(3022, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919420263031', 'INCOMING', '2026-01-28 09:51:13', 0, 1, '2026-01-28 09:53:42', '2026-01-28 09:53:42'),
(3023, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919420263031', 'OUTGOING', '2026-01-28 09:54:22', 0, 0, '2026-01-28 09:55:14', '2026-01-28 09:55:14'),
(3024, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'INCOMING', '2026-01-28 09:55:55', 0, 1, '2026-01-28 09:57:08', '2026-01-28 09:57:08'),
(3025, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-01-28 09:57:35', 0, 1, '2026-01-28 09:58:27', '2026-01-28 09:58:27'),
(3026, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'INCOMING', '2026-01-28 09:58:31', 0, 1, '2026-01-28 09:59:19', '2026-01-28 09:59:19'),
(3027, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-28 10:02:29', 0, 0, '2026-01-28 10:02:49', '2026-01-28 10:02:49'),
(3028, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-28 10:03:26', 0, 0, '2026-01-28 10:04:31', '2026-01-28 10:04:31'),
(3029, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'OUTGOING', '2026-01-28 10:05:10', 0, 1, '2026-01-28 10:05:17', '2026-01-28 10:05:17'),
(3030, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'OUTGOING', '2026-01-28 10:05:16', 0, 0, '2026-01-28 10:05:28', '2026-01-28 10:05:28'),
(3031, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'MISSED', '2026-01-28 10:05:42', 0, 0, '2026-01-28 10:06:14', '2026-01-28 10:06:14'),
(3032, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'OUTGOING', '2026-01-28 10:07:10', 0, 0, '2026-01-28 10:14:28', '2026-01-28 10:14:28'),
(3033, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-28 10:18:42', 0, 1, '2026-01-28 10:19:24', '2026-01-28 10:19:24'),
(3034, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-28 10:19:29', 0, 0, '2026-01-28 10:21:20', '2026-01-28 10:21:20'),
(3035, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-28 10:36:48', 0, 0, '2026-01-28 10:43:57', '2026-01-28 10:43:57'),
(3036, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-28 10:40:42', 0, 0, '2026-01-28 10:43:57', '2026-01-28 10:43:57'),
(3037, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-28 10:41:04', 0, 0, '2026-01-28 10:43:57', '2026-01-28 10:43:57'),
(3038, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-28 10:55:23', 0, 1, '2026-01-28 10:56:35', '2026-01-28 10:56:35'),
(3039, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'MISSED', '2026-01-28 11:13:19', 0, 0, '2026-01-28 11:24:52', '2026-01-28 11:24:52'),
(3040, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'MISSED', '2026-01-28 11:13:59', 0, 0, '2026-01-28 11:24:52', '2026-01-28 11:24:52'),
(3041, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-28 11:15:16', 0, 0, '2026-01-28 11:24:52', '2026-01-28 11:24:52'),
(3042, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-28 11:19:50', 0, 0, '2026-01-28 11:24:52', '2026-01-28 11:24:52'),
(3043, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-28 11:20:02', 0, 0, '2026-01-28 11:24:52', '2026-01-28 11:24:52'),
(3044, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9822200036', 'OUTGOING', '2026-01-28 11:24:44', 0, 0, '2026-01-28 11:25:34', '2026-01-28 11:25:34'),
(3045, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919588652870', 'INCOMING', '2026-01-28 11:29:20', 0, 0, '2026-01-28 11:31:25', '2026-01-28 11:31:25'),
(3046, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919623456258', 'INCOMING', '2026-01-28 11:40:14', 0, 0, '2026-01-28 11:41:10', '2026-01-28 11:41:10'),
(3047, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919588652870', 'OUTGOING', '2026-01-28 11:51:46', 0, 0, '2026-01-28 11:51:59', '2026-01-28 11:51:59'),
(3048, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919588652870', 'INCOMING', '2026-01-28 11:52:32', 0, 0, '2026-01-28 11:59:50', '2026-01-28 11:59:50'),
(3049, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919545966555', 'OUTGOING', '2026-01-28 12:20:30', 0, 1, '2026-01-28 12:20:58', '2026-01-28 12:20:58'),
(3050, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911408946979', 'MISSED', '2026-01-28 12:28:35', 0, 1, '2026-01-28 12:28:43', '2026-01-28 12:28:43'),
(3051, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-28 12:30:53', 0, 0, '2026-01-28 12:34:11', '2026-01-28 12:34:11'),
(3052, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960657071', 'INCOMING', '2026-01-28 12:34:19', 0, 1, '2026-01-28 12:37:32', '2026-01-28 12:37:32'),
(3053, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917387465558', 'INCOMING', '2026-01-28 12:55:19', 0, 1, '2026-01-28 12:56:14', '2026-01-28 12:56:14'),
(3054, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579988914', 'INCOMING', '2026-01-28 12:58:18', 0, 0, '2026-01-28 12:59:42', '2026-01-28 12:59:42'),
(3055, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917057297008', 'INCOMING', '2026-01-28 12:59:58', 0, 1, '2026-01-28 13:00:40', '2026-01-28 13:00:40'),
(3056, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919022877434', 'INCOMING', '2026-01-28 13:05:15', 0, 1, '2026-01-28 13:13:13', '2026-01-28 13:13:13'),
(3057, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-28 13:13:16', 0, 0, '2026-01-28 13:21:37', '2026-01-28 13:21:37'),
(3058, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-28 13:24:12', 0, 0, '2026-01-28 13:25:03', '2026-01-28 13:25:03'),
(3059, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'MISSED', '2026-01-28 16:27:11', 0, 1, '2026-01-28 16:51:36', '2026-01-28 16:51:36'),
(3060, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'MISSED', '2026-01-28 16:44:31', 0, 0, '2026-01-28 16:51:36', '2026-01-28 16:51:36'),
(3061, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'OUTGOING', '2026-01-28 16:49:43', 0, 0, '2026-01-28 16:51:36', '2026-01-28 16:51:36'),
(3062, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-28 16:54:16', 0, 1, '2026-01-28 16:54:23', '2026-01-28 16:54:23'),
(3063, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'INCOMING', '2026-01-28 16:59:23', 0, 1, '2026-01-28 17:01:18', '2026-01-28 17:01:18'),
(3064, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'INCOMING', '2026-01-28 17:26:00', 0, 0, '2026-01-28 17:26:46', '2026-01-28 17:26:46'),
(3065, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'INCOMING', '2026-01-28 17:38:19', 0, 0, '2026-01-28 17:39:55', '2026-01-28 17:39:55'),
(3066, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'INCOMING', '2026-01-28 17:43:36', 0, 0, '2026-01-28 17:44:13', '2026-01-28 17:44:13'),
(3067, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'INCOMING', '2026-01-28 17:45:02', 0, 0, '2026-01-28 17:46:59', '2026-01-28 17:46:59'),
(3068, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'OUTGOING', '2026-01-28 17:47:04', 0, 0, '2026-01-28 17:47:51', '2026-01-28 17:47:51'),
(3069, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'OUTGOING', '2026-01-28 18:07:19', 0, 0, '2026-01-28 18:09:06', '2026-01-28 18:09:06'),
(3070, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918062595962', 'INCOMING', '2026-01-28 18:26:36', 0, 1, '2026-01-28 18:27:53', '2026-01-28 18:27:53'),
(3071, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'OUTGOING', '2026-01-28 18:27:55', 0, 0, '2026-01-28 18:28:27', '2026-01-28 18:28:27'),
(3072, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919311876978', 'INCOMING', '2026-01-28 18:29:15', 0, 1, '2026-01-28 18:39:14', '2026-01-28 18:39:14'),
(3073, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'OUTGOING', '2026-01-28 18:39:30', 0, 0, '2026-01-28 18:40:29', '2026-01-28 18:40:29'),
(3074, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-28 18:57:21', 0, 1, '2026-01-28 18:58:10', '2026-01-28 18:58:10'),
(3075, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-28 19:08:32', 0, 0, '2026-01-28 19:10:06', '2026-01-28 19:10:06'),
(3076, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028738883', 'OUTGOING', '2026-01-28 19:10:17', 0, 1, '2026-01-28 19:12:03', '2026-01-28 19:12:03'),
(3077, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888358506', 'INCOMING', '2026-01-28 19:17:43', 0, 1, '2026-01-28 19:18:24', '2026-01-28 19:18:24'),
(3078, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919156298589', 'INCOMING', '2026-01-28 19:31:36', 0, 1, '2026-01-28 19:32:09', '2026-01-28 19:32:09'),
(3079, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-28 19:38:03', 0, 0, '2026-01-28 19:38:35', '2026-01-28 19:38:35'),
(3080, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-28 19:50:41', 0, 0, '2026-01-28 19:51:25', '2026-01-28 19:51:25'),
(3081, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028738883', 'INCOMING', '2026-01-28 20:08:47', 0, 0, '2026-01-28 20:09:13', '2026-01-28 20:09:13'),
(3082, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-28 20:10:36', 0, 0, '2026-01-28 20:10:56', '2026-01-28 20:10:56'),
(3083, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028738883', 'OUTGOING', '2026-01-28 20:24:43', 0, 0, '2026-01-28 20:25:44', '2026-01-28 20:25:44'),
(3084, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922561212', 'INCOMING', '2026-01-28 20:33:08', 0, 1, '2026-01-28 20:33:34', '2026-01-28 20:33:34'),
(3085, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919028738883', 'OUTGOING', '2026-01-28 20:35:12', 0, 0, '2026-01-28 20:36:07', '2026-01-28 20:36:07'),
(3086, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-28 20:46:48', 0, 0, '2026-01-28 20:47:36', '2026-01-28 20:47:36'),
(3087, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-28 20:49:23', 0, 0, '2026-01-28 20:49:32', '2026-01-28 20:49:32'),
(3088, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-28 20:55:29', 0, 0, '2026-01-28 20:55:36', '2026-01-28 20:55:36'),
(3089, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-28 20:56:46', 0, 0, '2026-01-28 20:57:51', '2026-01-28 20:57:51'),
(3090, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919822426339', 'MISSED', '2026-01-28 16:36:48', 0, 1, '2026-01-28 21:03:13', '2026-01-28 21:03:13'),
(3091, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'INCOMING', '2026-01-28 21:59:55', 0, 0, '2026-01-28 22:00:18', '2026-01-28 22:00:18'),
(3092, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'MISSED', '2026-01-28 23:25:37', 0, 1, '2026-01-29 06:13:32', '2026-01-29 06:13:32'),
(3093, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168004014', 'INCOMING', '2026-01-29 09:43:39', 0, 1, '2026-01-29 09:46:09', '2026-01-29 09:46:09'),
(3094, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917387465558', 'OUTGOING', '2026-01-29 09:51:04', 0, 0, '2026-01-29 09:52:25', '2026-01-29 09:52:25'),
(3095, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-29 10:04:53', 0, 1, '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(3096, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-29 10:04:53', 0, 1, '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(3097, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-29 10:04:53', 0, 1, '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(3098, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-29 10:04:53', 0, 1, '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(3099, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-29 10:08:21', 0, 0, '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(3100, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-29 10:08:21', 0, 0, '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(3101, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-29 10:08:21', 0, 0, '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(3102, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-29 10:08:21', 0, 0, '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(3103, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-29 10:10:07', 0, 1, '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(3104, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-29 10:10:07', 0, 1, '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(3105, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-29 10:10:07', 0, 1, '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(3106, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-29 10:10:07', 0, 1, '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(3107, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-29 10:28:31', 0, 0, '2026-01-29 10:28:56', '2026-01-29 10:28:56'),
(3108, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9923768601', 'OUTGOING', '2026-01-29 10:32:49', 0, 1, '2026-01-29 10:33:45', '2026-01-29 10:33:45'),
(3109, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-29 10:39:42', 0, 0, '2026-01-29 10:43:52', '2026-01-29 10:43:52'),
(3110, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-01-29 10:44:26', 0, 0, '2026-01-29 10:45:40', '2026-01-29 10:45:40'),
(3111, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-29 10:52:00', 0, 1, '2026-01-29 10:54:24', '2026-01-29 10:54:24'),
(3112, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919657556677', 'INCOMING', '2026-01-29 11:17:30', 0, 1, '2026-01-29 11:19:42', '2026-01-29 11:19:42'),
(3113, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-29 11:48:54', 0, 1, '2026-01-29 11:50:39', '2026-01-29 11:50:39'),
(3114, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-29 11:54:26', 0, 0, '2026-01-29 11:55:19', '2026-01-29 11:55:19'),
(3115, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-29 11:55:55', 0, 1, '2026-01-29 11:58:13', '2026-01-29 11:58:13'),
(3116, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-29 11:58:44', 0, 1, '2026-01-29 12:01:39', '2026-01-29 12:01:39'),
(3117, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038700437', 'INCOMING', '2026-01-29 12:16:57', 0, 1, '2026-01-29 12:19:36', '2026-01-29 12:19:36'),
(3118, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'OUTGOING', '2026-01-29 12:19:45', 0, 1, '2026-01-29 12:20:18', '2026-01-29 12:20:18'),
(3119, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409309030', 'MISSED', '2026-01-29 12:21:32', 0, 1, '2026-01-29 12:21:37', '2026-01-29 12:21:37'),
(3120, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-29 12:26:54', 0, 0, '2026-01-29 12:27:04', '2026-01-29 12:27:04'),
(3121, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'MISSED', '2026-01-29 12:28:01', 0, 0, '2026-01-29 12:28:05', '2026-01-29 12:28:05'),
(3122, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-29 12:28:46', 0, 0, '2026-01-29 12:30:34', '2026-01-29 12:30:34'),
(3123, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'INCOMING', '2026-01-29 13:20:21', 0, 0, '2026-01-29 13:21:50', '2026-01-29 13:21:50'),
(3124, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-29 13:22:52', 0, 0, '2026-01-29 13:23:36', '2026-01-29 13:23:36'),
(3125, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919960657071', 'INCOMING', '2026-01-29 13:39:31', 0, 1, '2026-01-29 13:45:25', '2026-01-29 13:45:25'),
(3126, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917744944808', 'MISSED', '2026-01-29 14:03:36', 0, 1, '2026-01-29 14:04:10', '2026-01-29 14:04:10'),
(3127, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917744944808', 'OUTGOING', '2026-01-29 14:11:50', 0, 0, '2026-01-29 14:13:12', '2026-01-29 14:13:12'),
(3128, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-29 14:15:05', 0, 0, '2026-01-29 14:17:53', '2026-01-29 14:17:53'),
(3129, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-29 14:21:26', 0, 0, '2026-01-29 14:21:58', '2026-01-29 14:21:58'),
(3130, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-29 14:37:37', 0, 0, '2026-01-29 14:38:20', '2026-01-29 14:38:20'),
(3131, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'MISSED', '2026-01-29 15:38:43', 0, 0, '2026-01-29 15:39:15', '2026-01-29 15:39:15'),
(3132, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'MISSED', '2026-01-29 16:01:27', 0, 0, '2026-01-29 16:02:00', '2026-01-29 16:02:00'),
(3133, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-29 16:09:50', 0, 0, '2026-01-29 16:10:26', '2026-01-29 16:10:26'),
(3134, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-29 16:10:45', 0, 0, '2026-01-29 16:11:05', '2026-01-29 16:11:05'),
(3135, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-29 16:13:22', 0, 0, '2026-01-29 16:13:28', '2026-01-29 16:13:28'),
(3136, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-29 16:16:31', 0, 0, '2026-01-29 16:17:22', '2026-01-29 16:17:22'),
(3137, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-29 16:17:24', 0, 0, '2026-01-29 16:18:15', '2026-01-29 16:18:15'),
(3138, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922663626', 'OUTGOING', '2026-01-29 16:20:30', 0, 0, '2026-01-29 16:29:29', '2026-01-29 16:29:29'),
(3139, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'INCOMING', '2026-01-29 17:08:11', 0, 1, '2026-01-29 17:09:07', '2026-01-29 17:09:07'),
(3140, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-29 17:11:28', 0, 0, '2026-01-29 17:11:54', '2026-01-29 17:11:54'),
(3141, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+911409801508', 'INCOMING', '2026-01-29 17:35:18', 0, 1, '2026-01-29 17:35:34', '2026-01-29 17:35:34'),
(3142, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'INCOMING', '2026-01-29 17:38:26', 0, 0, '2026-01-29 17:40:03', '2026-01-29 17:40:03'),
(3143, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-01-29 17:55:23', 0, 0, '2026-01-29 17:55:44', '2026-01-29 17:55:44'),
(3144, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-29 17:55:43', 0, 0, '2026-01-29 18:03:28', '2026-01-29 18:03:28'),
(3145, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-29 18:03:29', 0, 1, '2026-01-29 18:04:06', '2026-01-29 18:04:06'),
(3146, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-29 18:04:10', 0, 0, '2026-01-29 18:04:21', '2026-01-29 18:04:21'),
(3147, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-29 18:11:04', 0, 0, '2026-01-29 18:27:13', '2026-01-29 18:27:13'),
(3148, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-29 18:37:35', 0, 0, '2026-01-29 18:39:11', '2026-01-29 18:39:11'),
(3149, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-29 18:39:13', 0, 0, '2026-01-29 18:39:31', '2026-01-29 18:39:31'),
(3150, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-29 18:43:53', 0, 0, '2026-01-29 18:44:29', '2026-01-29 18:44:29'),
(3151, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919049585917', 'INCOMING', '2026-01-29 19:15:34', 0, 1, '2026-01-29 19:19:51', '2026-01-29 19:19:51'),
(3152, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'OUTGOING', '2026-01-29 19:19:22', 0, 1, '2026-01-29 19:20:07', '2026-01-29 19:20:07'),
(3153, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919049585917', 'MISSED', '2026-01-29 19:43:17', 0, 0, '2026-01-29 19:43:39', '2026-01-29 19:43:39'),
(3154, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919049585917', 'OUTGOING', '2026-01-29 19:43:44', 0, 0, '2026-01-29 19:44:59', '2026-01-29 19:44:59'),
(3155, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923041017', 'MISSED', '2026-01-29 20:08:32', 0, 1, '2026-01-29 20:09:04', '2026-01-29 20:09:04'),
(3156, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168004014', 'OUTGOING', '2026-01-29 20:09:05', 0, 0, '2026-01-29 20:10:02', '2026-01-29 20:10:02'),
(3157, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'INCOMING', '2026-01-29 20:15:21', 0, 1, '2026-01-29 20:16:03', '2026-01-29 20:16:03'),
(3158, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'OUTGOING', '2026-01-29 20:20:13', 0, 0, '2026-01-29 20:20:43', '2026-01-29 20:20:43'),
(3159, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'INCOMING', '2026-01-29 20:33:42', 0, 0, '2026-01-29 20:35:11', '2026-01-29 20:35:11'),
(3160, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922561212', 'INCOMING', '2026-01-29 20:45:13', 0, 1, '2026-01-29 20:45:50', '2026-01-29 20:45:50'),
(3161, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-01-29 20:50:35', 0, 0, '2026-01-29 20:54:49', '2026-01-29 20:54:49'),
(3162, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'MISSED', '2026-01-29 21:00:34', 0, 0, '2026-01-29 21:01:10', '2026-01-29 21:01:10'),
(3163, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'OUTGOING', '2026-01-29 21:04:41', 0, 0, '2026-01-29 21:05:07', '2026-01-29 21:05:07'),
(3164, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-29 21:06:31', 0, 1, '2026-01-29 21:07:07', '2026-01-29 21:07:07'),
(3165, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-29 21:11:31', 0, 0, '2026-01-29 21:12:06', '2026-01-29 21:12:06'),
(3166, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919075456258', 'MISSED', '2026-01-29 21:14:13', 0, 1, '2026-01-29 21:15:39', '2026-01-29 21:15:39'),
(3167, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'MISSED', '2026-01-29 21:19:52', 0, 1, '2026-01-29 21:22:28', '2026-01-29 21:22:28'),
(3168, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'OUTGOING', '2026-01-29 21:22:30', 0, 0, '2026-01-29 21:26:43', '2026-01-29 21:26:43'),
(3169, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-29 21:28:06', 0, 1, '2026-01-29 21:28:28', '2026-01-29 21:28:28'),
(3170, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919075456258', 'OUTGOING', '2026-01-29 21:37:33', 0, 0, '2026-01-29 21:41:44', '2026-01-29 21:41:44'),
(3171, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-30 10:35:46', 0, 1, '2026-01-30 10:36:33', '2026-01-30 10:36:33');
INSERT INTO `call_logs` (`id`, `user_id`, `device_id`, `device_name`, `local_id`, `phone_number`, `call_type`, `call_time`, `call_duration`, `sms_sent`, `created_at`, `updated_at`) VALUES
(3172, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-30 10:38:16', 0, 1, '2026-01-30 10:38:27', '2026-01-30 10:38:27'),
(3173, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-30 10:38:27', 0, 0, '2026-01-30 10:38:38', '2026-01-30 10:38:38'),
(3174, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-30 10:38:37', 0, 0, '2026-01-30 10:39:11', '2026-01-30 10:39:11'),
(3175, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-30 10:39:21', 0, 0, '2026-01-30 10:40:05', '2026-01-30 10:40:05'),
(3176, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-30 10:40:20', 0, 0, '2026-01-30 10:41:03', '2026-01-30 10:41:03'),
(3177, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919588652870', 'OUTGOING', '2026-01-30 10:41:34', 0, 1, '2026-01-30 10:52:01', '2026-01-30 10:52:01'),
(3178, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'MISSED', '2026-01-30 10:55:58', 0, 0, '2026-01-30 10:56:56', '2026-01-30 10:56:56'),
(3179, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-30 10:56:57', 0, 0, '2026-01-30 10:57:12', '2026-01-30 10:57:12'),
(3180, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-30 10:57:19', 0, 0, '2026-01-30 10:57:46', '2026-01-30 10:57:46'),
(3181, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919765395584', 'OUTGOING', '2026-01-30 11:00:59', 0, 1, '2026-01-30 11:02:47', '2026-01-30 11:02:47'),
(3182, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'MISSED', '2026-01-30 11:04:46', 0, 0, '2026-01-30 11:05:14', '2026-01-30 11:05:14'),
(3183, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-30 11:05:14', 0, 0, '2026-01-30 11:06:09', '2026-01-30 11:06:09'),
(3184, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-30 11:12:32', 0, 0, '2026-01-30 11:15:47', '2026-01-30 11:15:47'),
(3185, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'OUTGOING', '2026-01-30 11:16:15', 0, 1, '2026-01-30 11:17:52', '2026-01-30 11:17:52'),
(3186, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-30 11:18:51', 0, 0, '2026-01-30 11:19:14', '2026-01-30 11:19:14'),
(3187, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-30 11:21:49', 0, 0, '2026-01-30 11:23:20', '2026-01-30 11:23:20'),
(3188, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-30 11:23:58', 0, 0, '2026-01-30 11:26:05', '2026-01-30 11:26:05'),
(3189, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917314621748', 'INCOMING', '2026-01-30 11:47:47', 0, 1, '2026-01-30 11:48:07', '2026-01-30 11:48:07'),
(3190, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409303144', 'MISSED', '2026-01-30 11:57:32', 0, 1, '2026-01-30 11:57:37', '2026-01-30 11:57:37'),
(3191, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-30 12:11:38', 0, 0, '2026-01-30 12:12:34', '2026-01-30 12:12:34'),
(3192, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-30 12:12:41', 0, 0, '2026-01-30 12:13:35', '2026-01-30 12:13:35'),
(3193, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-30 12:14:29', 0, 0, '2026-01-30 12:15:10', '2026-01-30 12:15:10'),
(3194, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-30 12:34:57', 0, 0, '2026-01-30 12:35:35', '2026-01-30 12:35:35'),
(3195, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917083003780', 'INCOMING', '2026-01-30 12:40:43', 0, 1, '2026-01-30 12:41:21', '2026-01-30 12:41:21'),
(3196, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-30 12:49:17', 0, 0, '2026-01-30 12:53:27', '2026-01-30 12:53:27'),
(3197, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-30 12:58:27', 0, 0, '2026-01-30 12:59:38', '2026-01-30 12:59:38'),
(3198, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-30 13:08:39', 0, 0, '2026-01-30 13:09:25', '2026-01-30 13:09:25'),
(3199, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'INCOMING', '2026-01-30 13:16:19', 0, 0, '2026-01-30 13:17:44', '2026-01-30 13:17:44'),
(3200, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-30 13:17:48', 0, 1, '2026-01-30 13:17:59', '2026-01-30 13:17:59'),
(3201, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-30 13:18:01', 0, 0, '2026-01-30 13:18:58', '2026-01-30 13:18:58'),
(3202, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-30 13:21:07', 0, 0, '2026-01-30 13:22:44', '2026-01-30 13:22:44'),
(3203, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-30 13:26:01', 0, 0, '2026-01-30 13:26:40', '2026-01-30 13:26:40'),
(3204, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-30 13:33:26', 0, 0, '2026-01-30 13:34:30', '2026-01-30 13:34:30'),
(3205, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919767723322', 'MISSED', '2026-01-30 13:37:00', 0, 1, '2026-01-30 13:37:38', '2026-01-30 13:37:38'),
(3206, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919767723322', 'OUTGOING', '2026-01-30 13:37:53', 0, 0, '2026-01-30 13:38:00', '2026-01-30 13:38:00'),
(3207, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919767723322', 'OUTGOING', '2026-01-30 13:38:01', 0, 0, '2026-01-30 13:38:55', '2026-01-30 13:38:55'),
(3208, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922114064', 'OUTGOING', '2026-01-30 13:44:27', 0, 1, '2026-01-30 13:45:11', '2026-01-30 13:45:11'),
(3209, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-30 13:45:27', 0, 0, '2026-01-30 13:45:35', '2026-01-30 13:45:35'),
(3210, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-30 13:46:01', 0, 1, '2026-01-30 13:46:26', '2026-01-30 13:46:26'),
(3211, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-30 13:54:58', 0, 0, '2026-01-30 13:55:19', '2026-01-30 13:55:19'),
(3212, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-30 13:55:25', 0, 0, '2026-01-30 13:57:57', '2026-01-30 13:57:57'),
(3213, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922114064', 'OUTGOING', '2026-01-30 13:58:09', 0, 0, '2026-01-30 13:58:51', '2026-01-30 13:58:51'),
(3214, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919767723322', 'OUTGOING', '2026-01-30 13:58:54', 0, 0, '2026-01-30 13:59:09', '2026-01-30 13:59:09'),
(3215, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919767723322', 'OUTGOING', '2026-01-30 13:59:10', 0, 0, '2026-01-30 14:01:03', '2026-01-30 14:01:03'),
(3216, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922114064', 'OUTGOING', '2026-01-30 14:11:13', 0, 0, '2026-01-30 14:11:17', '2026-01-30 14:11:17'),
(3217, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-30 14:11:18', 0, 0, '2026-01-30 14:12:10', '2026-01-30 14:12:10'),
(3218, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-30 14:12:12', 0, 0, '2026-01-30 14:12:48', '2026-01-30 14:12:48'),
(3219, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-30 14:13:35', 0, 0, '2026-01-30 14:14:40', '2026-01-30 14:14:40'),
(3220, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-30 14:27:16', 0, 0, '2026-01-30 14:27:33', '2026-01-30 14:27:33'),
(3221, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'OUTGOING', '2026-01-30 14:27:33', 0, 0, '2026-01-30 14:28:56', '2026-01-30 14:28:56'),
(3222, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919767723322', 'OUTGOING', '2026-01-30 14:29:02', 0, 0, '2026-01-30 14:29:49', '2026-01-30 14:29:49'),
(3223, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919109444250', 'INCOMING', '2026-01-30 14:51:20', 0, 1, '2026-01-30 14:52:07', '2026-01-30 14:52:07'),
(3224, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378775533', 'MISSED', '2026-01-30 15:11:20', 0, 1, '2026-01-30 15:16:09', '2026-01-30 15:16:09'),
(3225, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'INCOMING', '2026-01-30 15:25:59', 0, 0, '2026-01-30 15:26:30', '2026-01-30 15:26:30'),
(3226, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378775533', 'MISSED', '2026-01-30 15:27:01', 0, 0, '2026-01-30 15:27:38', '2026-01-30 15:27:38'),
(3227, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918037269584', 'INCOMING', '2026-01-30 16:02:49', 0, 1, '2026-01-30 16:03:30', '2026-01-30 16:03:30'),
(3228, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917887406614', 'MISSED', '2026-01-30 16:17:02', 0, 1, '2026-01-30 16:17:40', '2026-01-30 16:17:40'),
(3229, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-30 16:30:52', 0, 0, '2026-01-30 16:30:58', '2026-01-30 16:30:58'),
(3230, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'MISSED', '2026-01-30 16:33:59', 0, 0, '2026-01-30 16:36:34', '2026-01-30 16:36:34'),
(3231, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409336710', 'MISSED', '2026-01-30 16:47:11', 0, 1, '2026-01-30 16:47:21', '2026-01-30 16:47:21'),
(3232, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'OUTGOING', '2026-01-30 17:08:47', 0, 0, '2026-01-30 17:10:01', '2026-01-30 17:10:01'),
(3233, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-30 17:30:38', 0, 0, '2026-01-30 17:32:10', '2026-01-30 17:32:10'),
(3234, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'INCOMING', '2026-01-30 17:33:54', 0, 0, '2026-01-30 17:37:13', '2026-01-30 17:37:13'),
(3235, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-30 17:39:05', 0, 0, '2026-01-30 17:41:59', '2026-01-30 17:41:59'),
(3236, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9545966555', 'OUTGOING', '2026-01-30 18:22:33', 0, 1, '2026-01-30 18:22:46', '2026-01-30 18:22:46'),
(3237, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9545966555', 'OUTGOING', '2026-01-30 18:29:53', 0, 0, '2026-01-30 18:30:09', '2026-01-30 18:30:09'),
(3238, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9545966555', 'OUTGOING', '2026-01-30 18:37:06', 0, 0, '2026-01-30 18:39:36', '2026-01-30 18:39:36'),
(3239, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-30 18:56:46', 0, 0, '2026-01-30 19:03:19', '2026-01-30 19:03:19'),
(3240, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'OUTGOING', '2026-01-30 19:09:11', 0, 1, '2026-01-30 19:10:53', '2026-01-30 19:10:53'),
(3241, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409336668', 'INCOMING', '2026-01-30 19:22:05', 0, 1, '2026-01-30 19:22:15', '2026-01-30 19:22:15'),
(3242, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-01-30 19:25:04', 0, 0, '2026-01-30 19:25:31', '2026-01-30 19:25:31'),
(3243, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '9403050712', 'OUTGOING', '2026-01-30 19:27:31', 0, 1, '2026-01-30 19:28:40', '2026-01-30 19:28:40'),
(3244, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'OUTGOING', '2026-01-30 19:28:41', 0, 1, '2026-01-30 19:29:26', '2026-01-30 19:29:26'),
(3245, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919922434004', 'OUTGOING', '2026-01-30 19:29:22', 0, 1, '2026-01-30 19:30:19', '2026-01-30 19:30:19'),
(3246, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917020459550', 'INCOMING', '2026-01-30 19:35:19', 0, 1, '2026-01-30 19:36:32', '2026-01-30 19:36:32'),
(3247, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919763336212', 'MISSED', '2026-01-30 19:41:25', 0, 1, '2026-01-30 19:42:10', '2026-01-30 19:42:10'),
(3248, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919763336212', 'MISSED', '2026-01-30 19:42:10', 0, 0, '2026-01-30 19:42:28', '2026-01-30 19:42:28'),
(3249, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919763336212', 'MISSED', '2026-01-30 19:42:40', 0, 0, '2026-01-30 19:43:01', '2026-01-30 19:43:01'),
(3250, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919763336212', 'OUTGOING', '2026-01-30 19:51:17', 0, 0, '2026-01-30 19:53:53', '2026-01-30 19:53:53'),
(3251, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-01-30 19:56:08', 0, 1, '2026-01-30 19:56:35', '2026-01-30 19:56:35'),
(3252, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922121761', 'INCOMING', '2026-01-30 19:56:52', 0, 1, '2026-01-30 20:01:06', '2026-01-30 20:01:06'),
(3253, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911408943760', 'MISSED', '2026-01-30 20:02:38', 0, 1, '2026-01-30 20:02:48', '2026-01-30 20:02:48'),
(3254, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-30 20:02:48', 0, 0, '2026-01-30 20:03:10', '2026-01-30 20:03:10'),
(3255, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-30 20:11:54', 0, 0, '2026-01-30 20:13:13', '2026-01-30 20:13:13'),
(3256, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-30 20:18:45', 0, 0, '2026-01-30 20:19:17', '2026-01-30 20:19:17'),
(3257, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'MISSED', '2026-01-30 21:13:12', 0, 1, '2026-01-30 21:13:48', '2026-01-30 21:13:48'),
(3258, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-30 21:15:56', 0, 0, '2026-01-30 21:18:32', '2026-01-30 21:18:32'),
(3259, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922561212', 'INCOMING', '2026-01-30 21:26:29', 0, 1, '2026-01-30 21:27:11', '2026-01-30 21:27:11'),
(3260, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-30 21:37:52', 0, 0, '2026-01-30 21:38:08', '2026-01-30 21:38:08'),
(3261, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '9403050712', 'OUTGOING', '2026-01-30 23:17:01', 0, 0, '2026-01-30 23:17:23', '2026-01-30 23:17:23'),
(3262, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-31 08:08:16', 0, 0, '2026-01-31 08:08:55', '2026-01-31 08:08:55'),
(3263, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-01-31 08:10:46', 0, 0, '2026-01-31 08:12:15', '2026-01-31 08:12:15'),
(3264, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-31 08:13:53', 0, 0, '2026-01-31 08:14:33', '2026-01-31 08:14:33'),
(3265, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890717263', 'OUTGOING', '2026-01-31 08:37:45', 0, 1, '2026-01-31 08:38:55', '2026-01-31 08:38:55'),
(3266, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709687412', 'OUTGOING', '2026-01-31 08:57:47', 0, 1, '2026-01-31 08:58:45', '2026-01-31 08:58:45'),
(3267, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709687412', 'INCOMING', '2026-01-31 09:05:40', 0, 0, '2026-01-31 09:07:05', '2026-01-31 09:07:05'),
(3268, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-01-31 09:26:43', 0, 0, '2026-01-31 09:29:36', '2026-01-31 09:29:36'),
(3269, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-01-31 09:30:09', 0, 0, '2026-01-31 09:35:46', '2026-01-31 09:35:46'),
(3270, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-01-31 10:00:41', 0, 1, '2026-01-31 10:03:00', '2026-01-31 10:03:00'),
(3271, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919763201172', 'INCOMING', '2026-01-31 10:37:42', 0, 1, '2026-01-31 10:39:57', '2026-01-31 10:39:57'),
(3272, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-31 10:43:00', 0, 0, '2026-01-31 10:45:29', '2026-01-31 10:45:29'),
(3273, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917450003030', 'INCOMING', '2026-01-31 10:45:56', 0, 1, '2026-01-31 10:46:55', '2026-01-31 10:46:55'),
(3274, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-31 10:48:46', 0, 0, '2026-01-31 10:53:35', '2026-01-31 10:53:35'),
(3275, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'MISSED', '2026-01-31 11:30:30', 0, 1, '2026-01-31 11:32:19', '2026-01-31 11:32:19'),
(3276, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'OUTGOING', '2026-01-31 11:32:21', 0, 0, '2026-01-31 11:32:42', '2026-01-31 11:32:42'),
(3277, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'MISSED', '2026-01-31 11:33:04', 0, 0, '2026-01-31 11:33:34', '2026-01-31 11:33:34'),
(3278, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'OUTGOING', '2026-01-31 11:34:36', 0, 0, '2026-01-31 11:37:00', '2026-01-31 11:37:00'),
(3279, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-31 11:37:34', 0, 0, '2026-01-31 11:37:53', '2026-01-31 11:37:53'),
(3280, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917314621748', 'INCOMING', '2026-01-31 11:37:54', 0, 0, '2026-01-31 11:38:05', '2026-01-31 11:38:05'),
(3281, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917971833395', 'INCOMING', '2026-01-31 11:49:36', 0, 1, '2026-01-31 11:49:58', '2026-01-31 11:49:58'),
(3282, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-31 11:53:28', 0, 1, '2026-01-31 11:53:52', '2026-01-31 11:53:52'),
(3283, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917313571435', 'INCOMING', '2026-01-31 12:28:49', 0, 1, '2026-01-31 12:29:00', '2026-01-31 12:29:00'),
(3284, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'MISSED', '2026-01-31 12:31:48', 0, 0, '2026-01-31 12:32:21', '2026-01-31 12:32:21'),
(3285, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'MISSED', '2026-01-31 12:32:29', 0, 0, '2026-01-31 12:32:52', '2026-01-31 12:32:52'),
(3286, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-31 12:35:22', 0, 0, '2026-01-31 12:36:56', '2026-01-31 12:36:56'),
(3287, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919560677422', 'INCOMING', '2026-01-31 12:40:27', 0, 1, '2026-01-31 12:41:45', '2026-01-31 12:41:45'),
(3288, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890717263', 'OUTGOING', '2026-01-31 12:46:05', 0, 0, '2026-01-31 12:46:59', '2026-01-31 12:46:59'),
(3289, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'INCOMING', '2026-01-31 12:47:59', 0, 1, '2026-01-31 12:49:07', '2026-01-31 12:49:07'),
(3290, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-31 12:49:13', 0, 0, '2026-01-31 12:49:19', '2026-01-31 12:49:19'),
(3291, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-01-31 12:51:22', 0, 0, '2026-01-31 12:52:30', '2026-01-31 12:52:30'),
(3292, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'OUTGOING', '2026-01-31 12:55:15', 0, 0, '2026-01-31 12:55:45', '2026-01-31 12:55:45'),
(3293, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698153174', 'OUTGOING', '2026-01-31 12:56:47', 0, 1, '2026-01-31 12:57:13', '2026-01-31 12:57:13'),
(3294, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-31 12:59:06', 0, 0, '2026-01-31 12:59:48', '2026-01-31 12:59:48'),
(3295, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-31 12:59:54', 0, 0, '2026-01-31 13:00:34', '2026-01-31 13:00:34'),
(3296, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919970782003', 'OUTGOING', '2026-01-31 13:02:18', 0, 1, '2026-01-31 13:02:55', '2026-01-31 13:02:55'),
(3297, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'INCOMING', '2026-01-31 13:15:11', 0, 1, '2026-01-31 13:16:15', '2026-01-31 13:16:15'),
(3298, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922114064', 'OUTGOING', '2026-01-31 13:16:24', 0, 0, '2026-01-31 13:16:37', '2026-01-31 13:16:37'),
(3299, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922114064', 'OUTGOING', '2026-01-31 13:16:36', 0, 0, '2026-01-31 13:18:00', '2026-01-31 13:18:00'),
(3300, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-01-31 13:18:04', 0, 0, '2026-01-31 13:19:35', '2026-01-31 13:19:35'),
(3301, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-31 13:20:45', 0, 1, '2026-01-31 13:21:24', '2026-01-31 13:21:24'),
(3302, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922121761', 'INCOMING', '2026-01-31 13:24:31', 0, 0, '2026-01-31 13:28:08', '2026-01-31 13:28:08'),
(3303, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917550467171', 'OUTGOING', '2026-01-31 13:28:32', 0, 1, '2026-01-31 13:32:03', '2026-01-31 13:32:03'),
(3304, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-31 13:33:05', 0, 0, '2026-01-31 13:34:17', '2026-01-31 13:34:17'),
(3305, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-31 13:43:31', 0, 0, '2026-01-31 13:45:53', '2026-01-31 13:45:53'),
(3306, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040302074', 'INCOMING', '2026-01-31 14:00:51', 0, 1, '2026-01-31 14:24:04', '2026-01-31 14:24:04'),
(3307, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917040302074', 'INCOMING', '2026-01-31 14:00:51', 0, 1, '2026-01-31 14:24:04', '2026-01-31 14:24:04'),
(3308, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-01-31 14:26:48', 0, 0, '2026-01-31 14:28:22', '2026-01-31 14:28:22'),
(3309, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'INCOMING', '2026-01-31 14:40:48', 0, 0, '2026-01-31 14:41:13', '2026-01-31 14:41:13'),
(3310, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822200036', 'INCOMING', '2026-01-31 14:40:48', 0, 0, '2026-01-31 14:41:13', '2026-01-31 14:41:13'),
(3311, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-31 14:41:36', 0, 1, '2026-01-31 14:42:06', '2026-01-31 14:42:06'),
(3312, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-31 14:43:18', 0, 0, '2026-01-31 14:48:15', '2026-01-31 14:48:15'),
(3313, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-01-31 14:50:58', 0, 1, '2026-01-31 14:51:19', '2026-01-31 14:51:19'),
(3314, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-31 15:05:56', 0, 0, '2026-01-31 15:07:17', '2026-01-31 15:07:17'),
(3315, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-01-31 15:08:11', 0, 0, '2026-01-31 15:09:52', '2026-01-31 15:09:52'),
(3316, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-31 15:11:02', 0, 0, '2026-01-31 15:19:04', '2026-01-31 15:19:04'),
(3317, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-01-31 15:35:11', 0, 0, '2026-01-31 15:39:01', '2026-01-31 15:39:01'),
(3318, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'MISSED', '2026-01-31 15:40:08', 0, 0, '2026-01-31 15:40:39', '2026-01-31 15:40:39'),
(3319, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'MISSED', '2026-01-31 15:40:45', 0, 0, '2026-01-31 15:41:09', '2026-01-31 15:41:09'),
(3320, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-31 15:45:05', 0, 0, '2026-01-31 15:46:01', '2026-01-31 15:46:01'),
(3321, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-01-31 15:48:08', 0, 0, '2026-01-31 15:49:19', '2026-01-31 15:49:19'),
(3322, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-31 15:49:50', 0, 0, '2026-01-31 15:49:58', '2026-01-31 15:49:58'),
(3323, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-31 15:51:33', 0, 0, '2026-01-31 15:53:14', '2026-01-31 15:53:14'),
(3324, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-01-31 16:00:24', 0, 0, '2026-01-31 16:01:50', '2026-01-31 16:01:50'),
(3325, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-01-31 16:10:43', 0, 0, '2026-01-31 16:11:23', '2026-01-31 16:11:23'),
(3326, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-31 17:08:53', 0, 0, '2026-01-31 17:12:26', '2026-01-31 17:12:26'),
(3327, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-31 17:33:20', 0, 0, '2026-01-31 17:39:22', '2026-01-31 17:39:22'),
(3328, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-01-31 18:02:48', 0, 0, '2026-01-31 18:03:25', '2026-01-31 18:03:25'),
(3329, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-31 18:03:35', 0, 0, '2026-01-31 18:03:46', '2026-01-31 18:03:46'),
(3330, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-01-31 18:03:46', 0, 0, '2026-01-31 18:05:11', '2026-01-31 18:05:11'),
(3331, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'MISSED', '2026-01-31 18:07:31', 0, 0, '2026-01-31 18:08:47', '2026-01-31 18:08:47'),
(3332, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-01-31 18:08:49', 0, 0, '2026-01-31 18:10:24', '2026-01-31 18:10:24'),
(3333, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-31 18:27:36', 0, 0, '2026-01-31 18:31:34', '2026-01-31 18:31:34'),
(3334, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-31 18:27:36', 0, 0, '2026-01-31 18:31:34', '2026-01-31 18:31:34'),
(3335, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-01-31 19:19:27', 0, 0, '2026-01-31 19:20:51', '2026-01-31 19:20:51'),
(3336, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '9403050712', 'OUTGOING', '2026-01-31 19:31:00', 0, 1, '2026-01-31 19:31:23', '2026-01-31 19:31:23'),
(3337, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'OUTGOING', '2026-01-31 19:31:23', 0, 1, '2026-01-31 19:31:28', '2026-01-31 19:31:28'),
(3338, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'INCOMING', '2026-01-31 19:31:24', 0, 1, '2026-01-31 19:31:48', '2026-01-31 19:31:48'),
(3339, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'INCOMING', '2026-01-31 19:35:06', 0, 0, '2026-01-31 19:35:23', '2026-01-31 19:35:23'),
(3340, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409336684', 'INCOMING', '2026-01-31 19:35:35', 0, 1, '2026-01-31 19:36:22', '2026-01-31 19:36:22'),
(3341, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911408943653', 'MISSED', '2026-01-31 19:43:18', 0, 1, '2026-01-31 19:43:27', '2026-01-31 19:43:27'),
(3342, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-31 20:59:09', 0, 0, '2026-01-31 21:00:06', '2026-01-31 21:00:06'),
(3343, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-01-31 20:59:09', 0, 0, '2026-01-31 21:00:06', '2026-01-31 21:00:06'),
(3344, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '08591900180', 'OUTGOING', '2026-01-31 21:03:17', 0, 1, '2026-01-31 21:04:25', '2026-01-31 21:04:25'),
(3345, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918591900180', 'OUTGOING', '2026-01-31 21:06:08', 0, 1, '2026-01-31 21:06:38', '2026-01-31 21:06:38'),
(3346, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'OUTGOING', '2026-01-31 21:09:01', 0, 0, '2026-01-31 21:11:13', '2026-01-31 21:11:13'),
(3347, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'MISSED', '2026-01-31 21:53:17', 0, 0, '2026-01-31 23:02:17', '2026-01-31 23:02:17'),
(3348, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-02-01 00:09:47', 0, 1, '2026-02-01 00:10:12', '2026-02-01 00:10:12'),
(3349, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919371457240', 'INCOMING', '2026-02-01 07:53:13', 0, 1, '2026-02-01 07:55:52', '2026-02-01 07:55:52'),
(3350, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-02-01 09:04:01', 0, 0, '2026-02-01 09:04:34', '2026-02-01 09:04:34'),
(3351, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8087675124', 'OUTGOING', '2026-02-01 09:49:07', 0, 1, '2026-02-01 09:50:45', '2026-02-01 09:50:45'),
(3352, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'OUTGOING', '2026-02-01 10:32:35', 0, 1, '2026-02-01 10:33:20', '2026-02-01 10:33:20'),
(3353, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'INCOMING', '2026-02-01 10:34:57', 0, 0, '2026-02-01 10:37:16', '2026-02-01 10:37:16'),
(3354, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8087853107', 'OUTGOING', '2026-02-01 10:37:27', 0, 1, '2026-02-01 10:38:55', '2026-02-01 10:38:55'),
(3355, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918767482241', 'INCOMING', '2026-02-01 10:45:08', 0, 1, '2026-02-01 10:45:23', '2026-02-01 10:45:23'),
(3356, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-02-01 10:50:22', 0, 0, '2026-02-01 10:51:05', '2026-02-01 10:51:05'),
(3357, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-02-01 10:51:14', 0, 0, '2026-02-01 10:51:36', '2026-02-01 10:51:36'),
(3358, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798947432', 'MISSED', '2026-02-01 11:00:53', 0, 1, '2026-02-01 11:01:30', '2026-02-01 11:01:30'),
(3359, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798947432', 'MISSED', '2026-02-01 11:01:36', 0, 0, '2026-02-01 11:02:12', '2026-02-01 11:02:12'),
(3360, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798947432', 'MISSED', '2026-02-01 11:03:12', 0, 0, '2026-02-01 11:03:49', '2026-02-01 11:03:49'),
(3361, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798947432', 'OUTGOING', '2026-02-01 11:03:59', 0, 0, '2026-02-01 11:04:08', '2026-02-01 11:04:08'),
(3362, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917798947432', 'OUTGOING', '2026-02-01 11:04:09', 0, 0, '2026-02-01 11:04:53', '2026-02-01 11:04:53'),
(3363, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919604776010', 'OUTGOING', '2026-02-01 11:29:20', 0, 1, '2026-02-01 11:29:32', '2026-02-01 11:29:32'),
(3364, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890717263', 'OUTGOING', '2026-02-01 11:49:55', 0, 1, '2026-02-01 11:50:26', '2026-02-01 11:50:26'),
(3365, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409309058', 'MISSED', '2026-02-01 12:01:37', 0, 1, '2026-02-01 12:01:46', '2026-02-01 12:01:46'),
(3366, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8087675124', 'OUTGOING', '2026-02-01 12:15:01', 0, 0, '2026-02-01 12:16:02', '2026-02-01 12:16:02'),
(3367, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'INCOMING', '2026-02-01 12:37:51', 0, 1, '2026-02-01 12:38:42', '2026-02-01 12:38:42'),
(3368, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917972096928', 'OUTGOING', '2026-02-01 12:38:46', 0, 1, '2026-02-01 12:39:03', '2026-02-01 12:39:03'),
(3369, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919923206005', 'OUTGOING', '2026-02-01 13:06:53', 0, 1, '2026-02-01 13:07:39', '2026-02-01 13:07:39'),
(3370, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-02-01 13:23:03', 0, 1, '2026-02-01 13:24:03', '2026-02-01 13:24:03'),
(3371, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918468890628', 'INCOMING', '2026-02-01 14:07:32', 0, 1, '2026-02-01 14:13:23', '2026-02-01 14:13:23'),
(3372, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8087675124', 'OUTGOING', '2026-02-01 14:53:21', 0, 0, '2026-02-01 14:54:35', '2026-02-01 14:54:35'),
(3373, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890717263', 'OUTGOING', '2026-02-01 15:03:08', 0, 0, '2026-02-01 15:06:12', '2026-02-01 15:06:12'),
(3374, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-02-01 16:05:03', 0, 1, '2026-02-01 16:05:32', '2026-02-01 16:05:32'),
(3375, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-01 16:08:09', 0, 0, '2026-02-01 16:09:27', '2026-02-01 16:09:27'),
(3376, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917620369004', 'INCOMING', '2026-02-01 16:40:08', 0, 1, '2026-02-01 16:41:09', '2026-02-01 16:41:09'),
(3377, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9850592525', 'OUTGOING', '2026-02-01 16:53:32', 0, 1, '2026-02-01 16:54:15', '2026-02-01 16:54:15'),
(3378, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919921209814', 'INCOMING', '2026-02-01 16:55:24', 0, 1, '2026-02-01 16:55:39', '2026-02-01 16:55:39'),
(3379, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918591900180', 'INCOMING', '2026-02-01 17:02:19', 0, 0, '2026-02-01 17:02:39', '2026-02-01 17:02:39'),
(3380, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919511978862', 'INCOMING', '2026-02-01 17:16:10', 0, 1, '2026-02-01 17:16:35', '2026-02-01 17:16:35'),
(3381, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-02-01 17:17:33', 0, 1, '2026-02-01 17:18:02', '2026-02-01 17:18:02'),
(3382, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-01 18:20:28', 0, 0, '2026-02-01 18:21:36', '2026-02-01 18:21:36'),
(3383, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-02-01 18:21:54', 0, 1, '2026-02-01 18:22:12', '2026-02-01 18:22:12'),
(3384, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-02-01 18:22:17', 0, 0, '2026-02-01 18:22:41', '2026-02-01 18:22:41'),
(3385, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8087675124', 'OUTGOING', '2026-02-01 18:26:58', 0, 0, '2026-02-01 18:27:39', '2026-02-01 18:27:39'),
(3386, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919921209814', 'OUTGOING', '2026-02-01 19:03:50', 0, 0, '2026-02-01 19:04:14', '2026-02-01 19:04:14'),
(3387, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-01 19:56:32', 0, 0, '2026-02-01 20:04:12', '2026-02-01 20:04:12'),
(3388, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'OUTGOING', '2026-02-01 20:04:37', 0, 0, '2026-02-01 20:05:33', '2026-02-01 20:05:33'),
(3389, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-01 20:07:32', 0, 0, '2026-02-01 20:07:42', '2026-02-01 20:07:42'),
(3390, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-01 20:09:08', 0, 0, '2026-02-01 20:10:03', '2026-02-01 20:10:03'),
(3391, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-02-01 20:28:36', 0, 0, '2026-02-01 20:33:02', '2026-02-01 20:33:02'),
(3392, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+912231125480', 'INCOMING', '2026-02-01 20:50:30', 0, 1, '2026-02-01 20:51:06', '2026-02-01 20:51:06'),
(3393, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+913341901300', 'OUTGOING', '2026-02-01 20:51:14', 0, 1, '2026-02-01 20:52:19', '2026-02-01 20:52:19'),
(3394, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919420263031', 'MISSED', '2026-02-02 07:29:59', 0, 1, '2026-02-02 08:25:17', '2026-02-02 08:25:17'),
(3395, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9049585917', 'OUTGOING', '2026-02-02 08:52:10', 0, 1, '2026-02-02 08:53:48', '2026-02-02 08:53:48'),
(3396, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'MISSED', '2026-02-02 08:55:13', 0, 1, '2026-02-02 08:55:18', '2026-02-02 08:55:18'),
(3397, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-02-02 08:55:22', 0, 0, '2026-02-02 08:55:27', '2026-02-02 08:55:27'),
(3398, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-02-02 08:55:28', 0, 0, '2026-02-02 08:55:34', '2026-02-02 08:55:34'),
(3399, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-02-02 09:00:37', 0, 0, '2026-02-02 09:00:41', '2026-02-02 09:00:41'),
(3400, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-02-02 09:01:41', 0, 0, '2026-02-02 09:01:49', '2026-02-02 09:01:49'),
(3401, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-02-02 09:07:34', 0, 0, '2026-02-02 09:08:18', '2026-02-02 09:08:18'),
(3402, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'MISSED', '2026-02-02 09:38:40', 0, 0, '2026-02-02 09:39:05', '2026-02-02 09:39:05'),
(3403, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-02-02 09:46:21', 0, 0, '2026-02-02 09:46:42', '2026-02-02 09:46:42'),
(3404, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-02 09:46:45', 0, 0, '2026-02-02 09:47:20', '2026-02-02 09:47:20'),
(3405, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-02-02 09:47:21', 0, 0, '2026-02-02 09:50:28', '2026-02-02 09:50:28'),
(3406, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-02-02 09:53:23', 0, 0, '2026-02-02 09:56:27', '2026-02-02 09:56:27'),
(3407, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-02 09:56:26', 0, 0, '2026-02-02 09:58:00', '2026-02-02 09:58:00'),
(3408, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'INCOMING', '2026-02-02 10:05:18', 0, 1, '2026-02-02 10:07:00', '2026-02-02 10:07:00'),
(3409, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-02 10:19:32', 0, 0, '2026-02-02 10:20:53', '2026-02-02 10:20:53'),
(3410, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-02 10:22:42', 0, 0, '2026-02-02 10:24:20', '2026-02-02 10:24:20'),
(3411, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-02-02 10:39:23', 0, 0, '2026-02-02 10:45:23', '2026-02-02 10:45:23'),
(3412, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917971953832', 'INCOMING', '2026-02-02 10:46:27', 0, 1, '2026-02-02 10:46:57', '2026-02-02 10:46:57'),
(3413, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919420263031', 'OUTGOING', '2026-02-02 10:51:20', 0, 0, '2026-02-02 10:51:33', '2026-02-02 10:51:33'),
(3414, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-02-02 10:59:24', 0, 0, '2026-02-02 10:59:36', '2026-02-02 10:59:36'),
(3415, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919922561212', 'INCOMING', '2026-02-02 11:11:12', 0, 1, '2026-02-02 11:12:05', '2026-02-02 11:12:05'),
(3416, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9049585917', 'OUTGOING', '2026-02-02 11:56:16', 0, 0, '2026-02-02 11:57:23', '2026-02-02 11:57:23'),
(3417, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-02 12:01:58', 0, 0, '2026-02-02 12:10:15', '2026-02-02 12:10:15'),
(3418, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409309029', 'MISSED', '2026-02-02 12:25:03', 0, 1, '2026-02-02 12:25:10', '2026-02-02 12:25:10'),
(3419, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-02 12:26:55', 0, 0, '2026-02-02 12:27:52', '2026-02-02 12:27:52'),
(3420, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409800346', 'MISSED', '2026-02-02 12:28:50', 0, 1, '2026-02-02 12:29:08', '2026-02-02 12:29:08'),
(3421, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-02-02 13:23:33', 0, 1, '2026-02-02 13:24:24', '2026-02-02 13:24:24'),
(3422, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'MISSED', '2026-02-02 14:02:55', 0, 1, '2026-02-02 14:03:32', '2026-02-02 14:03:32'),
(3423, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011300218', 'MISSED', '2026-02-02 14:04:07', 0, 1, '2026-02-02 14:04:43', '2026-02-02 14:04:43'),
(3424, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917588277882', 'INCOMING', '2026-02-02 14:05:34', 0, 1, '2026-02-02 14:06:18', '2026-02-02 14:06:18'),
(3425, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917588277882', 'OUTGOING', '2026-02-02 14:17:37', 0, 0, '2026-02-02 14:17:52', '2026-02-02 14:17:52'),
(3426, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'OUTGOING', '2026-02-02 14:17:54', 0, 0, '2026-02-02 14:18:47', '2026-02-02 14:18:47'),
(3427, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'OUTGOING', '2026-02-02 14:26:34', 0, 0, '2026-02-02 14:26:59', '2026-02-02 14:26:59'),
(3428, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011300218', 'OUTGOING', '2026-02-02 14:27:03', 0, 0, '2026-02-02 14:27:38', '2026-02-02 14:27:38'),
(3429, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-02-02 14:27:46', 0, 1, '2026-02-02 14:29:08', '2026-02-02 14:29:08'),
(3430, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917709686604', 'INCOMING', '2026-02-02 14:31:54', 0, 0, '2026-02-02 14:32:17', '2026-02-02 14:32:17'),
(3431, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9226203923', 'OUTGOING', '2026-02-02 14:41:13', 0, 1, '2026-02-02 14:41:27', '2026-02-02 14:41:27'),
(3432, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9890717263', 'OUTGOING', '2026-02-02 14:54:47', 0, 1, '2026-02-02 14:56:01', '2026-02-02 14:56:01'),
(3433, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-02 15:01:21', 0, 0, '2026-02-02 15:03:04', '2026-02-02 15:03:04'),
(3434, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-02 15:03:05', 0, 0, '2026-02-02 15:03:23', '2026-02-02 15:03:23'),
(3435, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9049585917', 'OUTGOING', '2026-02-02 15:04:44', 0, 0, '2026-02-02 15:05:12', '2026-02-02 15:05:12'),
(3436, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919890798903', 'OUTGOING', '2026-02-02 15:13:55', 0, 1, '2026-02-02 15:14:05', '2026-02-02 15:14:05'),
(3437, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'OUTGOING', '2026-02-02 15:39:58', 0, 1, '2026-02-02 15:44:53', '2026-02-02 15:44:53'),
(3438, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-02-02 15:45:05', 0, 1, '2026-02-02 15:46:41', '2026-02-02 15:46:41'),
(3439, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-02-02 15:47:36', 0, 0, '2026-02-02 15:50:21', '2026-02-02 15:50:21'),
(3440, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'OUTGOING', '2026-02-02 15:50:23', 0, 1, '2026-02-02 15:51:00', '2026-02-02 15:51:00'),
(3441, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-02-02 15:51:47', 0, 0, '2026-02-02 15:55:38', '2026-02-02 15:55:38'),
(3442, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'MISSED', '2026-02-02 16:10:28', 0, 1, '2026-02-02 16:11:04', '2026-02-02 16:11:04'),
(3443, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'OUTGOING', '2026-02-02 16:13:27', 0, 0, '2026-02-02 16:13:38', '2026-02-02 16:13:38'),
(3444, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208763459', 'OUTGOING', '2026-02-02 16:27:44', 0, 1, '2026-02-02 16:28:40', '2026-02-02 16:28:40'),
(3445, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'INCOMING', '2026-02-02 16:32:18', 0, 1, '2026-02-02 16:32:44', '2026-02-02 16:32:44'),
(3446, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'OUTGOING', '2026-02-02 16:39:02', 0, 0, '2026-02-02 16:39:43', '2026-02-02 16:39:43'),
(3447, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'INCOMING', '2026-02-02 16:44:58', 0, 0, '2026-02-02 16:46:52', '2026-02-02 16:46:52'),
(3448, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'INCOMING', '2026-02-02 16:48:47', 0, 0, '2026-02-02 16:49:37', '2026-02-02 16:49:37'),
(3449, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'INCOMING', '2026-02-02 16:50:32', 0, 0, '2026-02-02 16:51:06', '2026-02-02 16:51:06'),
(3450, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'INCOMING', '2026-02-02 17:00:07', 0, 0, '2026-02-02 17:02:51', '2026-02-02 17:02:51'),
(3451, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919309043604', 'MISSED', '2026-02-02 17:26:10', 0, 1, '2026-02-02 17:29:02', '2026-02-02 17:29:02'),
(3452, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919049585917', 'INCOMING', '2026-02-02 17:29:00', 0, 1, '2026-02-02 17:30:28', '2026-02-02 17:30:28'),
(3453, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-02-02 17:37:49', 0, 0, '2026-02-02 17:39:02', '2026-02-02 17:39:02'),
(3454, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'MISSED', '2026-02-02 18:11:30', 0, 0, '2026-02-02 18:13:06', '2026-02-02 18:13:06'),
(3455, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-02-02 18:13:23', 0, 0, '2026-02-02 18:13:50', '2026-02-02 18:13:50'),
(3456, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911408943760', 'MISSED', '2026-02-02 18:16:42', 0, 1, '2026-02-02 18:16:50', '2026-02-02 18:16:50'),
(3457, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'INCOMING', '2026-02-02 19:03:46', 0, 1, '2026-02-02 19:04:28', '2026-02-02 19:04:28'),
(3458, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919763336212', 'OUTGOING', '2026-02-02 19:17:05', 0, 1, '2026-02-02 19:17:16', '2026-02-02 19:17:16'),
(3459, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917020459550', 'OUTGOING', '2026-02-02 19:17:13', 0, 1, '2026-02-02 19:17:39', '2026-02-02 19:17:39'),
(3460, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918828565005', 'OUTGOING', '2026-02-02 19:17:49', 0, 1, '2026-02-02 19:18:11', '2026-02-02 19:18:11'),
(3461, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918828565005', 'INCOMING', '2026-02-02 19:19:04', 0, 0, '2026-02-02 19:19:27', '2026-02-02 19:19:27'),
(3462, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919403050712', 'OUTGOING', '2026-02-02 19:21:17', 0, 1, '2026-02-02 19:21:54', '2026-02-02 19:21:54'),
(3463, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'OUTGOING', '2026-02-02 19:56:42', 0, 0, '2026-02-02 19:56:47', '2026-02-02 19:56:47'),
(3464, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919420263031', 'OUTGOING', '2026-02-02 19:56:53', 0, 0, '2026-02-02 19:57:45', '2026-02-02 19:57:45'),
(3465, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919588652870', 'INCOMING', '2026-02-02 19:57:55', 0, 0, '2026-02-02 19:58:31', '2026-02-02 19:58:31'),
(3466, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919420263031', 'MISSED', '2026-02-02 20:04:48', 0, 0, '2026-02-02 20:05:17', '2026-02-02 20:05:17'),
(3467, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919420263031', 'INCOMING', '2026-02-02 20:17:14', 0, 0, '2026-02-02 20:17:42', '2026-02-02 20:17:42'),
(3468, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-02-02 20:43:27', 0, 0, '2026-02-02 20:44:14', '2026-02-02 20:44:14'),
(3469, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919588652870', 'OUTGOING', '2026-02-02 20:51:08', 0, 1, '2026-02-02 20:57:43', '2026-02-02 20:57:43'),
(3470, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '8975559269', 'OUTGOING', '2026-02-02 21:34:02', 0, 1, '2026-02-02 21:34:35', '2026-02-02 21:34:35'),
(3471, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'MISSED', '2026-02-02 21:41:49', 0, 0, '2026-02-02 21:42:23', '2026-02-02 21:42:23'),
(3472, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'OUTGOING', '2026-02-02 21:44:16', 0, 0, '2026-02-02 21:44:29', '2026-02-02 21:44:29'),
(3473, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-02 21:44:30', 0, 1, '2026-02-02 21:46:01', '2026-02-02 21:46:01'),
(3474, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'OUTGOING', '2026-02-02 21:46:01', 0, 0, '2026-02-02 21:46:28', '2026-02-02 21:46:28'),
(3475, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-02-03 09:44:49', 0, 1, '2026-02-03 09:46:21', '2026-02-03 09:46:21'),
(3476, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208763459', 'OUTGOING', '2026-02-03 09:53:06', 0, 0, '2026-02-03 09:54:02', '2026-02-03 09:54:02'),
(3477, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-02-03 10:03:07', 0, 0, '2026-02-03 10:05:20', '2026-02-03 10:05:20'),
(3478, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409809749', 'MISSED', '2026-02-03 10:06:40', 0, 1, '2026-02-03 10:06:49', '2026-02-03 10:06:49'),
(3479, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-02-03 10:09:51', 0, 0, '2026-02-03 10:10:32', '2026-02-03 10:10:32'),
(3480, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-02-03 10:11:43', 0, 0, '2026-02-03 10:11:51', '2026-02-03 10:11:51'),
(3481, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-02-03 10:12:00', 0, 0, '2026-02-03 10:15:05', '2026-02-03 10:15:05'),
(3482, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860150280', 'OUTGOING', '2026-02-03 10:15:34', 0, 1, '2026-02-03 10:15:51', '2026-02-03 10:15:51'),
(3483, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-03 10:15:58', 0, 0, '2026-02-03 10:16:03', '2026-02-03 10:16:03'),
(3484, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860150280', 'OUTGOING', '2026-02-03 10:17:12', 0, 0, '2026-02-03 10:17:19', '2026-02-03 10:17:19'),
(3485, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860150280', 'OUTGOING', '2026-02-03 10:17:19', 0, 0, '2026-02-03 10:17:27', '2026-02-03 10:17:27'),
(3486, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860150280', 'OUTGOING', '2026-02-03 10:17:34', 0, 0, '2026-02-03 10:17:50', '2026-02-03 10:17:50'),
(3487, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860150280', 'OUTGOING', '2026-02-03 10:18:51', 0, 0, '2026-02-03 10:19:39', '2026-02-03 10:19:39'),
(3488, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'INCOMING', '2026-02-03 10:22:46', 0, 0, '2026-02-03 10:23:26', '2026-02-03 10:23:26');
INSERT INTO `call_logs` (`id`, `user_id`, `device_id`, `device_name`, `local_id`, `phone_number`, `call_type`, `call_time`, `call_duration`, `sms_sent`, `created_at`, `updated_at`) VALUES
(3489, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860150280', 'OUTGOING', '2026-02-03 10:24:50', 0, 0, '2026-02-03 10:25:22', '2026-02-03 10:25:22'),
(3490, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860150280', 'OUTGOING', '2026-02-03 10:28:30', 0, 0, '2026-02-03 10:28:39', '2026-02-03 10:28:39'),
(3491, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860150280', 'OUTGOING', '2026-02-03 10:30:09', 0, 0, '2026-02-03 10:30:44', '2026-02-03 10:30:44'),
(3492, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-03 10:30:57', 0, 0, '2026-02-03 10:31:09', '2026-02-03 10:31:09'),
(3493, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-02-03 10:33:48', 0, 0, '2026-02-03 10:34:28', '2026-02-03 10:34:28'),
(3494, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-03 10:34:29', 0, 0, '2026-02-03 10:35:34', '2026-02-03 10:35:34'),
(3495, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918857946407', 'INCOMING', '2026-02-03 10:37:08', 0, 1, '2026-02-03 10:37:37', '2026-02-03 10:37:37'),
(3496, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919371726566', 'OUTGOING', '2026-02-03 10:41:27', 0, 1, '2026-02-03 10:42:41', '2026-02-03 10:42:41'),
(3497, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918208763459', 'OUTGOING', '2026-02-03 10:42:52', 0, 0, '2026-02-03 10:43:14', '2026-02-03 10:43:14'),
(3498, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'INCOMING', '2026-02-03 10:49:26', 0, 0, '2026-02-03 10:52:32', '2026-02-03 10:52:32'),
(3499, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-02-03 10:57:36', 0, 1, '2026-02-03 11:00:19', '2026-02-03 11:00:19'),
(3500, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'INCOMING', '2026-02-03 11:04:55', 0, 0, '2026-02-03 11:05:50', '2026-02-03 11:05:50'),
(3501, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-02-03 11:08:10', 0, 0, '2026-02-03 11:16:57', '2026-02-03 11:16:57'),
(3502, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917387147337', 'OUTGOING', '2026-02-03 11:17:08', 0, 0, '2026-02-03 11:17:25', '2026-02-03 11:17:25'),
(3503, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917378636272', 'OUTGOING', '2026-02-03 11:20:11', 0, 1, '2026-02-03 11:22:21', '2026-02-03 11:22:21'),
(3504, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-02-03 11:24:43', 0, 0, '2026-02-03 11:27:17', '2026-02-03 11:27:17'),
(3505, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-02-03 11:28:31', 0, 0, '2026-02-03 11:29:48', '2026-02-03 11:29:48'),
(3506, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-03 11:30:37', 0, 0, '2026-02-03 11:31:25', '2026-02-03 11:31:25'),
(3507, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'OUTGOING', '2026-02-03 11:35:20', 0, 1, '2026-02-03 11:36:33', '2026-02-03 11:36:33'),
(3508, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'OUTGOING', '2026-02-03 11:39:02', 0, 0, '2026-02-03 11:40:08', '2026-02-03 11:40:08'),
(3509, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-02-03 11:40:11', 0, 1, '2026-02-03 11:40:57', '2026-02-03 11:40:57'),
(3510, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-02-03 12:07:32', 0, 0, '2026-02-03 12:08:57', '2026-02-03 12:08:57'),
(3511, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911408940159', 'MISSED', '2026-02-03 12:13:43', 0, 1, '2026-02-03 12:29:29', '2026-02-03 12:29:29'),
(3512, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911408940159', 'MISSED', '2026-02-03 12:13:43', 0, 1, '2026-02-03 12:29:29', '2026-02-03 12:29:29'),
(3513, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911408940159', 'MISSED', '2026-02-03 12:13:43', 0, 1, '2026-02-03 12:29:29', '2026-02-03 12:29:29'),
(3514, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-03 12:25:32', 0, 0, '2026-02-03 12:29:29', '2026-02-03 12:29:29'),
(3515, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-03 12:25:32', 0, 0, '2026-02-03 12:29:29', '2026-02-03 12:29:29'),
(3516, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-03 12:25:32', 0, 0, '2026-02-03 12:29:29', '2026-02-03 12:29:29'),
(3517, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'OUTGOING', '2026-02-03 12:28:58', 0, 0, '2026-02-03 12:29:29', '2026-02-03 12:29:29'),
(3518, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'OUTGOING', '2026-02-03 12:28:58', 0, 0, '2026-02-03 12:29:29', '2026-02-03 12:29:29'),
(3519, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'OUTGOING', '2026-02-03 12:28:58', 0, 0, '2026-02-03 12:29:29', '2026-02-03 12:29:29'),
(3520, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917315102708', 'INCOMING', '2026-02-03 12:53:28', 0, 1, '2026-02-03 12:54:11', '2026-02-03 12:54:11'),
(3521, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'INCOMING', '2026-02-03 12:55:45', 0, 0, '2026-02-03 12:56:34', '2026-02-03 12:56:34'),
(3522, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917499719958', 'OUTGOING', '2026-02-03 12:56:39', 0, 0, '2026-02-03 13:00:23', '2026-02-03 13:00:23'),
(3523, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917038055650', 'OUTGOING', '2026-02-03 13:00:24', 0, 0, '2026-02-03 13:02:30', '2026-02-03 13:02:30'),
(3524, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-02-03 13:09:43', 0, 0, '2026-02-03 13:10:12', '2026-02-03 13:10:12'),
(3525, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-02-03 13:13:13', 0, 0, '2026-02-03 13:13:40', '2026-02-03 13:13:40'),
(3526, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-03 13:14:12', 0, 0, '2026-02-03 13:15:54', '2026-02-03 13:15:54'),
(3527, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'OUTGOING', '2026-02-03 13:18:19', 0, 0, '2026-02-03 13:18:50', '2026-02-03 13:18:50'),
(3528, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919226203923', 'OUTGOING', '2026-02-03 13:20:17', 0, 1, '2026-02-03 13:22:37', '2026-02-03 13:22:37'),
(3529, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919699643488', 'INCOMING', '2026-02-03 13:24:04', 0, 0, '2026-02-03 13:25:18', '2026-02-03 13:25:18'),
(3530, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-02-03 13:42:22', 0, 1, '2026-02-03 13:46:52', '2026-02-03 13:46:52'),
(3531, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-03 13:49:20', 0, 0, '2026-02-03 13:49:48', '2026-02-03 13:49:48'),
(3532, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917666475291', 'INCOMING', '2026-02-03 13:50:50', 0, 1, '2026-02-03 13:56:58', '2026-02-03 13:56:58'),
(3533, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'MISSED', '2026-02-03 13:58:08', 0, 0, '2026-02-03 13:58:41', '2026-02-03 13:58:41'),
(3534, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917315102708', 'OUTGOING', '2026-02-03 14:18:46', 0, 0, '2026-02-03 14:18:53', '2026-02-03 14:18:53'),
(3535, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917315102708', 'OUTGOING', '2026-02-03 14:18:55', 0, 0, '2026-02-03 14:19:01', '2026-02-03 14:19:01'),
(3536, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917315102708', 'OUTGOING', '2026-02-03 14:19:03', 0, 0, '2026-02-03 14:19:09', '2026-02-03 14:19:09'),
(3537, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917315102708', 'OUTGOING', '2026-02-03 14:20:50', 0, 0, '2026-02-03 14:20:57', '2026-02-03 14:20:57'),
(3538, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917666475291', 'MISSED', '2026-02-03 14:25:59', 0, 0, '2026-02-03 14:26:31', '2026-02-03 14:26:31'),
(3539, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'MISSED', '2026-02-03 14:32:06', 0, 0, '2026-02-03 14:32:39', '2026-02-03 14:32:39'),
(3540, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'MISSED', '2026-02-03 14:35:53', 0, 0, '2026-02-03 14:36:13', '2026-02-03 14:36:13'),
(3541, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698976418', 'OUTGOING', '2026-02-03 14:45:02', 0, 1, '2026-02-03 14:50:50', '2026-02-03 14:50:50'),
(3542, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919595299899', 'OUTGOING', '2026-02-03 14:50:55', 0, 0, '2026-02-03 14:52:10', '2026-02-03 14:52:10'),
(3543, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919226203923', 'OUTGOING', '2026-02-03 14:52:27', 0, 0, '2026-02-03 14:53:14', '2026-02-03 14:53:14'),
(3544, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918087585624', 'INCOMING', '2026-02-03 14:57:10', 0, 1, '2026-02-03 14:57:23', '2026-02-03 14:57:23'),
(3545, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918087585624', 'INCOMING', '2026-02-03 14:57:30', 0, 0, '2026-02-03 15:00:15', '2026-02-03 15:00:15'),
(3546, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-03 15:00:20', 0, 0, '2026-02-03 15:00:54', '2026-02-03 15:00:54'),
(3547, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-03 15:01:02', 0, 0, '2026-02-03 15:02:50', '2026-02-03 15:02:50'),
(3548, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-03 15:03:38', 0, 0, '2026-02-03 15:04:33', '2026-02-03 15:04:33'),
(3549, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-02-03 15:10:39', 0, 0, '2026-02-03 15:10:50', '2026-02-03 15:10:50'),
(3550, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-02-03 15:10:55', 0, 0, '2026-02-03 15:11:47', '2026-02-03 15:11:47'),
(3551, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917666475291', 'OUTGOING', '2026-02-03 15:12:17', 0, 0, '2026-02-03 15:12:35', '2026-02-03 15:12:35'),
(3552, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'OUTGOING', '2026-02-03 15:13:20', 0, 0, '2026-02-03 15:13:39', '2026-02-03 15:13:39'),
(3553, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919658431001', 'INCOMING', '2026-02-03 15:21:06', 0, 0, '2026-02-03 15:22:17', '2026-02-03 15:22:17'),
(3554, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'INCOMING', '2026-02-03 15:29:21', 0, 0, '2026-02-03 15:30:19', '2026-02-03 15:30:19'),
(3555, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-03 15:32:06', 0, 0, '2026-02-03 15:32:44', '2026-02-03 15:32:44'),
(3556, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918888961857', 'INCOMING', '2026-02-03 15:36:05', 0, 1, '2026-02-03 15:36:55', '2026-02-03 15:36:55'),
(3557, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'OUTGOING', '2026-02-03 15:50:35', 0, 0, '2026-02-03 15:51:42', '2026-02-03 15:51:42'),
(3558, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'INCOMING', '2026-02-03 15:52:03', 0, 0, '2026-02-03 15:52:28', '2026-02-03 15:52:28'),
(3559, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-02-03 15:59:10', 0, 1, '2026-02-03 15:59:54', '2026-02-03 15:59:54'),
(3560, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919011882641', 'INCOMING', '2026-02-03 16:01:45', 0, 0, '2026-02-03 16:02:41', '2026-02-03 16:02:41'),
(3561, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-03 16:09:26', 0, 0, '2026-02-03 16:12:15', '2026-02-03 16:12:15'),
(3562, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918275148420', 'MISSED', '2026-02-03 16:21:32', 0, 1, '2026-02-03 16:21:49', '2026-02-03 16:21:49'),
(3563, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409336677', 'MISSED', '2026-02-03 16:34:49', 0, 1, '2026-02-03 16:34:55', '2026-02-03 16:34:55'),
(3564, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911409336677', 'MISSED', '2026-02-03 16:34:49', 0, 1, '2026-02-03 16:34:55', '2026-02-03 16:34:55'),
(3565, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-03 16:36:32', 0, 0, '2026-02-03 16:36:57', '2026-02-03 16:36:57'),
(3566, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919823037299', 'OUTGOING', '2026-02-03 16:37:33', 0, 1, '2026-02-03 16:38:11', '2026-02-03 16:38:11'),
(3567, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919823037299', 'OUTGOING', '2026-02-03 16:40:10', 0, 0, '2026-02-03 16:41:02', '2026-02-03 16:41:02'),
(3568, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+916304758896', 'INCOMING', '2026-02-03 16:47:19', 0, 1, '2026-02-03 16:47:42', '2026-02-03 16:47:42'),
(3569, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-02-03 16:46:10', 0, 0, '2026-02-03 16:48:51', '2026-02-03 16:48:51'),
(3570, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'INCOMING', '2026-02-03 16:51:41', 0, 0, '2026-02-03 16:52:44', '2026-02-03 16:52:44'),
(3571, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918035252128', 'INCOMING', '2026-02-03 17:02:12', 0, 1, '2026-02-03 17:03:18', '2026-02-03 17:03:18'),
(3572, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-02-03 17:06:44', 0, 0, '2026-02-03 17:07:22', '2026-02-03 17:07:22'),
(3573, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'MISSED', '2026-02-03 17:06:44', 0, 0, '2026-02-03 17:07:22', '2026-02-03 17:07:22'),
(3574, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-03 17:11:14', 0, 0, '2026-02-03 17:11:28', '2026-02-03 17:11:28'),
(3575, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-03 17:12:09', 0, 0, '2026-02-03 17:12:16', '2026-02-03 17:12:16'),
(3576, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917022700313', 'MISSED', '2026-02-03 17:13:39', 0, 0, '2026-02-03 17:14:15', '2026-02-03 17:14:15'),
(3577, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'INCOMING', '2026-02-03 17:23:26', 0, 1, '2026-02-03 17:24:48', '2026-02-03 17:24:48'),
(3578, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'INCOMING', '2026-02-03 17:23:26', 0, 1, '2026-02-03 17:24:48', '2026-02-03 17:24:48'),
(3579, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'INCOMING', '2026-02-03 17:40:09', 0, 0, '2026-02-03 17:41:09', '2026-02-03 17:41:09'),
(3580, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917620238593', 'MISSED', '2026-02-03 17:44:23', 0, 1, '2026-02-03 17:44:56', '2026-02-03 17:44:56'),
(3581, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '7971953825', 'OUTGOING', '2026-02-03 18:01:31', 0, 1, '2026-02-03 18:01:36', '2026-02-03 18:01:36'),
(3582, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+911408943663', 'MISSED', '2026-02-03 18:04:50', 0, 1, '2026-02-03 18:05:00', '2026-02-03 18:05:00'),
(3583, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917971953825', 'MISSED', '2026-02-03 18:24:33', 0, 1, '2026-02-03 18:24:41', '2026-02-03 18:24:41'),
(3584, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'OUTGOING', '2026-02-03 18:29:14', 0, 0, '2026-02-03 18:29:49', '2026-02-03 18:29:49'),
(3585, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917971953825', 'INCOMING', '2026-02-03 18:31:59', 0, 0, '2026-02-03 18:32:28', '2026-02-03 18:32:28'),
(3586, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919860164051', 'MISSED', '2026-02-03 18:38:00', 0, 0, '2026-02-03 18:39:12', '2026-02-03 18:39:12'),
(3587, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+917888181485', 'OUTGOING', '2026-02-03 18:39:12', 0, 1, '2026-02-03 18:44:06', '2026-02-03 18:44:06'),
(3588, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-03 18:51:17', 0, 0, '2026-02-03 18:53:43', '2026-02-03 18:53:43'),
(3589, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+919921209814', 'INCOMING', '2026-02-03 19:08:23', 0, 1, '2026-02-03 19:08:51', '2026-02-03 19:08:51'),
(3590, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917020459550', 'OUTGOING', '2026-02-03 19:20:14', 0, 1, '2026-02-03 19:20:45', '2026-02-03 19:20:45'),
(3591, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+918767900167', 'INCOMING', '2026-02-03 19:29:17', 0, 1, '2026-02-03 19:29:55', '2026-02-03 19:29:55'),
(3592, 6, '8b1d66eef6c9688a', 'vivo V2351', NULL, '+917971964974', 'INCOMING', '2026-02-03 19:32:36', 0, 1, '2026-02-03 19:33:04', '2026-02-03 19:33:04'),
(3593, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+918698153174', 'OUTGOING', '2026-02-03 19:43:03', 0, 1, '2026-02-03 19:43:41', '2026-02-03 19:43:41'),
(3594, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-03 19:45:44', 0, 0, '2026-02-03 19:46:05', '2026-02-03 19:46:05'),
(3595, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'OUTGOING', '2026-02-03 19:46:04', 0, 0, '2026-02-03 19:46:13', '2026-02-03 19:46:13'),
(3596, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-03 19:46:22', 0, 0, '2026-02-03 19:47:02', '2026-02-03 19:47:02'),
(3597, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579148089', 'OUTGOING', '2026-02-03 19:48:00', 0, 1, '2026-02-03 19:48:25', '2026-02-03 19:48:25'),
(3598, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919579148089', 'INCOMING', '2026-02-03 19:48:28', 0, 0, '2026-02-03 19:59:12', '2026-02-03 19:59:12'),
(3599, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919168004014', 'OUTGOING', '2026-02-03 20:02:33', 0, 1, '2026-02-03 20:07:41', '2026-02-03 20:07:41'),
(3600, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-02-03 20:12:05', 0, 1, '2026-02-03 20:13:23', '2026-02-03 20:13:23'),
(3601, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'MISSED', '2026-02-03 20:17:27', 0, 0, '2026-02-03 20:17:42', '2026-02-03 20:17:42'),
(3602, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'INCOMING', '2026-02-03 20:17:55', 0, 0, '2026-02-03 20:20:04', '2026-02-03 20:20:04'),
(3603, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'MISSED', '2026-02-03 20:21:26', 0, 0, '2026-02-03 20:25:36', '2026-02-03 20:25:36'),
(3604, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-02-03 20:26:45', 0, 0, '2026-02-03 20:27:24', '2026-02-03 20:27:24'),
(3605, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919822551050', 'OUTGOING', '2026-02-03 20:46:04', 0, 0, '2026-02-03 20:46:58', '2026-02-03 20:46:58'),
(3606, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-03 20:47:25', 0, 0, '2026-02-03 20:50:36', '2026-02-03 20:50:36'),
(3607, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '9595299899', 'OUTGOING', '2026-02-03 20:51:07', 0, 0, '2026-02-03 20:51:49', '2026-02-03 20:51:49'),
(3608, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919527776266', 'INCOMING', '2026-02-03 21:11:17', 0, 1, '2026-02-03 21:13:02', '2026-02-03 21:13:02'),
(3609, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, '+919881979599', 'INCOMING', '2026-02-03 21:35:19', 0, 0, '2026-02-03 21:37:07', '2026-02-03 21:37:07'),
(3610, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '55556689', 'OUTGOING', '2026-02-17 18:19:38', 0, 1, '2026-02-17 18:19:49', '2026-02-17 18:19:49'),
(3611, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '9665675211', 'OUTGOING', '2026-02-17 18:29:47', 0, 1, '2026-02-17 18:30:13', '2026-02-17 18:30:13'),
(3612, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919403050712', 'OUTGOING', '2026-02-17 18:40:43', 0, 1, '2026-02-17 18:40:56', '2026-02-17 18:40:56'),
(3613, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919403050712', 'OUTGOING', '2026-02-17 18:51:38', 0, 0, '2026-02-17 18:51:53', '2026-02-17 18:51:53'),
(3614, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919403050712', 'OUTGOING', '2026-02-17 18:51:38', 0, 0, '2026-02-17 18:51:53', '2026-02-17 18:51:53'),
(3615, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919403050712', 'OUTGOING', '2026-02-17 18:53:23', 0, 0, '2026-02-17 18:53:31', '2026-02-17 18:53:31'),
(3616, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-17 18:53:42', 0, 1, '2026-02-17 18:53:54', '2026-02-17 18:53:54'),
(3617, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-17 19:02:35', 0, 0, '2026-02-17 19:02:48', '2026-02-17 19:02:48'),
(3618, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-17 19:06:56', 0, 1, '2026-02-17 19:07:03', '2026-02-17 19:07:03'),
(3619, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-17 19:09:11', 0, 1, '2026-02-17 19:09:25', '2026-02-17 19:09:25'),
(3620, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-17 19:19:21', 0, 1, '2026-02-17 19:19:42', '2026-02-17 19:19:42'),
(3621, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-17 19:25:42', 0, 1, '2026-02-17 19:25:51', '2026-02-17 19:25:51'),
(3622, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-18 19:09:36', 0, 1, '2026-02-18 19:09:42', '2026-02-18 19:09:42'),
(3623, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'MISSED', '2026-02-18 19:12:51', 0, 1, '2026-02-18 19:13:02', '2026-02-18 19:13:02'),
(3624, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-18 19:24:30', 0, 1, '2026-02-18 19:24:41', '2026-02-18 19:24:41'),
(3625, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-18 19:25:59', 0, 1, '2026-02-18 19:26:10', '2026-02-18 19:26:10'),
(3626, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-18 19:26:27', 0, 1, '2026-02-18 19:26:31', '2026-02-18 19:26:31'),
(3627, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-18 19:26:39', 0, 1, '2026-02-18 19:26:50', '2026-02-18 19:26:50'),
(3628, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-18 19:33:34', 0, 1, '2026-02-18 19:33:45', '2026-02-18 19:33:45'),
(3629, 6, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-18 19:40:57', 0, 1, '2026-02-18 19:41:09', '2026-02-18 19:41:09'),
(3630, 6, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-18 19:42:24', 0, 1, '2026-02-18 19:42:34', '2026-02-18 19:42:34'),
(3631, 6, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-18 19:53:34', 0, 1, '2026-02-18 19:53:47', '2026-02-18 19:53:47'),
(3632, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-18 19:55:10', 0, 1, '2026-02-18 19:55:20', '2026-02-18 19:55:20'),
(3633, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'OUTGOING', '2026-02-18 19:55:59', 0, 1, '2026-02-18 19:56:07', '2026-02-18 19:56:07'),
(3634, 6, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'MISSED', '2026-02-18 19:56:00', 0, 1, '2026-02-18 19:56:09', '2026-02-18 19:56:09'),
(3635, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'MISSED', '2026-02-18 20:01:26', 0, 1, '2026-02-18 20:01:33', '2026-02-18 20:01:33'),
(3636, 6, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-18 20:01:24', 0, 1, '2026-02-18 20:01:35', '2026-02-18 20:01:35'),
(3637, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'MISSED', '2026-02-18 20:11:35', 0, 1, '2026-02-18 20:11:41', '2026-02-18 20:11:41'),
(3638, 6, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-18 20:11:32', 0, 1, '2026-02-18 20:12:13', '2026-02-18 20:12:13'),
(3639, 6, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-18 20:12:52', 0, 1, '2026-02-18 20:13:00', '2026-02-18 20:13:00'),
(3640, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'MISSED', '2026-02-18 20:12:56', 0, 1, '2026-02-18 20:13:01', '2026-02-18 20:13:01'),
(3641, 6, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-18 20:14:36', 0, 1, '2026-02-18 20:14:44', '2026-02-18 20:14:44'),
(3642, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'MISSED', '2026-02-18 20:14:39', 0, 1, '2026-02-18 20:14:44', '2026-02-18 20:14:44'),
(3643, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'MISSED', '2026-02-18 20:22:19', 0, 1, '2026-02-18 20:22:26', '2026-02-18 20:22:26'),
(3644, 6, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-18 20:22:16', 0, 1, '2026-02-18 20:22:27', '2026-02-18 20:22:27'),
(3645, 6, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'MISSED', '2026-02-18 20:29:21', 0, 1, '2026-02-18 20:29:27', '2026-02-18 20:29:27'),
(3646, 6, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-18 20:29:17', 0, 1, '2026-02-18 20:29:28', '2026-02-18 20:29:28'),
(3647, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-19 11:02:59', 0, 0, '2026-02-19 11:03:13', '2026-02-19 11:03:13'),
(3648, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-19 11:07:06', 0, 0, '2026-02-19 11:07:18', '2026-02-19 11:07:18'),
(3649, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-19 11:20:17', 0, 0, '2026-02-19 11:20:46', '2026-02-19 11:20:46'),
(3650, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-19 11:23:49', 0, 0, '2026-02-19 11:24:14', '2026-02-19 11:24:14'),
(3651, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-19 11:25:02', 0, 1, '2026-02-19 11:25:16', '2026-02-19 11:25:16'),
(3652, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+917709140034', 'INCOMING', '2026-02-19 11:26:18', 0, 1, '2026-02-19 11:27:21', '2026-02-19 11:27:21'),
(3653, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-19 11:57:42', 0, 1, '2026-02-19 11:57:53', '2026-02-19 11:57:53'),
(3654, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'OUTGOING', '2026-02-19 11:59:59', 0, 1, '2026-02-19 12:00:10', '2026-02-19 12:00:10'),
(3655, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'MISSED', '2026-02-19 12:00:01', 0, 1, '2026-02-19 12:00:11', '2026-02-19 12:00:11'),
(3656, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'MISSED', '2026-02-19 12:00:47', 0, 1, '2026-02-19 12:00:55', '2026-02-19 12:00:55'),
(3657, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'OUTGOING', '2026-02-19 12:00:45', 0, 1, '2026-02-19 12:00:56', '2026-02-19 12:00:56'),
(3658, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+918446562501', 'OUTGOING', '2026-02-19 12:02:21', 0, 1, '2026-02-19 12:02:54', '2026-02-19 12:02:54'),
(3659, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+911409800622', 'INCOMING', '2026-02-19 12:32:32', 0, 1, '2026-02-19 12:32:58', '2026-02-19 12:32:58'),
(3660, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+917420983318', 'INCOMING', '2026-02-19 12:30:36', 0, 1, '2026-02-19 12:44:25', '2026-02-19 12:44:25'),
(3661, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+917218323195', 'INCOMING', '2026-02-19 12:34:36', 0, 1, '2026-02-19 12:44:25', '2026-02-19 12:44:25'),
(3662, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+917030842951', 'INCOMING', '2026-02-19 12:45:37', 0, 1, '2026-02-19 12:46:38', '2026-02-19 12:46:38'),
(3663, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'MISSED', '2026-02-19 12:47:17', 0, 1, '2026-02-19 12:47:23', '2026-02-19 12:47:23'),
(3664, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-19 12:47:14', 0, 1, '2026-02-19 12:47:25', '2026-02-19 12:47:25'),
(3665, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'MISSED', '2026-02-19 12:52:30', 0, 1, '2026-02-19 12:52:35', '2026-02-19 12:52:35'),
(3666, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-19 12:52:26', 0, 1, '2026-02-19 12:52:38', '2026-02-19 12:52:38'),
(3667, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-19 12:54:55', 0, 1, '2026-02-19 12:55:07', '2026-02-19 12:55:07'),
(3668, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-19 12:55:18', 0, 1, '2026-02-19 12:55:29', '2026-02-19 12:55:29'),
(3669, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919765939988', 'INCOMING', '2026-02-19 12:53:27', 0, 0, '2026-02-19 13:02:22', '2026-02-19 13:02:22'),
(3670, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919765939988', 'INCOMING', '2026-02-19 12:53:27', 0, 0, '2026-02-19 13:02:22', '2026-02-19 13:02:22'),
(3671, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'MISSED', '2026-02-19 13:03:16', 0, 1, '2026-02-19 13:03:24', '2026-02-19 13:03:24'),
(3672, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-19 13:03:12', 0, 1, '2026-02-19 13:03:26', '2026-02-19 13:03:26'),
(3673, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+917030842951', 'OUTGOING', '2026-02-19 13:04:04', 0, 1, '2026-02-19 13:04:53', '2026-02-19 13:04:53'),
(3674, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+917030842951', 'OUTGOING', '2026-02-19 13:04:52', 0, 1, '2026-02-19 13:09:09', '2026-02-19 13:09:09'),
(3675, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-19 13:17:09', 0, 1, '2026-02-19 13:17:26', '2026-02-19 13:17:26'),
(3676, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'MISSED', '2026-02-19 13:17:14', 0, 1, '2026-02-19 13:17:51', '2026-02-19 13:17:51'),
(3677, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'MISSED', '2026-02-19 13:17:57', 0, 1, '2026-02-19 13:18:04', '2026-02-19 13:18:04'),
(3678, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-19 13:17:54', 0, 1, '2026-02-19 13:18:05', '2026-02-19 13:18:05'),
(3679, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+917709140034', 'INCOMING', '2026-02-19 13:19:33', 0, 1, '2026-02-19 13:20:10', '2026-02-19 13:20:10'),
(3680, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919921209814', 'MISSED', '2026-02-19 13:27:56', 0, 1, '2026-02-19 13:28:03', '2026-02-19 13:28:03'),
(3681, 17, '0ec97da3b15e59a2', 'vivo V2312', NULL, '+919588652870', 'OUTGOING', '2026-02-19 13:27:54', 0, 1, '2026-02-19 13:28:08', '2026-02-19 13:28:08'),
(3682, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-19 13:31:16', 0, 1, '2026-02-19 13:31:27', '2026-02-19 13:31:27'),
(3683, 17, 'e9cefc596edd3246', 'Xiaomi Redmi Note 8 Pro', NULL, '+919588652870', 'OUTGOING', '2026-02-19 17:26:02', 0, 1, '2026-02-19 17:26:48', '2026-02-19 17:26:48'),
(3684, 17, 'e9cefc596edd3246', 'Xiaomi Redmi Note 8 Pro', NULL, '+919588652870', 'OUTGOING', '2026-02-19 17:27:21', 0, 1, '2026-02-19 17:27:32', '2026-02-19 17:27:32'),
(3685, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919552887481', 'MISSED', '2026-02-19 13:42:10', 0, 0, '2026-02-19 17:33:21', '2026-02-19 17:33:21'),
(3686, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'INCOMING', '2026-02-19 13:57:01', 0, 0, '2026-02-19 17:33:21', '2026-02-19 17:33:21'),
(3687, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919552887481', 'OUTGOING', '2026-02-19 14:04:48', 0, 0, '2026-02-19 17:33:21', '2026-02-19 17:33:21'),
(3688, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919921209814', 'OUTGOING', '2026-02-19 14:05:21', 0, 0, '2026-02-19 17:33:21', '2026-02-19 17:33:21'),
(3689, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919403050712', 'OUTGOING', '2026-02-19 14:05:48', 0, 0, '2026-02-19 17:33:21', '2026-02-19 17:33:21'),
(3690, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919552887481', 'OUTGOING', '2026-02-19 14:09:41', 0, 0, '2026-02-19 17:33:21', '2026-02-19 17:33:21'),
(3691, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'OUTGOING', '2026-02-19 15:55:28', 0, 0, '2026-02-19 17:33:21', '2026-02-19 17:33:21'),
(3692, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919511292427', 'MISSED', '2026-02-19 17:27:24', 0, 0, '2026-02-19 17:33:21', '2026-02-19 17:33:21'),
(3693, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919604776010', 'MISSED', '2026-02-19 17:40:19', 0, 1, '2026-02-19 17:40:27', '2026-02-19 17:40:27'),
(3694, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+919588652870', 'OUTGOING', '2026-02-19 17:40:16', 0, 1, '2026-02-19 17:40:27', '2026-02-19 17:40:27'),
(3695, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+918446562501', 'OUTGOING', '2026-02-19 17:42:06', 0, 1, '2026-02-19 17:42:34', '2026-02-19 17:42:34'),
(3696, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+917709140034', 'INCOMING', '2026-02-19 17:45:16', 0, 1, '2026-02-19 17:46:15', '2026-02-19 17:46:15'),
(3697, 17, '8149f268c4f54595', 'Xiaomi 21091116I', NULL, '+918446562501', 'INCOMING', '2026-02-19 17:52:54', 0, 1, '2026-02-19 17:53:21', '2026-02-19 17:53:21'),
(3698, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '8669260708', 'OUTGOING', '2026-02-21 15:54:15', 0, 1, '2026-02-21 15:54:26', '2026-02-21 15:54:26'),
(3699, 17, 'bd20f89e69b28816', 'samsung SM-S921E', NULL, '+919511292427', 'INCOMING', '2026-02-21 15:59:11', 0, 1, '2026-02-21 15:59:59', '2026-02-21 15:59:59');

-- --------------------------------------------------------

--
-- Table structure for table `clients`
--

CREATE TABLE `clients` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `slug` varchar(100) NOT NULL,
  `email` varchar(255) NOT NULL,
  `phone` varchar(20) DEFAULT NULL,
  `address` text DEFAULT NULL,
  `logo_url` varchar(500) DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `max_users` int(11) NOT NULL DEFAULT 10,
  `max_client_admins` int(11) NOT NULL DEFAULT 2,
  `subscription_type` enum('trial','basic','premium','enterprise') NOT NULL DEFAULT 'trial',
  `trial_ends_at` timestamp NULL DEFAULT NULL,
  `subscription_starts_at` timestamp NULL DEFAULT NULL,
  `subscription_ends_at` timestamp NULL DEFAULT NULL,
  `is_subscription_active` tinyint(1) NOT NULL DEFAULT 1,
  `renewal_notified_at` timestamp NULL DEFAULT NULL,
  `subscription_notes` text DEFAULT NULL,
  `created_by` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `clients`
--

INSERT INTO `clients` (`id`, `name`, `slug`, `email`, `phone`, `address`, `logo_url`, `is_active`, `max_users`, `max_client_admins`, `subscription_type`, `trial_ends_at`, `subscription_starts_at`, `subscription_ends_at`, `is_subscription_active`, `renewal_notified_at`, `subscription_notes`, `created_by`, `created_at`, `updated_at`) VALUES
(1, 'Avirat Media', 'avirat-media', 'aviratmedia@gmail.com', '9588652870', 'Pune', NULL, 1, 10, 1, 'premium', NULL, NULL, '2026-03-21 08:36:19', 1, NULL, NULL, NULL, '2026-02-18 08:36:19', '2026-02-18 18:17:10');

-- --------------------------------------------------------

--
-- Table structure for table `client_admins`
--

CREATE TABLE `client_admins` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `client_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `phone` varchar(20) DEFAULT NULL,
  `password` varchar(255) NOT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `role` enum('owner','manager') NOT NULL DEFAULT 'manager',
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `last_login_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `client_admins`
--

INSERT INTO `client_admins` (`id`, `client_id`, `name`, `email`, `phone`, `password`, `remember_token`, `role`, `is_active`, `last_login_at`, `created_at`, `updated_at`) VALUES
(1, 1, 'Mahesh Datir', 'admin@aviratmedia.com', NULL, '$2y$12$w0vlqRaTjDfF4j.mNRbW8e./nODw4jRkzg49vuBGUet.pRdIRtyIe', NULL, 'owner', 1, '2026-02-21 15:57:34', '2026-02-18 08:36:20', '2026-02-21 15:57:34');

-- --------------------------------------------------------

--
-- Table structure for table `message_templates`
--

CREATE TABLE `message_templates` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `client_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_from_template_id` bigint(20) UNSIGNED DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `type` enum('auto_reply','promotion') NOT NULL DEFAULT 'auto_reply',
  `call_type` enum('incoming','outgoing','missed','all') NOT NULL DEFAULT 'all',
  `content` text DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 0,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  `is_global` tinyint(1) NOT NULL DEFAULT 0,
  `channel` varchar(20) NOT NULL DEFAULT 'sms',
  `media_type` varchar(20) DEFAULT NULL,
  `media_url` varchar(500) DEFAULT NULL,
  `automation_mode` varchar(20) DEFAULT NULL,
  `created_by_admin` bigint(20) UNSIGNED DEFAULT NULL,
  `created_by_client_admin` bigint(20) UNSIGNED DEFAULT NULL,
  `last_modified_by` varchar(255) DEFAULT NULL,
  `priority` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `message_templates`
--

INSERT INTO `message_templates` (`id`, `user_id`, `client_id`, `created_from_template_id`, `name`, `type`, `call_type`, `content`, `is_active`, `is_default`, `is_global`, `channel`, `media_type`, `media_url`, `automation_mode`, `created_by_admin`, `created_by_client_admin`, `last_modified_by`, `priority`, `created_at`, `updated_at`) VALUES
(9, 3, NULL, NULL, 'Service Promo', 'auto_reply', 'all', 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 1, 0, 0, 'sms', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2025-12-17 12:34:16', '2026-01-27 14:39:57'),
(10, 6, NULL, NULL, 'All Calls - Promotion', 'auto_reply', 'all', 'Thanks!,\r\n\r\n- sent from AutoPromix', 1, 0, 0, 'sms', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2025-12-25 16:57:04', '2025-12-29 20:22:08'),
(11, 14, NULL, NULL, 'Nilesh Sir', 'auto_reply', 'all', 'For Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 1, 0, 0, 'sms', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2026-01-27 14:42:41', '2026-01-27 14:42:41'),
(12, NULL, 1, 10, 'All Calls - Promotion', 'auto_reply', 'all', 'Thanks!\r\n\r\n- sent from AutoPromix', 1, 0, 0, 'sms', NULL, NULL, NULL, 2, NULL, 'client_admin:1', 0, '2026-02-18 12:49:29', '2026-02-19 10:55:57');

-- --------------------------------------------------------

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `id` int(10) UNSIGNED NOT NULL,
  `migration` varchar(255) NOT NULL,
  `batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2019_12_14_000001_create_personal_access_tokens_table', 1),
(2, '2024_01_01_000001_create_users_table', 1),
(3, '2024_01_01_000002_create_call_logs_table', 1),
(4, '2024_01_01_000003_create_sms_logs_table', 1),
(5, '2024_01_01_000004_create_message_templates_table', 1),
(6, '2024_01_01_000005_create_user_settings_table', 1),
(7, '2024_01_01_000006_create_admins_table', 1),
(8, '2024_01_01_000007_add_password_to_users_table', 2),
(9, '2024_01_15_000001_update_users_for_session_management', 2),
(10, '2024_01_15_000002_update_user_settings_for_promotions', 2),
(11, '2024_01_15_000003_update_message_templates_for_call_types', 3),
(12, '2024_01_15_000004_create_promotion_logs_table', 3),
(13, '2024_01_15_000005_create_session_logs_table', 3),
(14, '2024_12_21_000001_create_user_sessions_table', 4),
(15, '2024_12_21_000002_add_device_id_to_logs_tables', 5),
(16, '2024_02_03_000001_add_report_permissions', 6),
(17, '2024_01_20_000001_add_whatsapp_settings', 7),
(18, '2024_03_01_000001_add_preferred_channel_to_user_settings', 8),
(19, '2024_03_02_000001_add_channel_to_sms_logs_table', 9),
(20, '2024_12_29_000001_add_rbac_to_admins_table', 10),
(21, '2024_12_30_000001_create_clients_table', 11),
(22, '2024_12_30_000002_create_client_admins_table', 11),
(23, '2024_12_30_000003_add_client_id_to_users_table', 11),
(24, '2024_12_30_000004_add_client_id_to_message_templates_table', 11);

-- --------------------------------------------------------

--
-- Table structure for table `permissions`
--

CREATE TABLE `permissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `permission_key` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `group` varchar(255) NOT NULL DEFAULT 'general',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `permissions`
--

INSERT INTO `permissions` (`id`, `permission_key`, `name`, `description`, `group`, `created_at`, `updated_at`) VALUES
(1, 'users.view', 'View Users', 'Can view user list and details', 'users', '2025-12-28 14:45:21', '2025-12-28 14:45:21'),
(2, 'users.create', 'Create Users', 'Can create new users', 'users', '2025-12-28 14:45:21', '2025-12-28 14:45:21'),
(3, 'users.edit', 'Edit Users', 'Can edit user details', 'users', '2025-12-28 14:45:21', '2025-12-28 14:45:21'),
(4, 'users.delete', 'Delete Users', 'Can permanently delete users', 'users', '2025-12-28 14:45:21', '2025-12-28 14:45:21'),
(5, 'users.toggle_status', 'Toggle User Status', 'Can enable/disable users', 'users', '2025-12-28 14:45:21', '2025-12-28 14:45:21'),
(6, 'users.toggle_sms', 'Toggle SMS Service', 'Can enable/disable SMS service per user', 'users', '2025-12-28 14:45:21', '2025-12-28 14:45:21'),
(7, 'users.toggle_promotions', 'Toggle Promotions', 'Can enable/disable promotions per user', 'users', '2025-12-28 14:45:21', '2025-12-28 14:45:21'),
(8, 'users.force_logout', 'Force Logout', 'Can force logout users from all devices', 'users', '2025-12-28 14:45:21', '2025-12-28 14:45:21'),
(9, 'users.reset_password', 'Reset Password', 'Can reset user passwords', 'users', '2025-12-28 14:45:21', '2025-12-28 14:45:21'),
(10, 'templates.view', 'View Templates', 'Can view message templates', 'templates', '2025-12-28 14:45:21', '2025-12-28 14:45:21'),
(11, 'templates.create', 'Create Templates', 'Can create new templates', 'templates', '2025-12-28 14:45:21', '2025-12-28 14:45:21'),
(12, 'templates.edit', 'Edit Templates', 'Can edit templates', 'templates', '2025-12-28 14:45:22', '2025-12-28 14:45:22'),
(13, 'templates.delete', 'Delete Templates', 'Can delete templates', 'templates', '2025-12-28 14:45:22', '2025-12-28 14:45:22'),
(14, 'templates.assign', 'Assign Templates', 'Can assign templates to users', 'templates', '2025-12-28 14:45:22', '2025-12-28 14:45:22'),
(15, 'logs.call.view', 'View Call Logs', 'Can view call logs', 'logs', '2025-12-28 14:45:22', '2025-12-28 14:45:22'),
(16, 'logs.call.view_full', 'View Full Call Logs', 'Can view full phone numbers in call logs', 'logs', '2025-12-28 14:45:22', '2025-12-28 14:45:22'),
(17, 'logs.sms.view', 'View SMS Logs', 'Can view SMS logs', 'logs', '2025-12-28 14:45:22', '2025-12-28 14:45:22'),
(18, 'logs.sms.view_full', 'View Full SMS Logs', 'Can view full phone numbers and content in SMS logs', 'logs', '2025-12-28 14:45:22', '2025-12-28 14:45:22'),
(19, 'logs.promotion.view', 'View Promotion Logs', 'Can view promotion logs', 'logs', '2025-12-28 14:45:22', '2025-12-28 14:45:22'),
(20, 'logs.promotion.view_full', 'View Full Promotion Logs', 'Can view full details in promotion logs', 'logs', '2025-12-28 14:45:22', '2025-12-28 14:45:22'),
(21, 'logs.session.view', 'View Session Logs', 'Can view session logs', 'logs', '2025-12-28 14:45:22', '2025-12-28 14:45:22'),
(22, 'logs.export', 'Export Logs', 'Can export logs as CSV/Excel', 'logs', '2025-12-28 14:45:22', '2025-12-28 14:45:22'),
(23, 'analytics.view', 'View Analytics', 'Can view analytics and reports', 'analytics', '2025-12-28 14:45:22', '2025-12-28 14:45:22'),
(24, 'analytics.view_detailed', 'View Detailed Analytics', 'Can view per-user and per-device analytics', 'analytics', '2025-12-28 14:45:22', '2025-12-28 14:45:22'),
(25, 'analytics.export', 'Export Analytics', 'Can export analytics reports', 'analytics', '2025-12-28 14:45:22', '2025-12-28 14:45:22'),
(26, 'settings.view', 'View Settings', 'Can view system settings', 'settings', '2025-12-28 14:45:23', '2025-12-28 14:45:23'),
(27, 'settings.edit', 'Edit Settings', 'Can edit system settings', 'settings', '2025-12-28 14:45:23', '2025-12-28 14:45:23'),
(28, 'admins.view', 'View Admins', 'Can view admin list', 'admins', '2025-12-28 14:45:23', '2025-12-28 14:45:23'),
(29, 'admins.create', 'Create Admins', 'Can create new admins', 'admins', '2025-12-28 14:45:23', '2025-12-28 14:45:23'),
(30, 'admins.edit', 'Edit Admins', 'Can edit admin details and permissions', 'admins', '2025-12-28 14:45:23', '2025-12-28 14:45:23'),
(31, 'admins.delete', 'Delete Admins', 'Can delete admins', 'admins', '2025-12-28 14:45:23', '2025-12-28 14:45:23'),
(32, 'reports.view', 'View Reports', 'Can access reports dashboard', 'reports', '2026-02-03 19:15:38', '2026-02-03 19:15:38'),
(33, 'reports.user_activity', 'User Activity Report', 'Can view user activity reports', 'reports', '2026-02-03 19:15:38', '2026-02-03 19:15:38'),
(34, 'reports.sms_summary', 'SMS Summary Report', 'Can view SMS summary reports', 'reports', '2026-02-03 19:15:38', '2026-02-03 19:15:38'),
(35, 'reports.call_summary', 'Call Summary Report', 'Can view call summary reports', 'reports', '2026-02-03 19:15:38', '2026-02-03 19:15:38'),
(36, 'reports.promotion_summary', 'Promotion Summary Report', 'Can view promotion summary reports', 'reports', '2026-02-03 19:15:38', '2026-02-03 19:15:38'),
(37, 'reports.device_usage', 'Device Usage Report', 'Can view device usage reports', 'reports', '2026-02-03 19:15:38', '2026-02-03 19:15:38'),
(38, 'reports.daily_summary', 'Daily Summary Report', 'Can view daily summary reports', 'reports', '2026-02-03 19:15:38', '2026-02-03 19:15:38'),
(39, 'reports.export', 'Export Reports', 'Can export reports to Excel/CSV', 'reports', '2026-02-03 19:15:38', '2026-02-03 19:15:38');

-- --------------------------------------------------------

--
-- Table structure for table `personal_access_tokens`
--

CREATE TABLE `personal_access_tokens` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tokenable_type` varchar(255) NOT NULL,
  `tokenable_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `token` varchar(64) NOT NULL,
  `abilities` text DEFAULT NULL,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `expires_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `promotion_logs`
--

CREATE TABLE `promotion_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `call_log_id` bigint(20) UNSIGNED DEFAULT NULL,
  `template_id` bigint(20) UNSIGNED DEFAULT NULL,
  `phone_number` varchar(20) NOT NULL,
  `message` text NOT NULL,
  `status` enum('pending','sent','failed') NOT NULL DEFAULT 'pending',
  `trigger_type` enum('incoming','outgoing','missed') NOT NULL,
  `sent_at` timestamp NULL DEFAULT NULL,
  `error_message` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `role_permissions`
--

CREATE TABLE `role_permissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `role` enum('superadmin','admin') NOT NULL,
  `permission_key` varchar(255) NOT NULL,
  `is_allowed` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `role_permissions`
--

INSERT INTO `role_permissions` (`id`, `role`, `permission_key`, `is_allowed`, `created_at`, `updated_at`) VALUES
(1, 'superadmin', 'users.view', 1, '2025-12-28 14:45:24', '2025-12-28 14:45:24'),
(2, 'superadmin', 'users.create', 1, '2025-12-28 14:45:24', '2025-12-28 14:45:24'),
(3, 'superadmin', 'users.edit', 1, '2025-12-28 14:45:24', '2025-12-28 14:45:24'),
(4, 'superadmin', 'users.delete', 1, '2025-12-28 14:45:24', '2025-12-28 14:45:24'),
(5, 'superadmin', 'users.toggle_status', 1, '2025-12-28 14:45:24', '2025-12-28 14:45:24'),
(6, 'superadmin', 'users.toggle_sms', 1, '2025-12-28 14:45:24', '2025-12-28 14:45:24'),
(7, 'superadmin', 'users.toggle_promotions', 1, '2025-12-28 14:45:24', '2025-12-28 14:45:24'),
(8, 'superadmin', 'users.force_logout', 1, '2025-12-28 14:45:24', '2025-12-28 14:45:24'),
(9, 'superadmin', 'users.reset_password', 1, '2025-12-28 14:45:24', '2025-12-28 14:45:24'),
(10, 'superadmin', 'templates.view', 1, '2025-12-28 14:45:24', '2025-12-28 14:45:24'),
(11, 'superadmin', 'templates.create', 1, '2025-12-28 14:45:24', '2025-12-28 14:45:24'),
(12, 'superadmin', 'templates.edit', 1, '2025-12-28 14:45:24', '2025-12-28 14:45:24'),
(13, 'superadmin', 'templates.delete', 1, '2025-12-28 14:45:24', '2025-12-28 14:45:24'),
(14, 'superadmin', 'templates.assign', 1, '2025-12-28 14:45:24', '2025-12-28 14:45:24'),
(15, 'superadmin', 'logs.call.view', 1, '2025-12-28 14:45:24', '2025-12-28 14:45:24'),
(16, 'superadmin', 'logs.call.view_full', 1, '2025-12-28 14:45:24', '2025-12-28 14:45:24'),
(17, 'superadmin', 'logs.sms.view', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(18, 'superadmin', 'logs.sms.view_full', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(19, 'superadmin', 'logs.promotion.view', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(20, 'superadmin', 'logs.promotion.view_full', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(21, 'superadmin', 'logs.session.view', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(22, 'superadmin', 'logs.export', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(23, 'superadmin', 'analytics.view', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(24, 'superadmin', 'analytics.view_detailed', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(25, 'superadmin', 'analytics.export', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(26, 'superadmin', 'settings.view', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(27, 'superadmin', 'settings.edit', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(28, 'superadmin', 'admins.view', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(29, 'superadmin', 'admins.create', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(30, 'superadmin', 'admins.edit', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(31, 'superadmin', 'admins.delete', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(32, 'admin', 'users.view', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(33, 'admin', 'users.create', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(34, 'admin', 'users.edit', 1, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(35, 'admin', 'users.delete', 0, '2025-12-28 14:45:25', '2025-12-28 14:45:25'),
(36, 'admin', 'users.toggle_status', 1, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(37, 'admin', 'users.toggle_sms', 0, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(38, 'admin', 'users.toggle_promotions', 0, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(39, 'admin', 'users.force_logout', 0, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(40, 'admin', 'users.reset_password', 0, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(41, 'admin', 'templates.view', 1, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(42, 'admin', 'templates.create', 0, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(43, 'admin', 'templates.edit', 0, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(44, 'admin', 'templates.delete', 0, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(45, 'admin', 'templates.assign', 0, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(46, 'admin', 'logs.call.view', 1, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(47, 'admin', 'logs.call.view_full', 0, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(48, 'admin', 'logs.sms.view', 1, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(49, 'admin', 'logs.sms.view_full', 0, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(50, 'admin', 'logs.promotion.view', 1, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(51, 'admin', 'logs.promotion.view_full', 0, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(52, 'admin', 'logs.session.view', 0, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(53, 'admin', 'logs.export', 0, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(54, 'admin', 'analytics.view', 1, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(55, 'admin', 'analytics.view_detailed', 0, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(56, 'admin', 'analytics.export', 0, '2025-12-28 14:45:26', '2025-12-28 14:45:26'),
(57, 'admin', 'settings.view', 0, '2025-12-28 14:45:27', '2025-12-28 14:45:27'),
(58, 'admin', 'settings.edit', 0, '2025-12-28 14:45:27', '2025-12-28 14:45:27'),
(59, 'admin', 'admins.view', 0, '2025-12-28 14:45:27', '2025-12-28 14:45:27'),
(60, 'admin', 'admins.create', 0, '2025-12-28 14:45:27', '2025-12-28 14:45:27'),
(61, 'admin', 'admins.edit', 0, '2025-12-28 14:45:27', '2025-12-28 14:45:27'),
(62, 'admin', 'admins.delete', 0, '2025-12-28 14:45:27', '2025-12-28 14:45:27'),
(63, 'superadmin', 'reports.view', 1, '2026-02-03 19:19:22', '2026-02-03 19:19:22'),
(64, 'superadmin', 'reports.user_activity', 1, '2026-02-03 19:19:22', '2026-02-03 19:19:22'),
(65, 'superadmin', 'reports.sms_summary', 1, '2026-02-03 19:19:22', '2026-02-03 19:19:22'),
(66, 'superadmin', 'reports.call_summary', 1, '2026-02-03 19:19:22', '2026-02-03 19:19:22'),
(67, 'superadmin', 'reports.promotion_summary', 1, '2026-02-03 19:19:22', '2026-02-03 19:19:22'),
(68, 'superadmin', 'reports.device_usage', 1, '2026-02-03 19:19:22', '2026-02-03 19:19:22'),
(69, 'superadmin', 'reports.daily_summary', 1, '2026-02-03 19:19:22', '2026-02-03 19:19:22'),
(70, 'superadmin', 'reports.export', 1, '2026-02-03 19:19:22', '2026-02-03 19:19:22'),
(71, 'admin', 'reports.view', 1, '2026-02-03 19:19:22', '2026-02-03 19:19:22'),
(72, 'admin', 'reports.user_activity', 1, '2026-02-03 19:19:22', '2026-02-03 19:19:22'),
(73, 'admin', 'reports.sms_summary', 1, '2026-02-03 19:19:22', '2026-02-03 19:19:22'),
(74, 'admin', 'reports.call_summary', 1, '2026-02-03 19:19:22', '2026-02-03 19:19:22');

-- --------------------------------------------------------

--
-- Table structure for table `session_logs`
--

CREATE TABLE `session_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `device_id` varchar(255) NOT NULL,
  `device_name` varchar(255) DEFAULT NULL,
  `device_model` varchar(255) DEFAULT NULL,
  `app_version` varchar(255) DEFAULT NULL,
  `ip_address` varchar(255) DEFAULT NULL,
  `action` enum('login','logout','force_logout','session_expired','device_change') NOT NULL,
  `details` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `session_logs`
--

INSERT INTO `session_logs` (`id`, `user_id`, `device_id`, `device_name`, `device_model`, `app_version`, `ip_address`, `action`, `details`, `created_at`, `updated_at`) VALUES
(24, 3, '3135eca48a1d29de', 'OnePlus CPH2569', 'CPH2569', '1.0.0', '27.59.101.104', 'login', NULL, '2025-12-21 14:31:33', '2025-12-21 14:31:33'),
(47, 3, 'b291fd44fb198c7e', 'OnePlus CPH2569', 'CPH2569', '1.0.0', '106.192.126.109', 'login', NULL, '2025-12-24 01:57:18', '2025-12-24 01:57:18'),
(68, 5, '8b1d66eef6c9688a', 'vivo V2351', 'V2351', '1.0.0', '42.107.66.59', 'login', NULL, '2025-12-25 16:54:41', '2025-12-25 16:54:41'),
(69, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.29', 'login', NULL, '2025-12-25 16:58:47', '2025-12-25 16:58:47'),
(70, 5, '8b1d66eef6c9688a', NULL, NULL, NULL, '42.107.66.59', 'logout', NULL, '2025-12-25 16:59:58', '2025-12-25 16:59:58'),
(71, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.29', 'login', NULL, '2025-12-25 17:17:35', '2025-12-25 17:17:35'),
(72, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.5', 'login', NULL, '2025-12-25 17:40:34', '2025-12-25 17:40:34'),
(73, 5, 'd4fca805e76bcb31', NULL, NULL, NULL, '42.107.90.24', 'logout', NULL, '2025-12-25 17:49:01', '2025-12-25 17:49:01'),
(74, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.24', 'login', NULL, '2025-12-25 17:49:18', '2025-12-25 17:49:18'),
(75, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.24', 'login', NULL, '2025-12-25 17:52:31', '2025-12-25 17:52:31'),
(76, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.47', 'login', NULL, '2025-12-25 17:59:31', '2025-12-25 17:59:31'),
(77, 5, 'admin_action', NULL, NULL, NULL, NULL, 'force_logout', '{\"reason\":\"Forced by admin\"}', '2025-12-25 18:07:34', '2025-12-25 18:07:34'),
(78, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.47', 'login', NULL, '2025-12-25 18:08:08', '2025-12-25 18:08:08'),
(79, 5, 'admin_action', NULL, NULL, NULL, NULL, 'force_logout', '{\"reason\":\"Forced by admin\"}', '2025-12-25 18:08:50', '2025-12-25 18:08:50'),
(80, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.47', 'login', NULL, '2025-12-25 18:12:47', '2025-12-25 18:12:47'),
(81, 5, 'd4fca805e76bcb31', NULL, NULL, NULL, '42.107.90.47', 'logout', NULL, '2025-12-25 18:15:15', '2025-12-25 18:15:15'),
(82, 5, '1b832b5edbc1c2ce', 'Xiaomi 21091116I', '21091116I', '1.0.0', '152.58.8.39', 'login', NULL, '2025-12-25 18:32:47', '2025-12-25 18:32:47'),
(83, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.27', 'login', NULL, '2025-12-25 18:43:55', '2025-12-25 18:43:55'),
(84, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.51', 'login', NULL, '2025-12-25 19:16:26', '2025-12-25 19:16:26'),
(85, 5, 'd4fca805e76bcb31', NULL, NULL, NULL, '42.107.90.51', 'logout', NULL, '2025-12-25 19:22:45', '2025-12-25 19:22:45'),
(86, 5, '99244131cf7dd0c4', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.33', 'login', NULL, '2025-12-25 19:36:38', '2025-12-25 19:36:38'),
(87, 5, '99244131cf7dd0c4', NULL, NULL, NULL, '42.107.90.33', 'logout', NULL, '2025-12-25 19:38:13', '2025-12-25 19:38:13'),
(88, 5, '99244131cf7dd0c4', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.33', 'login', NULL, '2025-12-25 19:38:38', '2025-12-25 19:38:38'),
(89, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.33', 'login', NULL, '2025-12-25 19:42:50', '2025-12-25 19:42:50'),
(90, 5, '99244131cf7dd0c4', NULL, NULL, NULL, '42.107.90.33', 'logout', NULL, '2025-12-25 19:50:47', '2025-12-25 19:50:47'),
(91, 5, 'd4fca805e76bcb31', NULL, NULL, NULL, '42.107.90.27', 'logout', NULL, '2025-12-25 19:55:29', '2025-12-25 19:55:29'),
(92, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.27', 'login', NULL, '2025-12-25 19:56:16', '2025-12-25 19:56:16'),
(93, 5, 'd4fca805e76bcb31', NULL, NULL, NULL, '42.107.90.30', 'logout', NULL, '2025-12-25 19:59:25', '2025-12-25 19:59:25'),
(94, 5, '99244131cf7dd0c4', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.30', 'login', NULL, '2025-12-25 20:02:08', '2025-12-25 20:02:08'),
(95, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.30', 'login', NULL, '2025-12-25 20:03:13', '2025-12-25 20:03:13'),
(96, 5, '99244131cf7dd0c4', NULL, NULL, NULL, '42.107.90.24', 'logout', NULL, '2025-12-25 20:23:58', '2025-12-25 20:23:58'),
(97, 5, '99244131cf7dd0c4', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.24', 'login', NULL, '2025-12-25 20:24:56', '2025-12-25 20:24:56'),
(98, 5, '99244131cf7dd0c4', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.24', 'login', NULL, '2025-12-25 20:25:14', '2025-12-25 20:25:14'),
(99, 5, 'd4fca805e76bcb31', NULL, NULL, NULL, '42.107.90.24', 'logout', NULL, '2025-12-25 20:25:45', '2025-12-25 20:25:45'),
(100, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.24', 'login', NULL, '2025-12-25 20:25:57', '2025-12-25 20:25:57'),
(101, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.24', 'login', NULL, '2025-12-25 20:26:37', '2025-12-25 20:26:37'),
(102, 5, '99244131cf7dd0c4', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.11', 'login', NULL, '2025-12-25 20:36:57', '2025-12-25 20:36:57'),
(103, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.16', 'login', NULL, '2025-12-25 20:43:30', '2025-12-25 20:43:30'),
(104, 5, 'd4fca805e76bcb31', NULL, NULL, NULL, '42.107.90.16', 'logout', NULL, '2025-12-25 20:44:13', '2025-12-25 20:44:13'),
(105, 5, '99244131cf7dd0c4', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.16', 'login', NULL, '2025-12-25 20:45:13', '2025-12-25 20:45:13'),
(106, 5, '99244131cf7dd0c4', NULL, NULL, NULL, '42.107.90.16', 'logout', NULL, '2025-12-25 20:46:52', '2025-12-25 20:46:52'),
(107, 5, '99244131cf7dd0c4', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.16', 'login', NULL, '2025-12-25 20:47:15', '2025-12-25 20:47:15'),
(108, 5, '99244131cf7dd0c4', NULL, NULL, NULL, '42.107.90.16', 'logout', NULL, '2025-12-25 20:49:21', '2025-12-25 20:49:21'),
(109, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.24', 'login', NULL, '2025-12-25 20:58:54', '2025-12-25 20:58:54'),
(110, 5, 'd4fca805e76bcb31', NULL, NULL, NULL, '42.107.90.24', 'logout', NULL, '2025-12-25 21:07:43', '2025-12-25 21:07:43'),
(111, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.24', 'login', NULL, '2025-12-25 21:08:53', '2025-12-25 21:08:53'),
(112, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.5', 'login', NULL, '2025-12-25 21:26:47', '2025-12-25 21:26:47'),
(113, 5, 'd4fca805e76bcb31', NULL, NULL, NULL, '42.107.90.20', 'logout', NULL, '2025-12-25 21:44:47', '2025-12-25 21:44:47'),
(114, 3, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.20', 'login', NULL, '2025-12-25 21:45:52', '2025-12-25 21:45:52'),
(115, 3, 'd4fca805e76bcb31', NULL, NULL, NULL, '42.107.90.20', 'logout', NULL, '2025-12-25 21:46:29', '2025-12-25 21:46:29'),
(116, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 'CPH2569', '1.0.0', '223.228.139.153', 'login', NULL, '2025-12-26 02:30:22', '2025-12-26 02:30:22'),
(117, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.39', 'login', NULL, '2025-12-26 02:45:16', '2025-12-26 02:45:16'),
(118, 5, 'd4fca805e76bcb31', NULL, NULL, NULL, '42.107.90.39', 'logout', NULL, '2025-12-26 02:51:21', '2025-12-26 02:51:21'),
(119, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.90.71', 'login', NULL, '2025-12-26 03:30:41', '2025-12-26 03:30:41'),
(120, 5, 'd4fca805e76bcb31', NULL, NULL, NULL, '42.107.82.14', 'logout', NULL, '2025-12-26 03:57:16', '2025-12-26 03:57:16'),
(121, 5, '1b832b5edbc1c2ce', NULL, NULL, NULL, '152.58.11.7', 'logout', NULL, '2025-12-26 04:43:27', '2025-12-26 04:43:27'),
(122, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '116.73.108.176', 'login', NULL, '2025-12-26 07:28:41', '2025-12-26 07:28:41'),
(123, 5, 'd4fca805e76bcb31', NULL, NULL, NULL, '116.73.108.176', 'logout', NULL, '2025-12-26 07:30:10', '2025-12-26 07:30:10'),
(124, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.70.38', 'login', NULL, '2025-12-26 07:56:49', '2025-12-26 07:56:49'),
(125, 5, 'd4fca805e76bcb31', NULL, NULL, NULL, '42.107.70.29', 'logout', NULL, '2025-12-26 08:20:04', '2025-12-26 08:20:04'),
(126, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.78.43', 'login', NULL, '2025-12-26 15:25:59', '2025-12-26 15:25:59'),
(127, 5, 'd4fca805e76bcb31', NULL, NULL, NULL, '42.107.78.13', 'logout', NULL, '2025-12-26 17:05:32', '2025-12-26 17:05:32'),
(128, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.78.13', 'login', NULL, '2025-12-26 17:06:11', '2025-12-26 17:06:11'),
(129, 5, 'd4fca805e76bcb31', NULL, NULL, NULL, '42.107.82.11', 'logout', NULL, '2025-12-27 05:20:20', '2025-12-27 05:20:20'),
(130, 5, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '152.58.33.103', 'login', NULL, '2025-12-29 12:55:05', '2025-12-29 12:55:05'),
(131, 5, 'd4fca805e76bcb31', NULL, NULL, NULL, '152.58.33.103', 'logout', NULL, '2025-12-29 13:00:28', '2025-12-29 13:00:28'),
(132, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '152.58.33.128', 'login', NULL, '2025-12-29 19:51:46', '2025-12-29 19:51:46'),
(133, 6, 'd4fca805e76bcb31', NULL, NULL, NULL, '152.58.33.2', 'logout', NULL, '2025-12-30 02:39:16', '2025-12-30 02:39:16'),
(134, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '152.58.33.2', 'login', NULL, '2025-12-30 02:39:29', '2025-12-30 02:39:29'),
(135, 6, 'admin_action', NULL, NULL, NULL, NULL, 'force_logout', '{\"reason\":\"Forced by admin: Administrator\"}', '2025-12-30 03:06:53', '2025-12-30 03:06:53'),
(136, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.70.49', 'login', NULL, '2025-12-30 20:09:30', '2025-12-30 20:09:30'),
(137, 6, 'admin_action', NULL, NULL, NULL, NULL, 'force_logout', '{\"reason\":\"Forced by admin: Super Administrator\"}', '2025-12-30 20:09:54', '2025-12-30 20:09:54'),
(138, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '152.58.16.253', 'login', NULL, '2026-01-01 22:27:36', '2026-01-01 22:27:36'),
(139, 6, 'd4fca805e76bcb31', NULL, NULL, NULL, '152.58.16.101', 'logout', NULL, '2026-01-02 08:38:38', '2026-01-02 08:38:38'),
(140, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '152.58.31.216', 'login', NULL, '2026-01-09 00:58:16', '2026-01-09 00:58:16'),
(141, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '42.107.70.13', 'login', NULL, '2026-01-10 13:47:41', '2026-01-10 13:47:41'),
(142, 6, '8b1d66eef6c9688a', 'vivo V2351', 'V2351', '1.0.0', '42.107.90.124', 'login', NULL, '2026-01-10 13:53:47', '2026-01-10 13:53:47'),
(143, 6, 'd4fca805e76bcb31', NULL, NULL, NULL, '42.107.70.13', 'logout', NULL, '2026-01-10 14:02:20', '2026-01-10 14:02:20'),
(144, 5, '1b832b5edbc1c2ce', 'Xiaomi 21091116I', '21091116I', '1.0.0', '152.59.63.246', 'login', NULL, '2026-01-19 21:15:03', '2026-01-19 21:15:03'),
(145, 5, '1b832b5edbc1c2ce', NULL, NULL, NULL, '152.59.63.246', 'logout', NULL, '2026-01-19 21:17:41', '2026-01-19 21:17:41'),
(146, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 'CPH2569', '1.0.0', '103.176.241.74', 'login', NULL, '2026-01-27 14:38:15', '2026-01-27 14:38:15'),
(147, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '152.58.16.235', 'login', NULL, '2026-01-28 19:25:53', '2026-01-28 19:25:53'),
(148, 6, 'd4fca805e76bcb31', NULL, NULL, NULL, '152.58.16.235', 'logout', NULL, '2026-01-28 19:27:23', '2026-01-28 19:27:23'),
(149, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '152.58.33.116', 'login', NULL, '2026-02-03 21:37:51', '2026-02-03 21:37:51'),
(150, 6, 'd4fca805e76bcb31', NULL, NULL, NULL, '152.58.33.116', 'logout', NULL, '2026-02-03 21:38:34', '2026-02-03 21:38:34'),
(151, 6, 'sfdsfdf', NULL, NULL, NULL, '127.0.0.1', 'login', NULL, '2026-02-16 18:51:41', '2026-02-16 18:51:41'),
(152, 6, 'sfdsfdf', NULL, NULL, NULL, '127.0.0.1', 'login', NULL, '2026-02-16 18:58:47', '2026-02-16 18:58:47'),
(153, 6, 'sfdsfdf', NULL, NULL, NULL, '127.0.0.1', 'login', NULL, '2026-02-16 18:59:06', '2026-02-16 18:59:06'),
(154, 6, 'sfdsfdf', NULL, NULL, NULL, '10.218.139.229', 'login', NULL, '2026-02-17 17:56:54', '2026-02-17 17:56:54'),
(155, 6, 'sfdsfdf', NULL, NULL, NULL, '10.218.139.229', 'login', NULL, '2026-02-17 17:57:07', '2026-02-17 17:57:07'),
(156, 6, 'sfdsfdf', NULL, NULL, NULL, '10.218.139.229', 'login', NULL, '2026-02-17 17:59:05', '2026-02-17 17:59:05'),
(157, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '10.218.139.72', 'login', NULL, '2026-02-17 17:59:42', '2026-02-17 17:59:42'),
(158, 6, 'bd20f89e69b28816', NULL, NULL, NULL, '10.218.139.72', 'logout', NULL, '2026-02-17 18:01:10', '2026-02-17 18:01:10'),
(159, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '10.218.139.72', 'login', NULL, '2026-02-17 18:01:21', '2026-02-17 18:01:21'),
(160, 6, 'sfdsfdf', NULL, NULL, NULL, '10.218.139.229', 'login', NULL, '2026-02-17 18:02:51', '2026-02-17 18:02:51'),
(161, 6, 'bd20f89e69b28816', NULL, NULL, NULL, '10.218.139.72', 'logout', NULL, '2026-02-17 18:11:40', '2026-02-17 18:11:40'),
(162, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '10.218.139.72', 'login', NULL, '2026-02-17 18:11:54', '2026-02-17 18:11:54'),
(163, 6, 'bd20f89e69b28816', NULL, NULL, NULL, '10.218.139.72', 'logout', NULL, '2026-02-17 18:35:06', '2026-02-17 18:35:06'),
(164, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '10.218.139.72', 'login', NULL, '2026-02-17 18:35:20', '2026-02-17 18:35:20'),
(165, 6, 'bd20f89e69b28816', NULL, NULL, NULL, '10.218.139.72', 'logout', NULL, '2026-02-17 19:08:40', '2026-02-17 19:08:40'),
(166, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '10.218.139.72', 'login', NULL, '2026-02-17 19:08:55', '2026-02-17 19:08:55'),
(167, 6, 'sfdsfdf', NULL, NULL, NULL, '10.218.139.229', 'login', NULL, '2026-02-17 19:09:58', '2026-02-17 19:09:58'),
(168, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '10.129.127.95', 'login', NULL, '2026-02-18 19:07:28', '2026-02-18 19:07:28'),
(169, 6, '8149f268c4f54595', 'Xiaomi 21091116I', '21091116I', '1.0.0', '10.129.127.80', 'login', NULL, '2026-02-18 19:40:06', '2026-02-18 19:40:06'),
(170, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '10.129.127.95', 'login', NULL, '2026-02-18 19:54:50', '2026-02-18 19:54:50'),
(171, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '10.129.127.95', 'login', NULL, '2026-02-19 05:18:13', '2026-02-19 05:18:13'),
(172, 6, 'bd20f89e69b28816', NULL, NULL, NULL, '10.129.127.95', 'logout', NULL, '2026-02-19 06:14:06', '2026-02-19 06:14:06'),
(173, 6, '8149f268c4f54595', 'Xiaomi 21091116I', '21091116I', '1.0.0', '10.129.127.80', 'login', NULL, '2026-02-19 09:12:02', '2026-02-19 09:12:02'),
(174, 6, '8149f268c4f54595', NULL, NULL, NULL, '10.129.127.80', 'logout', NULL, '2026-02-19 09:12:22', '2026-02-19 09:12:22'),
(175, 17, '8149f268c4f54595', 'Xiaomi 21091116I', '21091116I', '1.0.0', '10.129.127.80', 'login', NULL, '2026-02-19 09:14:44', '2026-02-19 09:14:44'),
(176, 17, '8149f268c4f54595', NULL, NULL, NULL, '10.129.127.80', 'logout', NULL, '2026-02-19 09:26:01', '2026-02-19 09:26:01'),
(177, 17, '8149f268c4f54595', 'Xiaomi 21091116I', '21091116I', '1.0.0', '10.129.127.80', 'login', NULL, '2026-02-19 09:26:35', '2026-02-19 09:26:35'),
(178, 17, '8149f268c4f54595', 'Xiaomi 21091116I', '21091116I', '1.0.0', '10.26.69.80', 'login', NULL, '2026-02-19 10:10:30', '2026-02-19 10:10:30'),
(179, 17, '8149f268c4f54595', NULL, NULL, NULL, '10.26.69.80', 'logout', NULL, '2026-02-19 11:19:42', '2026-02-19 11:19:42'),
(180, 17, '8149f268c4f54595', 'Xiaomi 21091116I', '21091116I', '1.0.0', '10.26.69.80', 'login', NULL, '2026-02-19 11:19:48', '2026-02-19 11:19:48'),
(181, 17, '8149f268c4f54595', NULL, NULL, NULL, '10.26.69.80', 'logout', NULL, '2026-02-19 11:23:38', '2026-02-19 11:23:38'),
(182, 17, '8149f268c4f54595', 'Xiaomi 21091116I', '21091116I', '1.0.0', '10.26.69.80', 'login', NULL, '2026-02-19 11:23:42', '2026-02-19 11:23:42'),
(183, 17, '8149f268c4f54595', 'Xiaomi 21091116I', '21091116I', '1.0.0', '10.26.69.80', 'login', NULL, '2026-02-19 11:24:58', '2026-02-19 11:24:58'),
(184, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '10.26.69.155', 'login', NULL, '2026-02-19 11:59:42', '2026-02-19 11:59:42'),
(185, 17, '8149f268c4f54595', 'Xiaomi 21091116I', '21091116I', '1.0.0', '10.26.69.80', 'login', NULL, '2026-02-19 12:50:19', '2026-02-19 12:50:19'),
(186, 17, '8149f268c4f54595', NULL, NULL, NULL, '10.26.69.80', 'logout', NULL, '2026-02-19 12:53:50', '2026-02-19 12:53:50'),
(187, 17, '8149f268c4f54595', 'Xiaomi 21091116I', '21091116I', '1.0.0', '10.26.69.80', 'login', NULL, '2026-02-19 13:02:20', '2026-02-19 13:02:20'),
(188, 17, '8149f268c4f54595', NULL, NULL, NULL, '10.26.69.80', 'logout', NULL, '2026-02-19 13:21:37', '2026-02-19 13:21:37'),
(189, 17, '0ec97da3b15e59a2', 'vivo V2312', 'V2312', '1.0.0', '10.26.69.38', 'login', NULL, '2026-02-19 13:26:24', '2026-02-19 13:26:24'),
(190, 17, '0ec97da3b15e59a2', NULL, NULL, NULL, '10.26.69.38', 'logout', NULL, '2026-02-19 13:28:54', '2026-02-19 13:28:54'),
(191, 17, 'bd20f89e69b28816', NULL, NULL, NULL, '10.26.69.155', 'logout', NULL, '2026-02-19 13:40:43', '2026-02-19 13:40:43'),
(192, 17, 'e9cefc596edd3246', 'Xiaomi Redmi Note 8 Pro', 'Redmi Note 8 Pro', '1.0.0', '10.26.69.244', 'login', NULL, '2026-02-19 17:23:43', '2026-02-19 17:23:43'),
(193, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '10.26.69.155', 'login', NULL, '2026-02-19 17:33:19', '2026-02-19 17:33:19'),
(194, 17, '8149f268c4f54595', 'Xiaomi 21091116I', '21091116I', '1.0.0', '10.26.69.80', 'login', NULL, '2026-02-19 17:37:31', '2026-02-19 17:37:31'),
(195, 17, '8149f268c4f54595', 'Xiaomi 21091116I', '21091116I', '1.0.0', '10.26.69.80', 'login', NULL, '2026-02-19 17:51:34', '2026-02-19 17:51:34'),
(196, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '10.26.69.155', 'login', NULL, '2026-02-21 15:52:51', '2026-02-21 15:52:51'),
(197, 17, 'bd20f89e69b28816', NULL, NULL, NULL, '10.26.69.155', 'logout', NULL, '2026-02-21 16:01:26', '2026-02-21 16:01:26');

-- --------------------------------------------------------

--
-- Table structure for table `sms_logs`
--

CREATE TABLE `sms_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `device_id` varchar(255) DEFAULT NULL,
  `device_name` varchar(255) DEFAULT NULL,
  `call_log_id` bigint(20) UNSIGNED DEFAULT NULL,
  `local_id` bigint(20) DEFAULT NULL,
  `phone_number` varchar(255) NOT NULL,
  `contact_name` varchar(255) DEFAULT NULL,
  `message` text NOT NULL,
  `status` enum('PENDING','SENT','DELIVERED','FAILED') NOT NULL DEFAULT 'PENDING',
  `channel` enum('sms','whatsapp') NOT NULL DEFAULT 'sms',
  `error_message` varchar(255) DEFAULT NULL,
  `sent_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `sms_logs`
--

INSERT INTO `sms_logs` (`id`, `user_id`, `device_id`, `device_name`, `call_log_id`, `local_id`, `phone_number`, `contact_name`, `message`, `status`, `channel`, `error_message`, `sent_at`, `created_at`, `updated_at`) VALUES
(1, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', 3, NULL, '85648', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2025-12-30 02:38:13', '2025-12-30 02:38:15', '2025-12-30 02:38:15'),
(2, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919604262723', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 09:34:48', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(3, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917499210850', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 10:13:59', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(4, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 4, NULL, '+918799841169', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 10:22:48', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(5, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 5, NULL, '+919890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 10:32:19', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(6, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 8, NULL, '+919130004575', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 10:35:03', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(7, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 10, NULL, '9822835757', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 10:41:28', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(8, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 11, NULL, '+919822835757', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 10:44:27', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(9, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 13, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 10:58:28', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(10, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 14, NULL, '+918698153174', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 11:06:32', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(11, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 16, NULL, '9763871998', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 11:15:50', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(12, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 17, NULL, '+919763871998', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 11:17:43', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(13, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919822632630', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 11:27:21', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(14, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 11:37:37', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(15, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 12:42:44', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(16, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917385951228', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 13:27:35', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(17, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+911600303476', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2025-12-26 13:36:00', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(18, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917972774832', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 14:15:54', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(19, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919699549922', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 14:38:31', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(20, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '9960845454', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 14:47:56', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(21, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '09850254180', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 14:49:37', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(22, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917030011670', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 15:05:31', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(23, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919850254180', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 15:18:37', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(24, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '9527776266', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 15:21:47', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(25, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '7385506373', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-26 15:29:28', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(26, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '8329510258', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 15:30:31', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(27, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+918355853434', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 15:41:20', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(28, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917709687412', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 15:43:29', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(29, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '9890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 15:43:56', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(30, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '9595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 15:50:27', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(31, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+918208406714', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 16:14:34', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(32, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919657556677', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 16:41:50', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(33, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919730993282', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 16:42:41', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(34, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917972023828', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 17:26:08', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(35, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917507510444', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 18:04:37', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(36, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919168004014', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 18:39:40', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(37, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919834218115', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 18:56:15', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(38, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+918956043014', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 19:05:36', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(39, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919527776266', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 19:14:37', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(40, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919657641071', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 19:51:32', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(41, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '9922141080', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 20:27:21', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(42, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919922114064', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 20:27:33', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(43, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917385506373', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-26 21:26:07', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(44, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917557101700', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2025-12-27 09:56:02', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(45, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917768987115', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 10:32:45', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(46, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+918625886888', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 10:49:52', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(47, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 5, NULL, '+919420263031', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 10:51:33', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(48, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+918668950093', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 11:46:07', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(49, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919822038955', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 11:57:13', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(50, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919689976099', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 12:09:49', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(51, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917557132554', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2025-12-27 12:14:29', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(52, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917888181485', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 12:15:14', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(53, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+918010952956', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 12:25:22', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(54, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 6, NULL, '+917017749298', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 12:36:48', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(55, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 7, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 13:44:49', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(56, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 4, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 14:32:40', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(57, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '9527776266', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 16:20:34', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(58, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919623456258', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 16:39:08', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(59, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919657556677', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 17:00:32', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(60, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+918799841169', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 17:56:03', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(61, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '9890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 18:31:08', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(62, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '9595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 18:32:21', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(63, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+918459700896', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 18:42:43', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(64, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919168004014', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 19:23:51', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(65, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919021718617', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 19:39:44', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(66, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919579148089', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 20:11:54', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(67, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919673610300', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 20:20:42', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(68, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+911169067999', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2025-12-27 21:48:16', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(69, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919766302835', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-27 23:39:49', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(70, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919284769725', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-28 07:20:48', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(71, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-28 10:49:30', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(72, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+918208406714', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-28 11:50:31', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(73, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917022700313', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-28 13:54:40', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(74, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917666475291', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-28 14:09:22', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(75, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+918956472752', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-28 15:27:27', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(76, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917948500063', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2025-12-28 17:13:16', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(77, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919922663626', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-28 17:48:59', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(78, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917620238593', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-28 18:08:41', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(79, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '112', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-28 19:21:10', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(80, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917768987115', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-28 19:34:52', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(81, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919527776266', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 07:10:25', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(82, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '7620151984', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 08:58:00', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(83, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '9890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 09:16:22', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(84, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919834202511', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 09:48:03', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(85, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+918698601001', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 10:03:46', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(86, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+918799841169', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 10:09:03', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(87, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919146931441', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 10:10:49', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(88, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919309345448', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 10:27:20', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(89, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917821021844', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 10:29:04', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(90, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919623533301', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 10:30:44', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(91, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+918767252488', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 10:32:02', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(92, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 10:50:55', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(93, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919356400307', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 10:57:54', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(94, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 7, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 11:04:27', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(95, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '9527776266', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 11:05:10', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(96, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 12, NULL, '+919049597337', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 11:11:46', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(97, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+918668950093', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 11:16:01', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(98, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 4, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 11:54:28', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(99, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '9595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 12:11:00', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(100, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 12:34:47', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(101, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+918459700896', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 13:09:29', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(102, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919730993282', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 13:28:10', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(103, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+918830930836', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 13:35:09', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(104, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917291908949', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 13:41:58', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(105, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919850359435', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 13:57:35', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(106, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919657913372', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 14:25:46', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(107, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919011971719', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 14:30:31', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(108, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919356965445', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 14:32:49', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(109, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 14, NULL, '9588691558', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 15:16:40', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(110, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '09850254180', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-29 15:18:24', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(111, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '9960845454', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 15:19:10', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(112, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 15, NULL, '+918857081709', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 15:44:24', '2025-12-30 07:05:50', '2025-12-30 07:05:50');
INSERT INTO `sms_logs` (`id`, `user_id`, `device_id`, `device_name`, `call_log_id`, `local_id`, `phone_number`, `contact_name`, `message`, `status`, `channel`, `error_message`, `sent_at`, `created_at`, `updated_at`) VALUES
(113, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917066935431', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 15:49:53', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(114, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 5, NULL, '+919420263031', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 17:20:19', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(115, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '9657556677', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 17:20:47', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(116, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919822433665', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 17:33:18', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(117, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919518718570', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 18:12:28', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(118, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+919834218115', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-29 19:18:45', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(119, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', NULL, NULL, '+917948500063', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2025-12-29 19:27:48', '2025-12-30 07:05:50', '2025-12-30 07:05:50'),
(120, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 19, NULL, '+918625870033', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 09:03:34', '2025-12-30 09:03:36', '2025-12-30 09:03:36'),
(121, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 22, NULL, '+919657556677', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 09:31:36', '2025-12-30 09:31:39', '2025-12-30 09:31:39'),
(122, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 24, NULL, '+919145644544', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 09:46:42', '2025-12-30 09:46:44', '2025-12-30 09:46:44'),
(123, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 25, NULL, '+919145644581', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 09:47:03', '2025-12-30 09:47:06', '2025-12-30 09:47:06'),
(124, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 26, NULL, '+917249175091', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 09:54:53', '2025-12-30 09:54:56', '2025-12-30 09:54:56'),
(125, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 27, NULL, '+917620151984', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 10:00:33', '2025-12-30 10:00:36', '2025-12-30 10:00:36'),
(126, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 31, NULL, '+917620238593', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 10:05:59', '2025-12-30 10:06:02', '2025-12-30 10:06:02'),
(127, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 32, NULL, '+918484820032', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 10:08:50', '2025-12-30 10:08:52', '2025-12-30 10:08:52'),
(128, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 33, NULL, '+919890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 10:13:22', '2025-12-30 10:13:24', '2025-12-30 10:13:24'),
(129, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 36, NULL, '9146931441', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 10:17:44', '2025-12-30 10:17:46', '2025-12-30 10:17:46'),
(130, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 37, NULL, '+919146931441', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 10:21:32', '2025-12-30 10:21:36', '2025-12-30 10:21:36'),
(131, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 40, NULL, '+917666475291', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 10:26:36', '2025-12-30 10:26:38', '2025-12-30 10:26:38'),
(132, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 42, NULL, '+919309043604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 10:30:41', '2025-12-30 10:30:44', '2025-12-30 10:30:44'),
(133, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 48, NULL, '+918390897299', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 10:53:17', '2025-12-30 10:53:20', '2025-12-30 10:53:20'),
(134, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 49, NULL, '+917768987115', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 10:54:42', '2025-12-30 10:54:44', '2025-12-30 10:54:44'),
(135, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 52, NULL, '+919527776266', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 11:30:37', '2025-12-30 11:30:40', '2025-12-30 11:30:40'),
(136, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 55, NULL, '7972276745', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 11:33:26', '2025-12-30 11:33:29', '2025-12-30 11:33:29'),
(137, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 56, NULL, '+917313571419', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2025-12-30 11:50:38', '2025-12-30 11:50:41', '2025-12-30 11:50:41'),
(138, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 57, NULL, '+917022700313', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 12:03:37', '2025-12-30 12:03:40', '2025-12-30 12:03:40'),
(139, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 60, NULL, '+918799841169', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 12:46:33', '2025-12-30 12:46:35', '2025-12-30 12:46:35'),
(140, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 61, NULL, '+917350307784', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 13:08:24', '2025-12-30 13:08:27', '2025-12-30 13:08:27'),
(141, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 62, NULL, '+919699643488', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 13:10:42', '2025-12-30 13:10:45', '2025-12-30 13:10:45'),
(142, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 63, NULL, '9011911010', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 13:11:57', '2025-12-30 13:12:00', '2025-12-30 13:12:00'),
(143, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 64, NULL, '9595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 14:12:01', '2025-12-30 14:12:05', '2025-12-30 14:12:05'),
(144, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 67, NULL, '+917066935431', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 16:19:03', '2025-12-30 16:19:06', '2025-12-30 16:19:06'),
(145, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 68, NULL, '+919822890069', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 16:28:27', '2025-12-30 16:28:30', '2025-12-30 16:28:30'),
(146, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 69, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 16:29:46', '2025-12-30 16:29:49', '2025-12-30 16:29:49'),
(147, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 71, NULL, '+917887456546', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 16:31:57', '2025-12-30 16:32:00', '2025-12-30 16:32:00'),
(148, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 78, NULL, '+919822433665', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 18:09:19', '2025-12-30 18:09:22', '2025-12-30 18:09:22'),
(149, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 80, NULL, '+919422325020', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 18:35:39', '2025-12-30 18:35:41', '2025-12-30 18:35:41'),
(150, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 82, NULL, '+919730993282', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 19:38:48', '2025-12-30 19:38:50', '2025-12-30 19:38:50'),
(151, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 83, NULL, '9922312476', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-30 19:59:31', '2025-12-30 19:59:35', '2025-12-30 19:59:35'),
(152, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 95, NULL, '+917387151151', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 20:21:53', '2025-12-30 20:21:56', '2025-12-30 20:21:56'),
(153, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 96, NULL, '+919156298589', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 20:34:07', '2025-12-30 20:34:10', '2025-12-30 20:34:10'),
(154, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 98, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 20:57:19', '2025-12-30 20:57:22', '2025-12-30 20:57:22'),
(155, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 99, NULL, '+919850592525', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 21:35:38', '2025-12-30 21:35:42', '2025-12-30 21:35:42'),
(156, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 100, NULL, '+919145417675', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-30 21:36:11', '2025-12-30 21:36:15', '2025-12-30 21:36:15'),
(157, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 104, NULL, '+919730191127', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 10:22:21', '2025-12-31 10:22:25', '2025-12-31 10:22:25'),
(158, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 105, NULL, '+917385951228', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-31 10:24:55', '2025-12-31 10:29:30', '2025-12-31 10:29:30'),
(159, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 106, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 10:33:38', '2025-12-31 10:33:41', '2025-12-31 10:33:41'),
(160, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 107, NULL, '+918668950093', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 10:39:18', '2025-12-31 10:39:22', '2025-12-31 10:39:22'),
(161, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 108, NULL, '+919657556677', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 10:40:00', '2025-12-31 10:40:03', '2025-12-31 10:40:03'),
(162, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 110, NULL, '+919860896190', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 10:48:17', '2025-12-31 10:48:20', '2025-12-31 10:48:20'),
(163, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 111, NULL, '+917378664750', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 10:53:43', '2025-12-31 10:53:46', '2025-12-31 10:53:46'),
(164, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 112, NULL, '+919049261306', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 10:59:16', '2025-12-31 10:59:19', '2025-12-31 10:59:19'),
(165, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 115, NULL, '+918975965705', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 11:19:47', '2025-12-31 11:19:49', '2025-12-31 11:19:49'),
(166, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 118, NULL, '+919146931441', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 11:28:52', '2025-12-31 11:28:55', '2025-12-31 11:28:55'),
(167, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 120, NULL, '+917038055650', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 11:42:36', '2025-12-31 11:42:40', '2025-12-31 11:42:40'),
(168, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 124, NULL, '+917620238593', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 12:16:41', '2025-12-31 12:16:45', '2025-12-31 12:16:45'),
(169, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 125, NULL, '+917022700313', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 12:21:30', '2025-12-31 12:21:33', '2025-12-31 12:21:33'),
(170, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 126, NULL, '+917972774832', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 12:47:23', '2025-12-31 12:47:26', '2025-12-31 12:47:26'),
(171, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 137, NULL, '+919970750510', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 14:50:38', '2025-12-31 14:50:40', '2025-12-31 14:50:40'),
(172, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 140, NULL, '+919766781659', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 14:56:57', '2025-12-31 14:57:00', '2025-12-31 14:57:00'),
(173, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 145, NULL, '+919623456258', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 15:35:31', '2025-12-31 15:35:34', '2025-12-31 15:35:34'),
(174, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 146, NULL, '+917350307784', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 15:39:45', '2025-12-31 15:39:48', '2025-12-31 15:39:48'),
(175, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 148, NULL, '+919960032383', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 15:51:33', '2025-12-31 15:51:36', '2025-12-31 15:51:36'),
(176, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 152, NULL, '+919309043604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 16:09:54', '2025-12-31 16:09:58', '2025-12-31 16:09:58'),
(177, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 153, NULL, '+919673561212', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 16:26:27', '2025-12-31 16:26:30', '2025-12-31 16:26:30'),
(178, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 154, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 16:35:38', '2025-12-31 16:35:41', '2025-12-31 16:35:41'),
(179, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 155, NULL, '+919503821700', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 16:51:09', '2025-12-31 16:51:11', '2025-12-31 16:51:11'),
(180, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 157, NULL, '+917507510444', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 16:59:02', '2025-12-31 16:59:05', '2025-12-31 16:59:05'),
(181, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 163, NULL, '+919890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 18:16:59', '2025-12-31 18:17:03', '2025-12-31 18:17:03'),
(182, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 165, NULL, '9595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 18:36:03', '2025-12-31 18:36:06', '2025-12-31 18:36:06'),
(183, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 166, NULL, '+917768987115', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 18:39:06', '2025-12-31 18:39:09', '2025-12-31 18:39:09'),
(184, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 167, NULL, '+919595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 18:41:27', '2025-12-31 18:41:30', '2025-12-31 18:41:30'),
(185, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 171, NULL, '+918368373998', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-31 19:40:46', '2025-12-31 19:58:28', '2025-12-31 19:58:28'),
(186, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 173, NULL, '+918799841169', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2025-12-31 19:48:27', '2025-12-31 19:58:28', '2025-12-31 19:58:28'),
(187, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 178, NULL, '+919699549922', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 20:20:39', '2025-12-31 20:20:42', '2025-12-31 20:20:42'),
(188, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 185, NULL, '+917304878147', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 23:02:52', '2025-12-31 23:02:56', '2025-12-31 23:02:56'),
(189, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 186, NULL, '+919112996655', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2025-12-31 23:12:45', '2025-12-31 23:12:47', '2025-12-31 23:12:47'),
(190, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 191, NULL, '+919822433665', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 08:34:33', '2026-01-01 08:34:36', '2026-01-01 08:34:36'),
(191, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 195, NULL, '+919922763092', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 08:57:44', '2026-01-01 08:57:46', '2026-01-01 08:57:46'),
(192, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 196, NULL, '+918149103185', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 09:03:29', '2026-01-01 09:03:32', '2026-01-01 09:03:32'),
(193, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 198, NULL, '7834888867', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 09:39:54', '2026-01-01 09:39:56', '2026-01-01 09:39:56'),
(194, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 209, NULL, '+919822079646', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-01 10:18:37', '2026-01-01 10:26:36', '2026-01-01 10:26:36'),
(195, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 209, NULL, '+919822079646', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-01 10:18:37', '2026-01-01 10:26:36', '2026-01-01 10:26:36'),
(196, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 216, NULL, '+919922653049', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 10:55:07', '2026-01-01 10:55:10', '2026-01-01 10:55:10'),
(197, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 217, NULL, '+917798477778', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 10:56:35', '2026-01-01 10:56:38', '2026-01-01 10:56:38'),
(198, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 220, NULL, '9527776266', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 11:33:39', '2026-01-01 11:33:42', '2026-01-01 11:33:42'),
(199, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 221, NULL, '+919822551050', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 11:40:12', '2026-01-01 11:40:15', '2026-01-01 11:40:15'),
(200, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 226, NULL, '+919011911010', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 12:21:39', '2026-01-01 12:21:41', '2026-01-01 12:21:41'),
(201, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 230, NULL, '+919527776266', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 12:30:26', '2026-01-01 12:30:29', '2026-01-01 12:30:29'),
(202, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 232, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 12:34:03', '2026-01-01 12:34:06', '2026-01-01 12:34:06'),
(203, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 236, NULL, '+919850840030', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 12:44:45', '2026-01-01 12:44:48', '2026-01-01 12:44:48'),
(204, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 239, NULL, '+917022700313', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 13:05:05', '2026-01-01 13:05:08', '2026-01-01 13:05:08'),
(205, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 243, NULL, '+919370194779', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 13:25:04', '2026-01-01 13:25:07', '2026-01-01 13:25:07'),
(206, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 245, NULL, '+919765790533', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 13:36:55', '2026-01-01 13:36:58', '2026-01-01 13:36:58'),
(207, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 247, NULL, '+917620238593', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 13:41:06', '2026-01-01 13:41:09', '2026-01-01 13:41:09'),
(208, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 248, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 13:43:20', '2026-01-01 13:43:23', '2026-01-01 13:43:23'),
(209, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 255, NULL, '9922141080', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 14:10:46', '2026-01-01 14:10:50', '2026-01-01 14:10:50'),
(210, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 257, NULL, '+919049597337', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 14:14:24', '2026-01-01 14:14:27', '2026-01-01 14:14:27'),
(211, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 258, NULL, '8806330554', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 14:18:08', '2026-01-01 14:18:10', '2026-01-01 14:18:10'),
(212, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 259, NULL, '+919822038955', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 14:24:02', '2026-01-01 14:24:04', '2026-01-01 14:24:04'),
(213, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 260, NULL, '+918830930836', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 14:25:23', '2026-01-01 14:25:25', '2026-01-01 14:25:25'),
(214, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 262, NULL, '+918806330554', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 14:37:56', '2026-01-01 14:37:59', '2026-01-01 14:37:59'),
(215, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 267, NULL, '+919765084444', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 15:43:15', '2026-01-01 15:43:19', '2026-01-01 15:43:19'),
(216, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 269, NULL, '+919168004014', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 15:47:46', '2026-01-01 15:47:50', '2026-01-01 15:47:50'),
(217, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 271, NULL, '+917972774832', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 16:08:57', '2026-01-01 16:09:00', '2026-01-01 16:09:00'),
(218, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 272, NULL, '+918668950093', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 16:10:47', '2026-01-01 16:10:50', '2026-01-01 16:10:50'),
(219, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 273, NULL, '+919923206005', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 16:13:46', '2026-01-01 16:13:49', '2026-01-01 16:13:49'),
(220, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 275, NULL, '+919309043604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 16:47:15', '2026-01-01 16:47:18', '2026-01-01 16:47:18'),
(221, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 278, NULL, '+917066935431', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 17:18:13', '2026-01-01 17:18:16', '2026-01-01 17:18:16'),
(222, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 279, NULL, '+919730993282', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-01 17:27:38', '2026-01-01 17:27:43', '2026-01-01 17:27:43'),
(223, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 287, NULL, '+919156026770', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 18:38:20', '2026-01-01 18:38:22', '2026-01-01 18:38:22'),
(224, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 297, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-01 19:01:18', '2026-01-01 19:01:23', '2026-01-01 19:01:23'),
(225, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 297, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-01 19:01:18', '2026-01-01 19:01:23', '2026-01-01 19:01:23');
INSERT INTO `sms_logs` (`id`, `user_id`, `device_id`, `device_name`, `call_log_id`, `local_id`, `phone_number`, `contact_name`, `message`, `status`, `channel`, `error_message`, `sent_at`, `created_at`, `updated_at`) VALUES
(226, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 303, NULL, '9049585917', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-01 19:30:38', '2026-01-01 19:30:44', '2026-01-01 19:30:44'),
(227, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 304, NULL, '+918625870033', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-01 19:35:53', '2026-01-01 19:36:20', '2026-01-01 19:36:20'),
(228, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 318, NULL, '+919699643488', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 20:31:31', '2026-01-01 20:31:34', '2026-01-01 20:31:34'),
(229, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 336, NULL, '+918799841169', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 21:51:30', '2026-01-01 21:51:31', '2026-01-01 21:51:31'),
(230, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 339, NULL, '9922561212', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 21:58:51', '2026-01-01 21:58:52', '2026-01-01 21:58:52'),
(231, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 341, NULL, '+919595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-01 22:21:11', '2026-01-01 22:21:14', '2026-01-01 22:21:14'),
(232, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', 89, NULL, '+9195886528708855', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2025-12-30 20:10:43', '2026-01-01 22:27:41', '2026-01-01 22:27:41'),
(233, 6, 'd4fca805e76bcb31', 'samsung SM-S921E', 357, NULL, '+919604776010', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-01-02 08:37:10', '2026-01-02 08:37:11', '2026-01-02 08:37:11'),
(234, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 359, NULL, '+917768987115', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 09:53:04', '2026-01-02 09:53:05', '2026-01-02 09:53:05'),
(235, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 372, NULL, '+919922653049', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 11:16:00', '2026-01-02 11:16:00', '2026-01-02 11:16:00'),
(236, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 373, NULL, '+919970750510', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 11:19:09', '2026-01-02 11:19:10', '2026-01-02 11:19:10'),
(237, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 376, NULL, '+919004935122', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-02 11:43:08', '2026-01-02 11:43:11', '2026-01-02 11:43:11'),
(238, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 379, NULL, '+917507510444', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 11:54:35', '2026-01-02 11:54:36', '2026-01-02 11:54:36'),
(239, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 383, NULL, '7620151984', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 12:36:34', '2026-01-02 12:36:36', '2026-01-02 12:36:36'),
(240, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 384, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 12:39:25', '2026-01-02 12:39:26', '2026-01-02 12:39:26'),
(241, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 386, NULL, '+919822551050', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 12:42:45', '2026-01-02 12:42:46', '2026-01-02 12:42:46'),
(242, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 389, NULL, '+919595199299', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 12:48:42', '2026-01-02 12:48:43', '2026-01-02 12:48:43'),
(243, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 391, NULL, '+917350307784', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 13:00:33', '2026-01-02 13:00:35', '2026-01-02 13:00:35'),
(244, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 392, NULL, '+919850840030', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 13:05:09', '2026-01-02 13:05:12', '2026-01-02 13:05:12'),
(245, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 395, NULL, '+919373996250', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 13:15:52', '2026-01-02 13:15:53', '2026-01-02 13:15:53'),
(246, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 397, NULL, '+916744530132', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 13:21:56', '2026-01-02 13:21:57', '2026-01-02 13:21:57'),
(247, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 400, NULL, '9527284848', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 13:41:29', '2026-01-02 13:41:31', '2026-01-02 13:41:31'),
(248, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 402, NULL, '+917020703399', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 13:50:46', '2026-01-02 13:50:48', '2026-01-02 13:50:48'),
(249, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 406, NULL, '+919119470505', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 14:08:43', '2026-01-02 14:08:45', '2026-01-02 14:08:45'),
(250, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 408, NULL, '+919359745664', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 14:20:26', '2026-01-02 14:20:27', '2026-01-02 14:20:27'),
(251, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 410, NULL, '+917620238593', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 14:51:27', '2026-01-02 14:51:28', '2026-01-02 14:51:28'),
(252, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 411, NULL, '+919960032383', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 14:55:45', '2026-01-02 14:55:47', '2026-01-02 14:55:47'),
(253, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 415, NULL, '+918830655096', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 15:14:46', '2026-01-02 15:14:48', '2026-01-02 15:14:48'),
(254, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 418, NULL, '+917038055650', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 15:25:59', '2026-01-02 15:26:01', '2026-01-02 15:26:01'),
(255, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 419, NULL, '+918484820032', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 15:39:26', '2026-01-02 15:39:28', '2026-01-02 15:39:28'),
(256, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 420, NULL, '+919359460387', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 15:41:23', '2026-01-02 15:41:24', '2026-01-02 15:41:24'),
(257, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 428, NULL, '+917022700313', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 16:01:19', '2026-01-02 16:01:21', '2026-01-02 16:01:21'),
(258, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 430, NULL, '+917972774832', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 16:22:43', '2026-01-02 16:22:45', '2026-01-02 16:22:45'),
(259, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 436, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 16:52:26', '2026-01-02 16:52:29', '2026-01-02 16:52:29'),
(260, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 439, NULL, '+919730191127', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 17:10:33', '2026-01-02 17:10:34', '2026-01-02 17:10:34'),
(261, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 440, NULL, '+919890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 17:14:51', '2026-01-02 17:14:53', '2026-01-02 17:14:53'),
(262, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 443, NULL, '+919011850298', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 17:28:49', '2026-01-02 17:28:50', '2026-01-02 17:28:50'),
(263, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 444, NULL, '+919145644544', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 17:34:50', '2026-01-02 17:34:52', '2026-01-02 17:34:52'),
(264, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 447, NULL, '+917449446060', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 17:43:24', '2026-01-02 17:43:26', '2026-01-02 17:43:26'),
(265, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 451, NULL, '+919168004014', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 18:01:16', '2026-01-02 18:01:18', '2026-01-02 18:01:18'),
(266, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 452, NULL, '+917620151984', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 18:14:24', '2026-01-02 18:14:26', '2026-01-02 18:14:26'),
(267, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 457, NULL, '+918208406714', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 18:47:58', '2026-01-02 18:48:00', '2026-01-02 18:48:00'),
(268, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 462, NULL, '+919356965445', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 19:48:18', '2026-01-02 19:48:20', '2026-01-02 19:48:20'),
(269, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 466, NULL, '+917276652323', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-02 20:47:52', '2026-01-02 20:48:04', '2026-01-02 20:48:04'),
(270, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 469, NULL, '+919146931441', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 21:09:06', '2026-01-02 21:09:09', '2026-01-02 21:09:09'),
(271, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 473, NULL, '+917249496816', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-02 22:28:22', '2026-01-02 22:28:24', '2026-01-02 22:28:24'),
(272, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 476, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 09:17:54', '2026-01-03 09:17:56', '2026-01-03 09:17:56'),
(273, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 478, NULL, '+919834202511', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 09:34:15', '2026-01-03 09:34:16', '2026-01-03 09:34:16'),
(274, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 481, NULL, '+918390897299', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 10:58:18', '2026-01-03 10:58:19', '2026-01-03 10:58:19'),
(275, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 484, NULL, '+917378636272', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 11:19:27', '2026-01-03 11:19:28', '2026-01-03 11:19:28'),
(276, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 489, NULL, '+919822332800', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 11:30:43', '2026-01-03 11:30:44', '2026-01-03 11:30:44'),
(277, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 492, NULL, '+919881036810', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 11:39:20', '2026-01-03 11:39:21', '2026-01-03 11:39:21'),
(278, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 494, NULL, '9595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 11:43:50', '2026-01-03 11:43:51', '2026-01-03 11:43:51'),
(279, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 500, NULL, '+919730091121', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 11:59:07', '2026-01-03 11:59:07', '2026-01-03 11:59:07'),
(280, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 501, NULL, '9890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 12:04:36', '2026-01-03 12:04:38', '2026-01-03 12:04:38'),
(281, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 502, NULL, '+917066935431', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 12:11:15', '2026-01-03 12:11:16', '2026-01-03 12:11:16'),
(282, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 503, NULL, '+917768987115', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 12:19:52', '2026-01-03 12:19:54', '2026-01-03 12:19:54'),
(283, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 506, NULL, '+917304878147', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 12:30:45', '2026-01-03 12:30:46', '2026-01-03 12:30:46'),
(284, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 511, NULL, '+919309043604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 12:59:41', '2026-01-03 12:59:41', '2026-01-03 12:59:41'),
(285, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 513, NULL, '+919272811260', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 13:06:53', '2026-01-03 13:06:54', '2026-01-03 13:06:54'),
(286, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 517, NULL, '+917507520849', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 13:39:17', '2026-01-03 13:39:18', '2026-01-03 13:39:18'),
(287, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 518, NULL, '+918799841169', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 13:42:16', '2026-01-03 13:42:17', '2026-01-03 13:42:17'),
(288, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 526, NULL, '+919822999991', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 14:15:37', '2026-01-03 14:15:38', '2026-01-03 14:15:38'),
(289, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 528, NULL, '+917350511850', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 14:22:06', '2026-01-03 14:22:13', '2026-01-03 14:22:13'),
(290, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 540, NULL, '+919518718570', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 16:24:00', '2026-01-03 16:24:01', '2026-01-03 16:24:01'),
(291, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 548, NULL, '+919623456258', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 16:55:27', '2026-01-03 16:55:28', '2026-01-03 16:55:28'),
(292, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 549, NULL, '+919850840030', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 17:07:11', '2026-01-03 17:07:13', '2026-01-03 17:07:13'),
(293, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 550, NULL, '+917620238593', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 17:18:36', '2026-01-03 17:18:37', '2026-01-03 17:18:37'),
(294, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 553, NULL, '+919699643488', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 17:50:18', '2026-01-03 17:50:19', '2026-01-03 17:50:19'),
(295, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 562, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 18:18:59', '2026-01-03 18:18:59', '2026-01-03 18:18:59'),
(296, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 563, NULL, '+919689745840', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 18:21:29', '2026-01-03 18:21:30', '2026-01-03 18:21:30'),
(297, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 564, NULL, '+917620151984', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 18:22:48', '2026-01-03 18:22:48', '2026-01-03 18:22:48'),
(298, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 570, NULL, '+919960412136', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 18:32:02', '2026-01-03 18:32:03', '2026-01-03 18:32:03'),
(299, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 577, NULL, '+918208787433', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 18:54:02', '2026-01-03 18:54:04', '2026-01-03 18:54:04'),
(300, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 578, NULL, '+917798214081', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 18:55:22', '2026-01-03 18:55:23', '2026-01-03 18:55:23'),
(301, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 579, NULL, '+917249175091', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 19:25:22', '2026-01-03 19:25:22', '2026-01-03 19:25:22'),
(302, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 580, NULL, '+919822038955', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 19:26:11', '2026-01-03 19:26:12', '2026-01-03 19:26:12'),
(303, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 588, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 20:06:30', '2026-01-03 20:06:31', '2026-01-03 20:06:31'),
(304, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 590, NULL, '+919960657071', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 20:35:36', '2026-01-03 20:35:38', '2026-01-03 20:35:38'),
(305, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 594, NULL, '+919595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 20:58:31', '2026-01-03 20:58:32', '2026-01-03 20:58:32'),
(306, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 598, NULL, '+919356965445', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-03 22:03:10', '2026-01-03 22:03:12', '2026-01-03 22:03:12'),
(307, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 600, NULL, '+917498135257', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 09:40:16', '2026-01-04 09:40:18', '2026-01-04 09:40:18'),
(308, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 611, NULL, '+919373996250', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 10:34:50', '2026-01-04 10:34:51', '2026-01-04 10:34:51'),
(309, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 619, NULL, '+918625870033', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 11:01:31', '2026-01-04 11:01:32', '2026-01-04 11:01:32'),
(310, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 622, NULL, '+912048552415', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 11:06:50', '2026-01-04 11:06:51', '2026-01-04 11:06:51'),
(311, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 624, NULL, '+919028165308', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 11:11:45', '2026-01-04 11:11:46', '2026-01-04 11:11:46'),
(312, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 636, NULL, '+919552101099', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 12:12:44', '2026-01-04 12:12:45', '2026-01-04 12:12:45'),
(313, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 638, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 12:14:13', '2026-01-04 12:14:13', '2026-01-04 12:14:13'),
(314, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 640, NULL, '+919730993282', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 12:17:54', '2026-01-04 12:17:55', '2026-01-04 12:17:55'),
(315, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 647, NULL, '+919309043604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 13:04:09', '2026-01-04 13:04:11', '2026-01-04 13:04:11'),
(316, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 664, NULL, '+918799841169', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 13:56:59', '2026-01-04 13:57:01', '2026-01-04 13:57:01'),
(317, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 665, NULL, '+919372525188', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 13:58:02', '2026-01-04 13:58:03', '2026-01-04 13:58:03'),
(318, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 668, NULL, '+919822239790', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 14:46:50', '2026-01-04 14:46:51', '2026-01-04 14:46:51'),
(319, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 671, NULL, '+917776901254', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 15:26:11', '2026-01-04 15:26:12', '2026-01-04 15:26:12'),
(320, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 673, NULL, '+919049597337', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 15:36:03', '2026-01-04 15:36:04', '2026-01-04 15:36:04'),
(321, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 679, NULL, '+918484820032', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 16:12:57', '2026-01-04 16:12:59', '2026-01-04 16:12:59'),
(322, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 682, NULL, '7620151984', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 16:31:37', '2026-01-04 16:31:38', '2026-01-04 16:31:38'),
(323, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 684, NULL, '+919146931441', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 16:54:17', '2026-01-04 16:54:18', '2026-01-04 16:54:18'),
(324, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 686, NULL, '+919850840030', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 17:16:45', '2026-01-04 17:16:47', '2026-01-04 17:16:47'),
(325, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 692, NULL, '+919518718570', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 17:50:46', '2026-01-04 17:50:47', '2026-01-04 17:50:47'),
(326, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 694, NULL, '+917798477778', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 17:52:11', '2026-01-04 17:52:12', '2026-01-04 17:52:12'),
(327, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 695, NULL, '+917420841602', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 17:55:12', '2026-01-04 17:55:13', '2026-01-04 17:55:13'),
(328, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 700, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 18:35:42', '2026-01-04 18:35:44', '2026-01-04 18:35:44'),
(329, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 706, NULL, '+917038727582', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 20:05:08', '2026-01-04 20:05:09', '2026-01-04 20:05:09'),
(330, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 708, NULL, '7972276745', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 20:21:09', '2026-01-04 20:21:10', '2026-01-04 20:21:10'),
(331, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 709, NULL, '9765353796', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 20:36:28', '2026-01-04 20:36:29', '2026-01-04 20:36:29'),
(332, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 710, NULL, '+917820806585', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 20:41:54', '2026-01-04 20:41:58', '2026-01-04 20:41:58'),
(333, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 713, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 20:43:49', '2026-01-04 20:43:50', '2026-01-04 20:43:50'),
(334, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 714, NULL, '9890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 20:44:01', '2026-01-04 20:44:02', '2026-01-04 20:44:02'),
(335, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 715, NULL, '+919890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 20:44:42', '2026-01-04 20:44:42', '2026-01-04 20:44:42'),
(336, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 718, NULL, '+919588652870', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 21:09:47', '2026-01-04 21:09:48', '2026-01-04 21:09:48'),
(337, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 720, NULL, '+917887456546', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 21:16:54', '2026-01-04 21:16:55', '2026-01-04 21:16:55'),
(338, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 721, NULL, '+917378636272', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-04 21:51:49', '2026-01-04 21:51:50', '2026-01-04 21:51:50'),
(339, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 727, NULL, '+919822079646', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 08:50:35', '2026-01-05 08:50:36', '2026-01-05 08:50:36');
INSERT INTO `sms_logs` (`id`, `user_id`, `device_id`, `device_name`, `call_log_id`, `local_id`, `phone_number`, `contact_name`, `message`, `status`, `channel`, `error_message`, `sent_at`, `created_at`, `updated_at`) VALUES
(340, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 729, NULL, '+919021718617', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 09:40:43', '2026-01-05 09:40:44', '2026-01-05 09:40:44'),
(341, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 730, NULL, '+919834202511', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 09:42:29', '2026-01-05 09:42:31', '2026-01-05 09:42:31'),
(342, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 731, NULL, '+918390897299', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 10:09:41', '2026-01-05 10:09:43', '2026-01-05 10:09:43'),
(343, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 732, NULL, '+919860042119', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 10:22:14', '2026-01-05 10:22:16', '2026-01-05 10:22:16'),
(344, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 734, NULL, '+917620238593', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 10:47:17', '2026-01-05 10:47:18', '2026-01-05 10:47:18'),
(345, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 736, NULL, '+919699549922', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-05 10:53:37', '2026-01-05 10:53:47', '2026-01-05 10:53:47'),
(346, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 742, NULL, '+912069078072', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-05 11:39:46', '2026-01-05 11:39:48', '2026-01-05 11:39:48'),
(347, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 743, NULL, '+917768987115', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 11:40:54', '2026-01-05 11:40:56', '2026-01-05 11:40:56'),
(348, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 747, NULL, '+919356965445', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 12:14:20', '2026-01-05 12:14:21', '2026-01-05 12:14:21'),
(349, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 748, NULL, '+919822038955', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 12:15:02', '2026-01-05 12:15:03', '2026-01-05 12:15:03'),
(350, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 749, NULL, '+917022700313', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 12:18:33', '2026-01-05 12:18:34', '2026-01-05 12:18:34'),
(351, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 751, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 12:31:51', '2026-01-05 12:31:52', '2026-01-05 12:31:52'),
(352, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 766, NULL, '+918010952956', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 14:25:04', '2026-01-05 14:25:06', '2026-01-05 14:25:06'),
(353, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 770, NULL, '+919049585917', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 14:45:13', '2026-01-05 14:45:15', '2026-01-05 14:45:15'),
(354, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 771, NULL, '+919503821700', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 14:56:49', '2026-01-05 14:56:50', '2026-01-05 14:56:50'),
(355, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 787, NULL, '+919689031111', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 16:27:51', '2026-01-05 16:27:53', '2026-01-05 16:27:53'),
(356, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 789, NULL, '+919370194779', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 16:34:39', '2026-01-05 16:34:40', '2026-01-05 16:34:40'),
(357, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 795, NULL, '8007192732', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 17:17:24', '2026-01-05 17:17:26', '2026-01-05 17:17:26'),
(358, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 796, NULL, '+917971803867', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 17:19:14', '2026-01-05 17:19:16', '2026-01-05 17:19:16'),
(359, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 798, NULL, '+919850840030', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 17:27:03', '2026-01-05 17:27:04', '2026-01-05 17:27:04'),
(360, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 800, NULL, '+919309043604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-05 17:38:07', '2026-01-05 17:47:21', '2026-01-05 17:47:21'),
(361, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 800, NULL, '+919309043604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-05 17:38:07', '2026-01-05 17:47:21', '2026-01-05 17:47:21'),
(362, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 805, NULL, '+918484820032', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-05 18:05:54', '2026-01-05 18:06:59', '2026-01-05 18:06:59'),
(363, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 805, NULL, '+918484820032', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-05 18:05:54', '2026-01-05 18:06:59', '2026-01-05 18:06:59'),
(364, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 811, NULL, '+918668950093', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 18:29:53', '2026-01-05 18:29:54', '2026-01-05 18:29:54'),
(365, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 813, NULL, '+919767723322', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 18:48:09', '2026-01-05 18:48:10', '2026-01-05 18:48:10'),
(366, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 814, NULL, '+917971086696', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 19:00:31', '2026-01-05 19:00:33', '2026-01-05 19:00:33'),
(367, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 818, NULL, '+919822503337', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 19:25:35', '2026-01-05 19:25:36', '2026-01-05 19:25:36'),
(368, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 819, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 19:36:47', '2026-01-05 19:36:49', '2026-01-05 19:36:49'),
(369, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 820, NULL, '9595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 19:38:09', '2026-01-05 19:38:11', '2026-01-05 19:38:11'),
(370, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 827, NULL, '+919552502528', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 20:21:51', '2026-01-05 20:21:53', '2026-01-05 20:21:53'),
(371, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 828, NULL, '+917387147337', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-05 21:18:17', '2026-01-05 21:18:27', '2026-01-05 21:18:27'),
(372, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 832, NULL, '+919595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-05 23:25:03', '2026-01-05 23:25:04', '2026-01-05 23:25:04'),
(373, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 834, NULL, '+917620151984', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 08:34:21', '2026-01-06 08:34:22', '2026-01-06 08:34:22'),
(374, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 838, NULL, '+919890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 08:47:53', '2026-01-06 08:47:54', '2026-01-06 08:47:54'),
(375, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 841, NULL, '+917249496816', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 09:09:28', '2026-01-06 09:09:30', '2026-01-06 09:09:30'),
(376, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 847, NULL, '+919272811260', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 10:34:14', '2026-01-06 10:34:16', '2026-01-06 10:34:16'),
(377, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 848, NULL, '+919373101327', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 10:36:01', '2026-01-06 10:36:02', '2026-01-06 10:36:02'),
(378, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 850, NULL, '+919699643488', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 10:40:26', '2026-01-06 10:40:27', '2026-01-06 10:40:27'),
(379, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 852, NULL, '+919146931441', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 10:56:14', '2026-01-06 10:56:16', '2026-01-06 10:56:16'),
(380, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 853, NULL, '9922141080', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 11:00:56', '2026-01-06 11:00:58', '2026-01-06 11:00:58'),
(381, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 854, NULL, '+917798477778', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 11:01:34', '2026-01-06 11:01:35', '2026-01-06 11:01:35'),
(382, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 859, NULL, '+919730993282', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 11:10:34', '2026-01-06 11:10:35', '2026-01-06 11:10:35'),
(383, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 861, NULL, '+919970750510', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 11:12:29', '2026-01-06 11:12:30', '2026-01-06 11:12:30'),
(384, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 866, NULL, '+919356605762', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 11:23:14', '2026-01-06 11:23:15', '2026-01-06 11:23:15'),
(385, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 870, NULL, '+917620238593', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 11:28:56', '2026-01-06 11:28:58', '2026-01-06 11:28:58'),
(386, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 872, NULL, '+919021718617', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 11:40:57', '2026-01-06 11:40:59', '2026-01-06 11:40:59'),
(387, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 873, NULL, '+918208787433', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 11:42:30', '2026-01-06 11:42:32', '2026-01-06 11:42:32'),
(388, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 875, NULL, '+918888865180', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 11:47:49', '2026-01-06 11:47:50', '2026-01-06 11:47:50'),
(389, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 883, NULL, '+919921949091', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 12:16:12', '2026-01-06 12:16:15', '2026-01-06 12:16:15'),
(390, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 894, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 13:29:43', '2026-01-06 13:29:46', '2026-01-06 13:29:46'),
(391, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 895, NULL, '+919657556677', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 13:46:55', '2026-01-06 13:46:56', '2026-01-06 13:46:56'),
(392, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 896, NULL, '+919623456258', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 13:50:44', '2026-01-06 13:50:47', '2026-01-06 13:50:47'),
(393, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 902, NULL, '+917768987115', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 14:16:00', '2026-01-06 14:16:01', '2026-01-06 14:16:01'),
(394, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 904, NULL, '+919923856087', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 14:42:45', '2026-01-06 14:42:46', '2026-01-06 14:42:46'),
(395, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 905, NULL, '+917726854941', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 14:50:24', '2026-01-06 14:50:26', '2026-01-06 14:50:26'),
(396, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 908, NULL, '+919822038955', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 14:56:54', '2026-01-06 14:56:57', '2026-01-06 14:56:57'),
(397, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 909, NULL, '+918035204552', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 14:58:45', '2026-01-06 14:58:47', '2026-01-06 14:58:47'),
(398, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 912, NULL, '+917022700313', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 15:15:07', '2026-01-06 15:15:10', '2026-01-06 15:15:10'),
(399, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 922, NULL, '+918390897299', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 17:32:56', '2026-01-06 17:32:58', '2026-01-06 17:32:58'),
(400, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 929, NULL, '+919309043604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 18:28:20', '2026-01-06 18:28:22', '2026-01-06 18:28:22'),
(401, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 933, NULL, '+918208406714', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 19:01:43', '2026-01-06 19:01:45', '2026-01-06 19:01:45'),
(402, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 935, NULL, '+919689745840', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 19:55:49', '2026-01-06 19:55:51', '2026-01-06 19:55:51'),
(403, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 936, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 19:57:31', '2026-01-06 19:57:32', '2026-01-06 19:57:32'),
(404, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 937, NULL, '+919359460387', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 20:11:37', '2026-01-06 20:11:40', '2026-01-06 20:11:40'),
(405, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 950, NULL, '+917249175091', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 20:52:30', '2026-01-06 20:52:32', '2026-01-06 20:52:32'),
(406, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 953, NULL, '+919850840030', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-06 22:04:45', '2026-01-06 22:04:47', '2026-01-06 22:04:47'),
(407, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 960, NULL, '+919860042119', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 08:53:52', '2026-01-07 08:53:54', '2026-01-07 08:53:54'),
(408, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 962, NULL, '+918484820032', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 09:45:30', '2026-01-07 09:45:32', '2026-01-07 09:45:32'),
(409, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 971, NULL, '+918668950093', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 10:38:22', '2026-01-07 10:38:23', '2026-01-07 10:38:23'),
(410, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 977, NULL, '+919834368869', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 11:12:08', '2026-01-07 11:12:10', '2026-01-07 11:12:10'),
(411, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 981, NULL, '+919979897892', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 11:34:47', '2026-01-07 11:34:49', '2026-01-07 11:34:49'),
(412, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 982, NULL, '+917971520296', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 11:35:54', '2026-01-07 11:35:55', '2026-01-07 11:35:55'),
(413, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 984, NULL, '+919699643488', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 11:52:21', '2026-01-07 11:52:23', '2026-01-07 11:52:23'),
(414, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 987, NULL, '+919970750510', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 12:12:57', '2026-01-07 12:13:00', '2026-01-07 12:13:00'),
(415, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 988, NULL, '+919527284848', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 12:27:41', '2026-01-07 12:27:44', '2026-01-07 12:27:44'),
(416, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 989, NULL, '+919730993282', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 12:42:10', '2026-01-07 12:42:12', '2026-01-07 12:42:12'),
(417, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 991, NULL, '+918799841169', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 12:53:38', '2026-01-07 12:53:40', '2026-01-07 12:53:40'),
(418, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 995, NULL, '+911409336677', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-07 13:04:27', '2026-01-07 13:04:29', '2026-01-07 13:04:29'),
(419, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1004, NULL, '+917620238593', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 14:05:43', '2026-01-07 14:05:46', '2026-01-07 14:05:46'),
(420, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1005, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 14:06:21', '2026-01-07 14:06:23', '2026-01-07 14:06:23'),
(421, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1011, NULL, '+918625870033', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 14:23:22', '2026-01-07 14:23:24', '2026-01-07 14:23:24'),
(422, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1013, NULL, '+917768987115', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 14:30:04', '2026-01-07 14:30:06', '2026-01-07 14:30:06'),
(423, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1015, NULL, '+917709686604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 14:48:51', '2026-01-07 14:48:52', '2026-01-07 14:48:52'),
(424, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1016, NULL, '+919822503337', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 14:51:04', '2026-01-07 14:51:06', '2026-01-07 14:51:06'),
(425, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1019, NULL, '9921927285', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 15:03:36', '2026-01-07 15:03:38', '2026-01-07 15:03:38'),
(426, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1020, NULL, '+917276402558', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 15:14:33', '2026-01-07 15:14:34', '2026-01-07 15:14:34'),
(427, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1023, NULL, '9370903131', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 15:31:01', '2026-01-07 15:31:03', '2026-01-07 15:31:03'),
(428, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1030, NULL, '+916357289782', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 17:54:13', '2026-01-07 17:54:15', '2026-01-07 17:54:15'),
(429, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1031, NULL, '+919890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 18:00:00', '2026-01-07 18:00:03', '2026-01-07 18:00:03'),
(430, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1034, NULL, '9595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 18:14:19', '2026-01-07 18:14:21', '2026-01-07 18:14:21'),
(431, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1037, NULL, '+918600440328', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 18:37:49', '2026-01-07 18:37:51', '2026-01-07 18:37:51'),
(432, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1038, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 18:38:59', '2026-01-07 18:39:01', '2026-01-07 18:39:01'),
(433, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1040, NULL, '+917387147337', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 18:54:25', '2026-01-07 18:54:28', '2026-01-07 18:54:28'),
(434, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1046, NULL, '+917291908949', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 19:35:45', '2026-01-07 19:35:47', '2026-01-07 19:35:47'),
(435, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1051, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 20:05:55', '2026-01-07 20:05:57', '2026-01-07 20:05:57'),
(436, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1060, NULL, '+918208787433', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 21:19:28', '2026-01-07 21:19:30', '2026-01-07 21:19:30'),
(437, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1063, NULL, '+919595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-07 21:21:27', '2026-01-07 21:21:28', '2026-01-07 21:21:28'),
(438, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1068, NULL, '+917249175091', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 09:29:58', '2026-01-08 09:30:00', '2026-01-08 09:30:00'),
(439, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1073, NULL, '+919822331607', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 10:11:30', '2026-01-08 10:11:33', '2026-01-08 10:11:33'),
(440, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1074, NULL, '+919579988914', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 10:21:00', '2026-01-08 10:21:03', '2026-01-08 10:21:03'),
(441, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1080, NULL, '+919146931441', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 11:13:02', '2026-01-08 11:13:04', '2026-01-08 11:13:04'),
(442, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1083, NULL, '+917350511850', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 11:18:57', '2026-01-08 11:18:59', '2026-01-08 11:18:59'),
(443, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1084, NULL, '+919049585917', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 11:19:56', '2026-01-08 11:19:58', '2026-01-08 11:19:58'),
(444, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1086, NULL, '+919850840030', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 11:28:48', '2026-01-08 11:28:50', '2026-01-08 11:28:50'),
(445, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1090, NULL, '9823284899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 11:42:45', '2026-01-08 11:42:49', '2026-01-08 11:42:49'),
(446, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1093, NULL, '+919699643488', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 11:58:41', '2026-01-08 11:58:46', '2026-01-08 11:58:46'),
(447, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1096, NULL, '+917709000141', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 12:19:24', '2026-01-08 12:19:26', '2026-01-08 12:19:26'),
(448, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1097, NULL, '+919588652870', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 12:23:13', '2026-01-08 12:23:15', '2026-01-08 12:23:15'),
(449, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1098, NULL, '+917066432754', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 12:31:14', '2026-01-08 12:31:17', '2026-01-08 12:31:17'),
(450, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1099, NULL, '+912048574529', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-08 12:33:03', '2026-01-08 12:33:06', '2026-01-08 12:33:06'),
(451, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1104, NULL, '+917378636272', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 13:03:09', '2026-01-08 13:03:11', '2026-01-08 13:03:11'),
(452, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1119, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 14:29:39', '2026-01-08 14:29:41', '2026-01-08 14:29:41');
INSERT INTO `sms_logs` (`id`, `user_id`, `device_id`, `device_name`, `call_log_id`, `local_id`, `phone_number`, `contact_name`, `message`, `status`, `channel`, `error_message`, `sent_at`, `created_at`, `updated_at`) VALUES
(453, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1120, NULL, '+912048554186', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-08 14:36:11', '2026-01-08 14:36:14', '2026-01-08 14:36:14'),
(454, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1122, NULL, '+917620238593', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 15:00:03', '2026-01-08 15:00:05', '2026-01-08 15:00:05'),
(455, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1125, NULL, '9890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 15:05:24', '2026-01-08 15:05:27', '2026-01-08 15:05:27'),
(456, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1128, NULL, '+919518718570', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 15:19:23', '2026-01-08 15:19:26', '2026-01-08 15:19:26'),
(457, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1130, NULL, '+918799841169', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 15:25:31', '2026-01-08 15:25:33', '2026-01-08 15:25:33'),
(458, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1132, NULL, '+919765614163', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 15:52:47', '2026-01-08 15:52:50', '2026-01-08 15:52:50'),
(459, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1133, NULL, '+919730993282', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 16:10:13', '2026-01-08 16:10:16', '2026-01-08 16:10:16'),
(460, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1134, NULL, '9049995596', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 16:12:04', '2026-01-08 16:12:07', '2026-01-08 16:12:07'),
(461, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1142, NULL, '+917776901254', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 17:14:09', '2026-01-08 17:14:11', '2026-01-08 17:14:11'),
(462, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1143, NULL, '7709484444', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 17:19:16', '2026-01-08 17:19:18', '2026-01-08 17:19:18'),
(463, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1144, NULL, '+919579123535', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 17:21:56', '2026-01-08 17:21:58', '2026-01-08 17:21:58'),
(464, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1148, NULL, '+919657556677', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 17:32:43', '2026-01-08 17:32:45', '2026-01-08 17:32:45'),
(465, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1149, NULL, '9922141597', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 17:35:19', '2026-01-08 17:35:21', '2026-01-08 17:35:21'),
(466, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1151, NULL, '+918668950093', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 17:46:33', '2026-01-08 17:46:35', '2026-01-08 17:46:35'),
(467, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1156, NULL, '+917768987115', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 18:14:42', '2026-01-08 18:14:46', '2026-01-08 18:14:46'),
(468, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1157, NULL, '+917709686604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 18:29:06', '2026-01-08 18:29:08', '2026-01-08 18:29:08'),
(469, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1161, NULL, '+919356965445', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 18:54:26', '2026-01-08 18:54:29', '2026-01-08 18:54:29'),
(470, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1162, NULL, '7971830664', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 19:13:20', '2026-01-08 19:13:22', '2026-01-08 19:13:22'),
(471, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1163, NULL, '7971953323', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 19:13:47', '2026-01-08 19:13:48', '2026-01-08 19:13:48'),
(472, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1164, NULL, '+917387147337', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 19:17:54', '2026-01-08 19:17:57', '2026-01-08 19:17:57'),
(473, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1166, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 19:47:26', '2026-01-08 19:47:28', '2026-01-08 19:47:28'),
(474, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1167, NULL, '9689918978', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 19:48:41', '2026-01-08 19:48:43', '2026-01-08 19:48:43'),
(475, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1169, NULL, '+919881397979', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 20:16:02', '2026-01-08 20:16:05', '2026-01-08 20:16:05'),
(476, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1171, NULL, '+918999404520', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 20:21:43', '2026-01-08 20:21:45', '2026-01-08 20:21:45'),
(477, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1173, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 20:32:50', '2026-01-08 20:32:52', '2026-01-08 20:32:52'),
(478, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1175, NULL, '+919923206005', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 20:37:57', '2026-01-08 20:37:59', '2026-01-08 20:37:59'),
(479, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1176, NULL, '+917971953323', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-08 20:39:32', '2026-01-08 20:39:34', '2026-01-08 20:39:34'),
(480, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1181, NULL, '+919545866086', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 20:51:50', '2026-01-08 20:51:52', '2026-01-08 20:51:52'),
(481, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1188, NULL, '+918208763459', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 21:42:50', '2026-01-08 21:42:52', '2026-01-08 21:42:52'),
(482, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1189, NULL, '+919764167077', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 21:47:49', '2026-01-08 21:47:52', '2026-01-08 21:47:52'),
(483, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1192, NULL, '9922141080', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 21:57:01', '2026-01-08 21:57:04', '2026-01-08 21:57:04'),
(484, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1193, NULL, '+919922141080', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 21:57:59', '2026-01-08 21:58:02', '2026-01-08 21:58:02'),
(485, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1195, NULL, '+917507554057', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-08 22:05:05', '2026-01-08 22:05:07', '2026-01-08 22:05:07'),
(486, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1202, NULL, '8975559269', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 08:13:23', '2026-01-09 08:13:24', '2026-01-09 08:13:24'),
(487, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1214, NULL, '+918888585835', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 10:22:56', '2026-01-09 10:22:58', '2026-01-09 10:22:58'),
(488, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1216, NULL, '+918888865180', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 10:39:57', '2026-01-09 10:39:58', '2026-01-09 10:39:58'),
(489, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1219, NULL, '+919004935122', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 10:56:20', '2026-01-09 10:56:21', '2026-01-09 10:56:21'),
(490, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1221, NULL, '9370903131', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 11:04:12', '2026-01-09 11:04:13', '2026-01-09 11:04:13'),
(491, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1222, NULL, '+919370903131', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 11:15:34', '2026-01-09 11:15:35', '2026-01-09 11:15:35'),
(492, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1236, NULL, '+919850840030', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 12:23:17', '2026-01-09 12:23:18', '2026-01-09 12:23:18'),
(493, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1242, NULL, '+919289987010', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 13:10:42', '2026-01-09 13:10:45', '2026-01-09 13:10:45'),
(494, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1243, NULL, '+919588652870', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-09 13:21:32', '2026-01-09 13:21:41', '2026-01-09 13:21:41'),
(495, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1244, NULL, '+919309043604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 13:24:10', '2026-01-09 13:24:12', '2026-01-09 13:24:12'),
(496, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1257, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 14:54:17', '2026-01-09 14:54:17', '2026-01-09 14:54:17'),
(497, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1259, NULL, '+919579988914', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 15:12:38', '2026-01-09 15:12:41', '2026-01-09 15:12:41'),
(498, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1260, NULL, '+919860042119', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 15:13:51', '2026-01-09 15:13:52', '2026-01-09 15:13:52'),
(499, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1262, NULL, '+919822632630', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 16:16:45', '2026-01-09 16:16:46', '2026-01-09 16:16:46'),
(500, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1263, NULL, '+917620238593', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 16:22:45', '2026-01-09 16:22:47', '2026-01-09 16:22:47'),
(501, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1265, NULL, '+918484820032', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 16:38:48', '2026-01-09 16:38:50', '2026-01-09 16:38:50'),
(502, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1267, NULL, '+919022475569', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 16:56:13', '2026-01-09 16:56:14', '2026-01-09 16:56:14'),
(503, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1270, NULL, '9764167077', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 17:26:09', '2026-01-09 17:26:10', '2026-01-09 17:26:10'),
(504, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1272, NULL, '+917620151984', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 17:42:13', '2026-01-09 17:42:14', '2026-01-09 17:42:14'),
(505, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1275, NULL, '+917249175091', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 18:01:01', '2026-01-09 18:01:03', '2026-01-09 18:01:03'),
(506, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1279, NULL, '+918061919458', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 18:29:54', '2026-01-09 18:29:54', '2026-01-09 18:29:54'),
(507, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1280, NULL, '+919339702625', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 19:00:53', '2026-01-09 19:00:54', '2026-01-09 19:00:54'),
(508, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1281, NULL, '7971753007', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-09 19:24:24', '2026-01-09 19:24:26', '2026-01-09 19:24:26'),
(509, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1283, NULL, '+917387147337', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 20:09:20', '2026-01-09 20:09:21', '2026-01-09 20:09:21'),
(510, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1288, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 20:32:25', '2026-01-09 20:32:27', '2026-01-09 20:32:27'),
(511, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1293, NULL, '+918767100692', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 21:09:08', '2026-01-09 21:09:10', '2026-01-09 21:09:10'),
(512, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1295, NULL, '+917971953327', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-09 21:15:29', '2026-01-09 21:15:30', '2026-01-09 21:15:30'),
(513, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1296, NULL, '+919168004014', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 21:21:01', '2026-01-09 21:21:03', '2026-01-09 21:21:03'),
(514, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1301, NULL, '+919923206005', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 22:06:15', '2026-01-09 22:06:16', '2026-01-09 22:06:16'),
(515, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1303, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-09 22:12:16', '2026-01-09 22:12:18', '2026-01-09 22:12:18'),
(516, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1304, NULL, '+917709686604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-09 23:05:31', '2026-01-10 07:48:25', '2026-01-10 07:48:25'),
(517, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1312, NULL, '7620151984', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 10:53:46', '2026-01-10 10:53:48', '2026-01-10 10:53:48'),
(518, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1313, NULL, '+919356400307', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 10:56:08', '2026-01-10 10:56:09', '2026-01-10 10:56:09'),
(519, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1315, NULL, '+919146931441', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 11:03:24', '2026-01-10 11:03:25', '2026-01-10 11:03:25'),
(520, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1318, NULL, '+919960032383', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 11:16:26', '2026-01-10 11:16:27', '2026-01-10 11:16:27'),
(521, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1320, NULL, '+917022700313', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 11:26:36', '2026-01-10 11:26:38', '2026-01-10 11:26:38'),
(522, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1323, NULL, '+919730993282', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 11:41:08', '2026-01-10 11:41:10', '2026-01-10 11:41:10'),
(523, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1325, NULL, '+919921927285', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 11:59:28', '2026-01-10 11:59:30', '2026-01-10 11:59:30'),
(524, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1329, NULL, '+919922663626', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 12:28:17', '2026-01-10 12:28:19', '2026-01-10 12:28:19'),
(525, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1331, NULL, '+917768987115', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 12:41:45', '2026-01-10 12:41:48', '2026-01-10 12:41:48'),
(526, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1333, NULL, '+919765084444', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 12:50:21', '2026-01-10 12:50:23', '2026-01-10 12:50:23'),
(527, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1342, NULL, '+919004935122', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 13:12:15', '2026-01-10 13:12:16', '2026-01-10 13:12:16'),
(528, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1345, NULL, '+918698153174', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 13:25:26', '2026-01-10 13:25:27', '2026-01-10 13:25:27'),
(529, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1351, NULL, '+918208406714', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 13:54:53', '2026-01-10 13:54:54', '2026-01-10 13:54:54'),
(530, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1353, NULL, '+919579123535', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 13:58:04', '2026-01-10 13:58:05', '2026-01-10 13:58:05'),
(531, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1355, NULL, '+919123633957', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 14:00:54', '2026-01-10 14:00:55', '2026-01-10 14:00:55'),
(532, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1368, NULL, '8411050917', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 15:11:04', '2026-01-10 15:11:05', '2026-01-10 15:11:05'),
(533, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1369, NULL, '+918411050917', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 15:14:39', '2026-01-10 15:14:40', '2026-01-10 15:14:40'),
(534, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1370, NULL, '+919922007487', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 15:16:26', '2026-01-10 15:16:27', '2026-01-10 15:16:27'),
(535, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1373, NULL, '7709686604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 15:34:57', '2026-01-10 15:34:57', '2026-01-10 15:34:57'),
(536, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1380, NULL, '+919850840030', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 15:49:17', '2026-01-10 15:49:19', '2026-01-10 15:49:19'),
(537, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1390, NULL, '9922141080', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 16:37:58', '2026-01-10 16:37:59', '2026-01-10 16:37:59'),
(538, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1391, NULL, '+919881397979', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 16:43:43', '2026-01-10 16:43:44', '2026-01-10 16:43:44'),
(539, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1395, NULL, '+919922114064', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 16:57:49', '2026-01-10 16:57:50', '2026-01-10 16:57:50'),
(540, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1398, NULL, '+919860042119', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 17:03:53', '2026-01-10 17:03:55', '2026-01-10 17:03:55'),
(541, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1399, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 17:05:47', '2026-01-10 17:05:48', '2026-01-10 17:05:48'),
(542, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1402, NULL, '+919518718570', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 17:32:18', '2026-01-10 17:32:19', '2026-01-10 17:32:19'),
(543, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1409, NULL, '+919834858033', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 18:07:06', '2026-01-10 18:07:07', '2026-01-10 18:07:07'),
(544, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1411, NULL, '+917620238593', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 18:18:33', '2026-01-10 18:18:34', '2026-01-10 18:18:34'),
(545, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1412, NULL, '+917249175091', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 18:26:40', '2026-01-10 18:26:41', '2026-01-10 18:26:41'),
(546, 6, '8b1d66eef6c9688a', 'vivo V2351', 1, NULL, '+918600137050', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-10 19:05:22', '2026-01-10 19:05:24', '2026-01-10 19:05:24'),
(547, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1418, NULL, '+919356965445', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 19:38:45', '2026-01-10 19:38:46', '2026-01-10 19:38:46'),
(548, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1422, NULL, '+918484820032', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 19:54:17', '2026-01-10 19:54:18', '2026-01-10 19:54:18'),
(549, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1428, NULL, '+918983482012', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 20:32:11', '2026-01-10 20:32:12', '2026-01-10 20:32:12'),
(550, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1429, NULL, '+919309091920', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 20:33:40', '2026-01-10 20:33:45', '2026-01-10 20:33:45'),
(551, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1431, NULL, '+919370998040', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-10 20:38:45', '2026-01-10 20:39:02', '2026-01-10 20:39:02'),
(552, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1432, NULL, '+919545866086', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 20:42:37', '2026-01-10 20:42:38', '2026-01-10 20:42:38'),
(553, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1433, NULL, '+917387147337', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 20:48:21', '2026-01-10 20:48:23', '2026-01-10 20:48:23'),
(554, 6, '8b1d66eef6c9688a', 'vivo V2351', 3, NULL, '+918767900167', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-10 21:13:28', '2026-01-10 21:13:31', '2026-01-10 21:13:31'),
(555, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1440, NULL, '+919822551050', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 21:19:01', '2026-01-10 21:19:02', '2026-01-10 21:19:02'),
(556, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1447, NULL, '+918799841169', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-10 21:54:11', '2026-01-10 21:54:12', '2026-01-10 21:54:12'),
(557, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1448, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-10 22:39:48', '2026-01-10 22:39:52', '2026-01-10 22:39:52'),
(558, 6, '8b1d66eef6c9688a', 'vivo V2351', 1453, NULL, '+919588652870', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-11 09:15:08', '2026-01-11 09:15:10', '2026-01-11 09:15:10'),
(559, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1455, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 09:46:30', '2026-01-11 09:46:31', '2026-01-11 09:46:31'),
(560, 6, '8b1d66eef6c9688a', 'vivo V2351', 1459, NULL, '8600137050', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-11 11:06:58', '2026-01-11 11:07:00', '2026-01-11 11:07:00'),
(561, 6, '8b1d66eef6c9688a', 'vivo V2351', 1460, NULL, '9021498556', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-11 11:07:24', '2026-01-11 11:07:25', '2026-01-11 11:07:25'),
(562, 6, '8b1d66eef6c9688a', 'vivo V2351', 1461, NULL, '9822426339', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-11 11:07:54', '2026-01-11 11:07:55', '2026-01-11 11:07:55'),
(563, 6, '8b1d66eef6c9688a', 'vivo V2351', 1462, NULL, '7075879447', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-11 11:08:11', '2026-01-11 11:08:12', '2026-01-11 11:08:12'),
(564, 6, '8b1d66eef6c9688a', 'vivo V2351', 1465, NULL, '7397855291', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-11 11:10:16', '2026-01-11 11:10:17', '2026-01-11 11:10:17'),
(565, 6, '8b1d66eef6c9688a', 'vivo V2351', 1466, NULL, '7020459550', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-11 11:10:37', '2026-01-11 11:10:38', '2026-01-11 11:10:38'),
(566, 6, '8b1d66eef6c9688a', 'vivo V2351', 1467, NULL, '8828565005', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-11 11:10:48', '2026-01-11 11:10:49', '2026-01-11 11:10:49'),
(567, 6, '8b1d66eef6c9688a', 'vivo V2351', 1469, NULL, '+917075879447', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-11 11:15:01', '2026-01-11 11:15:02', '2026-01-11 11:15:02'),
(568, 6, '8b1d66eef6c9688a', 'vivo V2351', 1471, NULL, '+918828565005', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-11 11:17:55', '2026-01-11 11:17:55', '2026-01-11 11:17:55'),
(569, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1474, NULL, '7971953412', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-11 11:48:37', '2026-01-11 11:48:38', '2026-01-11 11:48:38'),
(570, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1475, NULL, '7971753025', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 11:48:59', '2026-01-11 11:49:00', '2026-01-11 11:49:00'),
(571, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1476, NULL, '7971830696', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 11:49:42', '2026-01-11 11:49:42', '2026-01-11 11:49:42');
INSERT INTO `sms_logs` (`id`, `user_id`, `device_id`, `device_name`, `call_log_id`, `local_id`, `phone_number`, `contact_name`, `message`, `status`, `channel`, `error_message`, `sent_at`, `created_at`, `updated_at`) VALUES
(572, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1478, NULL, '+917313783292', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 11:57:03', '2026-01-11 11:57:04', '2026-01-11 11:57:04'),
(573, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1481, NULL, '+919309043604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 12:17:07', '2026-01-11 12:17:08', '2026-01-11 12:17:08'),
(574, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1482, NULL, '+917507554057', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 12:20:12', '2026-01-11 12:20:13', '2026-01-11 12:20:13'),
(575, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1483, NULL, '+919922561212', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 12:20:25', '2026-01-11 12:20:25', '2026-01-11 12:20:25'),
(576, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1489, NULL, '+917709686604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 12:57:19', '2026-01-11 12:57:20', '2026-01-11 12:57:20'),
(577, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1491, NULL, '9922561212', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 13:06:19', '2026-01-11 13:06:21', '2026-01-11 13:06:21'),
(578, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1492, NULL, '+919595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 13:07:31', '2026-01-11 13:07:32', '2026-01-11 13:07:32'),
(579, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1500, NULL, '+918208763459', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 14:06:39', '2026-01-11 14:06:40', '2026-01-11 14:06:40'),
(580, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1501, NULL, '+919168703243', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 14:12:50', '2026-01-11 14:12:51', '2026-01-11 14:12:51'),
(581, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1504, NULL, '+919503478474', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 14:32:55', '2026-01-11 14:32:56', '2026-01-11 14:32:56'),
(582, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1508, NULL, '+919699643488', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 14:42:55', '2026-01-11 14:42:56', '2026-01-11 14:42:56'),
(583, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1513, NULL, '+919579148089', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 15:01:24', '2026-01-11 15:01:25', '2026-01-11 15:01:25'),
(584, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1521, NULL, '+917971319878', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 16:33:27', '2026-01-11 16:33:27', '2026-01-11 16:33:27'),
(585, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1523, NULL, '+919372559252', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 17:01:36', '2026-01-11 17:01:36', '2026-01-11 17:01:36'),
(586, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1524, NULL, '+918888585835', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 17:19:17', '2026-01-11 17:19:18', '2026-01-11 17:19:18'),
(587, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1526, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 17:24:56', '2026-01-11 17:24:57', '2026-01-11 17:24:57'),
(588, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1537, NULL, '+917040718147', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 18:20:46', '2026-01-11 18:20:48', '2026-01-11 18:20:48'),
(589, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1541, NULL, '+919730993282', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 19:27:47', '2026-01-11 19:27:48', '2026-01-11 19:27:48'),
(590, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1543, NULL, '9595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 19:30:54', '2026-01-11 19:30:56', '2026-01-11 19:30:56'),
(591, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1559, NULL, '+919923206005', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-11 20:26:07', '2026-01-11 20:26:08', '2026-01-11 20:26:08'),
(592, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1565, NULL, '8975790999', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 09:44:34', '2026-01-12 09:44:35', '2026-01-12 09:44:35'),
(593, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1566, NULL, '+918975790999', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 09:52:47', '2026-01-12 09:52:48', '2026-01-12 09:52:48'),
(594, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1567, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 09:53:36', '2026-01-12 09:53:37', '2026-01-12 09:53:37'),
(595, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1568, NULL, '9921400600', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 09:58:35', '2026-01-12 09:58:37', '2026-01-12 09:58:37'),
(596, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1569, NULL, '+919623456258', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 10:03:50', '2026-01-12 10:03:52', '2026-01-12 10:03:52'),
(597, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1570, NULL, '9823211000', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 10:04:14', '2026-01-12 10:04:15', '2026-01-12 10:04:15'),
(598, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1573, NULL, '+919370903131', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 10:22:32', '2026-01-12 10:22:35', '2026-01-12 10:22:35'),
(599, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1574, NULL, '+919823211000', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 10:22:57', '2026-01-12 10:22:58', '2026-01-12 10:22:58'),
(600, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1577, NULL, '+917387147337', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 10:51:25', '2026-01-12 10:51:27', '2026-01-12 10:51:27'),
(601, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1581, NULL, '+919822551050', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 11:01:09', '2026-01-12 11:01:11', '2026-01-12 11:01:11'),
(602, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1584, NULL, '+917249175091', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 11:14:21', '2026-01-12 11:14:23', '2026-01-12 11:14:23'),
(603, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1585, NULL, '+919518718570', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 11:15:54', '2026-01-12 11:15:55', '2026-01-12 11:15:55'),
(604, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1589, NULL, '+919860042119', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 11:26:14', '2026-01-12 11:26:15', '2026-01-12 11:26:15'),
(605, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1590, NULL, '+918484820032', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 11:34:12', '2026-01-12 11:34:14', '2026-01-12 11:34:14'),
(606, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1591, NULL, '+917719995281', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 11:34:36', '2026-01-12 11:34:37', '2026-01-12 11:34:37'),
(607, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1592, NULL, '+917058055028', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 11:36:12', '2026-01-12 11:36:15', '2026-01-12 11:36:15'),
(608, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1595, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 11:45:01', '2026-01-12 11:45:03', '2026-01-12 11:45:03'),
(609, 6, '8b1d66eef6c9688a', 'vivo V2351', 1599, NULL, '+918828565005', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-12 12:05:55', '2026-01-12 12:05:57', '2026-01-12 12:05:57'),
(610, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1600, NULL, '+918668950093', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 12:11:33', '2026-01-12 12:11:35', '2026-01-12 12:11:35'),
(611, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1601, NULL, '+917620238593', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 12:12:21', '2026-01-12 12:12:23', '2026-01-12 12:12:23'),
(612, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1603, NULL, '+918208406714', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 12:21:38', '2026-01-12 12:21:39', '2026-01-12 12:21:39'),
(613, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1606, NULL, '+919022475569', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 12:39:16', '2026-01-12 12:39:19', '2026-01-12 12:39:19'),
(614, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1608, NULL, '+919545866086', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 12:43:25', '2026-01-12 12:43:27', '2026-01-12 12:43:27'),
(615, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1609, NULL, '+919529593526', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 12:53:23', '2026-01-12 12:53:24', '2026-01-12 12:53:24'),
(616, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1610, NULL, '+917507510444', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 12:59:29', '2026-01-12 12:59:31', '2026-01-12 12:59:31'),
(617, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1617, NULL, '+911409336681', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 13:39:59', '2026-01-12 13:40:00', '2026-01-12 13:40:00'),
(618, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1620, NULL, '+917776066875', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 14:08:57', '2026-01-12 14:09:00', '2026-01-12 14:09:00'),
(619, 6, '8b1d66eef6c9688a', 'vivo V2351', 1622, NULL, '+919403050712', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-12 14:15:06', '2026-01-12 14:15:08', '2026-01-12 14:15:08'),
(620, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1624, NULL, '+919921400600', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 14:16:02', '2026-01-12 14:16:03', '2026-01-12 14:16:03'),
(621, 6, '8b1d66eef6c9688a', 'vivo V2351', 1625, NULL, '+919921209814', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-12 14:17:44', '2026-01-12 14:17:46', '2026-01-12 14:17:46'),
(622, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1628, NULL, '+917498765810', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 14:49:51', '2026-01-12 14:49:52', '2026-01-12 14:49:52'),
(623, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1630, NULL, '+917022700313', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 14:55:50', '2026-01-12 14:55:51', '2026-01-12 14:55:51'),
(624, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1633, NULL, '+919834368869', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-12 15:25:34', '2026-01-12 15:30:43', '2026-01-12 15:30:43'),
(625, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1635, NULL, '+917971319749', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 15:41:10', '2026-01-12 15:41:12', '2026-01-12 15:41:12'),
(626, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1638, NULL, '+919850840030', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 15:51:40', '2026-01-12 15:51:42', '2026-01-12 15:51:42'),
(627, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1640, NULL, '+919579148089', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 16:41:50', '2026-01-12 16:41:52', '2026-01-12 16:41:52'),
(628, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1641, NULL, '+919067832496', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 17:05:51', '2026-01-12 17:05:52', '2026-01-12 17:05:52'),
(629, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1643, NULL, '+917798477778', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 17:13:47', '2026-01-12 17:13:48', '2026-01-12 17:13:48'),
(630, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1645, NULL, '+918888585835', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 17:31:49', '2026-01-12 17:31:50', '2026-01-12 17:31:50'),
(631, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1646, NULL, '+919890454949', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 17:36:59', '2026-01-12 17:37:00', '2026-01-12 17:37:00'),
(632, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1647, NULL, '+919890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 17:57:42', '2026-01-12 17:57:44', '2026-01-12 17:57:44'),
(633, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1648, NULL, '+919503397209', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 18:00:53', '2026-01-12 18:00:56', '2026-01-12 18:00:56'),
(634, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1654, NULL, '+919822632630', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 18:27:03', '2026-01-12 18:27:05', '2026-01-12 18:27:05'),
(635, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1655, NULL, '+919822079646', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 18:30:02', '2026-01-12 18:30:04', '2026-01-12 18:30:04'),
(636, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1665, NULL, '+919356400307', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 19:26:23', '2026-01-12 19:26:24', '2026-01-12 19:26:24'),
(637, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1667, NULL, '+919657727161', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 19:31:01', '2026-01-12 19:31:02', '2026-01-12 19:31:02'),
(638, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1668, NULL, '+917350822064', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 19:40:18', '2026-01-12 19:40:20', '2026-01-12 19:40:20'),
(639, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1674, NULL, '+919922663626', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-12 20:16:19', '2026-01-12 20:16:21', '2026-01-12 20:16:21'),
(640, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1675, NULL, '+917387277319', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 20:18:10', '2026-01-12 20:18:12', '2026-01-12 20:18:12'),
(641, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1677, NULL, '+919730993282', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 20:22:27', '2026-01-12 20:22:28', '2026-01-12 20:22:28'),
(642, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1680, NULL, '9890717263', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 20:33:44', '2026-01-12 20:33:45', '2026-01-12 20:33:45'),
(643, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1686, NULL, '+919923206005', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 20:50:09', '2026-01-12 20:50:10', '2026-01-12 20:50:10'),
(644, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1704, NULL, '+918368373998', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 22:06:04', '2026-01-12 22:06:06', '2026-01-12 22:06:06'),
(645, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1711, NULL, '+917499719958', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 22:50:13', '2026-01-12 22:50:14', '2026-01-12 22:50:14'),
(646, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1712, NULL, '+919767140797', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-12 22:50:49', '2026-01-12 22:50:51', '2026-01-12 22:50:51'),
(647, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1717, NULL, '+919420263031', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 07:55:11', '2026-01-13 07:55:13', '2026-01-13 07:55:13'),
(648, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1718, NULL, '+917971830664', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-13 08:21:03', '2026-01-13 08:50:52', '2026-01-13 08:50:52'),
(649, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1719, NULL, '+917971953327', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-13 09:05:01', '2026-01-13 09:10:13', '2026-01-13 09:10:13'),
(650, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1723, NULL, '+919658431001', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-13 09:44:59', '2026-01-13 09:45:26', '2026-01-13 09:45:26'),
(651, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1737, NULL, '+918799841169', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 10:59:17', '2026-01-13 10:59:18', '2026-01-13 10:59:18'),
(652, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1738, NULL, '+916744530172', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-13 11:16:04', '2026-01-13 11:16:05', '2026-01-13 11:16:05'),
(653, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1739, NULL, '+919370903131', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 11:22:25', '2026-01-13 11:22:26', '2026-01-13 11:22:26'),
(654, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1741, NULL, '+917249175091', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 11:25:44', '2026-01-13 11:25:45', '2026-01-13 11:25:45'),
(655, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1742, NULL, '+917040718147', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 11:26:49', '2026-01-13 11:26:50', '2026-01-13 11:26:50'),
(656, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1743, NULL, '+919309043604', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 11:32:24', '2026-01-13 11:32:25', '2026-01-13 11:32:25'),
(657, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1744, NULL, '+919881979599', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 12:03:06', '2026-01-13 12:03:08', '2026-01-13 12:03:08'),
(658, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1747, NULL, '18009111111', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-13 12:25:40', '2026-01-13 12:25:42', '2026-01-13 12:25:42'),
(659, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1752, NULL, '+919545866086', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 12:56:38', '2026-01-13 12:56:38', '2026-01-13 12:56:38'),
(660, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1754, NULL, '+919146931441', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 13:00:11', '2026-01-13 13:00:12', '2026-01-13 13:00:12'),
(661, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1755, NULL, '+917620238593', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 13:03:34', '2026-01-13 13:03:34', '2026-01-13 13:03:34'),
(662, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1756, NULL, '+918408806655', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 13:13:02', '2026-01-13 13:13:03', '2026-01-13 13:13:03'),
(663, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1758, NULL, '+917744944808', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 13:23:55', '2026-01-13 13:23:57', '2026-01-13 13:23:57'),
(664, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1759, NULL, '+918484820032', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 13:26:24', '2026-01-13 13:26:26', '2026-01-13 13:26:26'),
(665, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1762, NULL, '+919595299899', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 13:43:42', '2026-01-13 13:43:43', '2026-01-13 13:43:43'),
(666, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1763, NULL, '+917776901254', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 13:52:49', '2026-01-13 13:52:51', '2026-01-13 13:52:51'),
(667, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1765, NULL, '+919579988914', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 14:05:47', '2026-01-13 14:05:50', '2026-01-13 14:05:50'),
(668, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1767, NULL, '+918068515787', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-13 14:27:18', '2026-01-13 14:27:20', '2026-01-13 14:27:20'),
(669, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1770, NULL, '+919699643488', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 14:57:54', '2026-01-13 14:57:55', '2026-01-13 14:57:55'),
(670, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1772, NULL, '+918698976418', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 15:15:16', '2026-01-13 15:15:17', '2026-01-13 15:15:17'),
(671, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1775, NULL, '+919860042119', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-13 15:45:14', '2026-01-13 15:45:16', '2026-01-13 15:45:16'),
(672, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1776, NULL, '+919850840030', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 15:59:11', '2026-01-13 15:59:12', '2026-01-13 15:59:12');
INSERT INTO `sms_logs` (`id`, `user_id`, `device_id`, `device_name`, `call_log_id`, `local_id`, `phone_number`, `contact_name`, `message`, `status`, `channel`, `error_message`, `sent_at`, `created_at`, `updated_at`) VALUES
(673, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1777, NULL, '+917022700313', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-13 16:26:25', '2026-01-13 16:26:26', '2026-01-13 16:26:26'),
(674, 6, '8b1d66eef6c9688a', 'vivo V2351', 1779, NULL, '+918767482241', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-13 16:34:48', '2026-01-13 16:34:50', '2026-01-13 16:34:50'),
(675, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1781, NULL, '+919518718570', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 16:37:00', '2026-01-13 16:37:01', '2026-01-13 16:37:01'),
(676, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1782, NULL, '+917557109120', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 16:44:50', '2026-01-13 16:44:51', '2026-01-13 16:44:51'),
(677, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1783, NULL, '9763871998', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 17:02:37', '2026-01-13 17:02:39', '2026-01-13 17:02:39'),
(678, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1785, NULL, '+917768987115', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-13 17:13:58', '2026-01-13 17:13:59', '2026-01-13 17:13:59'),
(679, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1789, NULL, '+918068515784', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 17:32:12', '2026-01-13 17:32:13', '2026-01-13 17:32:13'),
(680, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1791, NULL, '+917387147337', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 17:57:16', '2026-01-13 17:57:17', '2026-01-13 17:57:17'),
(681, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1802, NULL, '+917798477778', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 18:28:43', '2026-01-13 18:28:44', '2026-01-13 18:28:44'),
(682, 6, '8b1d66eef6c9688a', 'vivo V2351', 1812, NULL, '+917020459550', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-13 19:24:34', '2026-01-13 19:24:37', '2026-01-13 19:24:37'),
(683, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1815, NULL, '+919822551050', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-13 19:28:48', '2026-01-13 19:28:50', '2026-01-13 19:28:50'),
(684, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1816, NULL, '+917038055650', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 19:41:21', '2026-01-13 19:41:22', '2026-01-13 19:41:22'),
(685, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1817, NULL, '+918888585835', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-13 19:48:35', '2026-01-13 19:48:36', '2026-01-13 19:48:36'),
(686, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1818, NULL, '+919579123535', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 20:01:05', '2026-01-13 20:01:07', '2026-01-13 20:01:07'),
(687, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1824, NULL, '8368526281', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-13 20:40:06', '2026-01-13 20:40:09', '2026-01-13 20:40:09'),
(688, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1826, NULL, '+919623456258', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 20:43:05', '2026-01-13 20:43:07', '2026-01-13 20:43:07'),
(689, 6, '8b1d66eef6c9688a', 'vivo V2351', 1830, NULL, '+919371457240', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-13 20:52:24', '2026-01-13 20:52:28', '2026-01-13 20:52:28'),
(690, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1831, NULL, '+919604698194', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-13 21:08:24', '2026-01-13 21:08:26', '2026-01-13 21:08:26'),
(691, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1832, NULL, '+917385951228', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-13 21:15:48', '2026-01-13 21:15:49', '2026-01-13 21:15:49'),
(692, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1835, NULL, '+919168004014', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-13 22:09:04', '2026-01-13 22:09:07', '2026-01-13 22:09:07'),
(693, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1837, NULL, '+919822433665', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-14 08:36:47', '2026-01-14 08:36:47', '2026-01-14 08:36:47'),
(694, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1847, NULL, '+919658431001', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-14 09:33:04', '2026-01-14 09:33:04', '2026-01-14 09:33:04'),
(695, 6, '8b1d66eef6c9688a', 'vivo V2351', 1848, NULL, '+918999234730', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-14 09:49:28', '2026-01-14 09:49:31', '2026-01-14 09:49:31'),
(696, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1849, NULL, '+917378775533', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-14 10:14:02', '2026-01-14 10:14:03', '2026-01-14 10:14:03'),
(697, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1853, NULL, '+919764167077', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-14 10:40:59', '2026-01-14 10:40:59', '2026-01-14 10:40:59'),
(698, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1854, NULL, '+919730993282', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-14 10:41:48', '2026-01-14 10:41:48', '2026-01-14 10:41:48'),
(699, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1857, NULL, '9049585917', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf\r\n\r\nFor Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-14 10:54:13', '2026-01-14 10:54:14', '2026-01-14 10:54:14'),
(700, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1867, NULL, '8767189877', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 12:43:48', '2026-01-14 12:43:49', '2026-01-14 12:43:49'),
(701, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1868, NULL, '+919146043676', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 12:44:30', '2026-01-14 12:44:29', '2026-01-14 12:44:29'),
(702, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1870, NULL, '09850254180', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 12:49:50', '2026-01-14 12:49:50', '2026-01-14 12:49:50'),
(703, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1875, NULL, '+919075456258', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 13:42:34', '2026-01-14 13:42:33', '2026-01-14 13:42:33'),
(704, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1877, NULL, '+919890060751', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 14:01:20', '2026-01-14 14:01:22', '2026-01-14 14:01:22'),
(705, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1882, NULL, '+919370903131', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 14:20:18', '2026-01-14 14:20:19', '2026-01-14 14:20:19'),
(706, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1885, NULL, '+919595299899', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 14:36:54', '2026-01-14 14:36:55', '2026-01-14 14:36:55'),
(707, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1886, NULL, '+919881979599', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 14:37:20', '2026-01-14 14:37:19', '2026-01-14 14:37:19'),
(708, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1887, NULL, '+918484820032', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 14:40:38', '2026-01-14 14:40:39', '2026-01-14 14:40:39'),
(709, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1893, NULL, '+919890717263', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 15:17:16', '2026-01-14 15:17:16', '2026-01-14 15:17:16'),
(710, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1898, NULL, '+917040718147', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 15:38:12', '2026-01-14 15:38:12', '2026-01-14 15:38:12'),
(711, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1899, NULL, '+918668824240', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 15:55:54', '2026-01-14 15:55:54', '2026-01-14 15:55:54'),
(712, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1902, NULL, '+919860042119', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 16:50:39', '2026-01-14 16:50:39', '2026-01-14 16:50:39'),
(713, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1903, NULL, '+919673762813', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 16:51:34', '2026-01-14 16:51:33', '2026-01-14 16:51:33'),
(714, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1908, NULL, '+917022700313', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 17:21:06', '2026-01-14 17:21:07', '2026-01-14 17:21:07'),
(715, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1910, NULL, '+917666475291', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 17:39:24', '2026-01-14 17:39:24', '2026-01-14 17:39:24'),
(716, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1911, NULL, '+919970782003', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 17:40:48', '2026-01-14 17:40:49', '2026-01-14 17:40:49'),
(717, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1912, NULL, '+917776901254', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 17:42:46', '2026-01-14 17:42:46', '2026-01-14 17:42:46'),
(718, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1915, NULL, '+919922655617', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 18:06:31', '2026-01-14 18:06:32', '2026-01-14 18:06:32'),
(719, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1917, NULL, '+917620238593', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 18:12:59', '2026-01-14 18:13:00', '2026-01-14 18:13:00'),
(720, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1918, NULL, '9890717263', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-14 18:21:08', '2026-01-14 18:21:16', '2026-01-14 18:21:16'),
(721, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1920, NULL, '+919028707978', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 18:24:42', '2026-01-14 18:24:42', '2026-01-14 18:24:42'),
(722, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1921, NULL, '+919356400307', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 18:25:27', '2026-01-14 18:25:26', '2026-01-14 18:25:26'),
(723, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1925, NULL, '+919689935705', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 18:32:03', '2026-01-14 18:32:03', '2026-01-14 18:32:03'),
(724, 6, '8b1d66eef6c9688a', 'vivo V2351', 1929, NULL, '+919518386098', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-14 18:35:28', '2026-01-14 18:35:31', '2026-01-14 18:35:31'),
(725, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1932, NULL, '+918799841169', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 18:38:18', '2026-01-14 18:38:19', '2026-01-14 18:38:19'),
(726, 6, '8b1d66eef6c9688a', 'vivo V2351', 1934, NULL, '+918828565005', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-14 18:59:20', '2026-01-14 18:59:25', '2026-01-14 18:59:25'),
(727, 6, '8b1d66eef6c9688a', 'vivo V2351', 1681, NULL, '+919403050712', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-14 19:19:40', '2026-01-14 19:19:41', '2026-01-14 19:19:41'),
(728, 6, '8b1d66eef6c9688a', 'vivo V2351', 1937, NULL, '+919921209814', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-14 19:20:57', '2026-01-14 19:21:00', '2026-01-14 19:21:00'),
(729, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1939, NULL, '+917387147337', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-14 19:10:10', '2026-01-14 19:44:47', '2026-01-14 19:44:47'),
(730, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1939, NULL, '+917387147337', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-14 19:10:10', '2026-01-14 19:44:47', '2026-01-14 19:44:47'),
(731, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1940, NULL, '+917499719958', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-14 19:28:11', '2026-01-14 19:44:47', '2026-01-14 19:44:47'),
(732, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1940, NULL, '+917499719958', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-14 19:28:11', '2026-01-14 19:44:47', '2026-01-14 19:44:47'),
(733, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1941, NULL, '+918698976418', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-14 19:41:13', '2026-01-14 19:44:47', '2026-01-14 19:44:47'),
(734, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1941, NULL, '+918698976418', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-14 19:41:13', '2026-01-14 19:44:47', '2026-01-14 19:44:47'),
(735, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1944, NULL, '+917249175091', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 20:14:15', '2026-01-14 20:14:17', '2026-01-14 20:14:17'),
(736, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1945, NULL, '+919225549513', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 21:03:56', '2026-01-14 21:03:59', '2026-01-14 21:03:59'),
(737, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1953, NULL, '+917588277882', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 22:13:45', '2026-01-14 22:13:45', '2026-01-14 22:13:45'),
(738, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1954, NULL, '+918805894172', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 22:16:33', '2026-01-14 22:16:34', '2026-01-14 22:16:34'),
(739, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1960, NULL, '8975559269', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 22:44:32', '2026-01-14 22:44:33', '2026-01-14 22:44:33'),
(740, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1961, NULL, '+919579988914', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 22:48:04', '2026-01-14 22:48:05', '2026-01-14 22:48:05'),
(741, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1962, NULL, '+919890454949', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-14 22:57:12', '2026-01-14 22:57:13', '2026-01-14 22:57:13'),
(742, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1976, NULL, '+917798477778', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 07:45:48', '2026-01-15 07:45:49', '2026-01-15 07:45:49'),
(743, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1977, NULL, '+919322075288', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 07:50:39', '2026-01-15 07:50:40', '2026-01-15 07:50:40'),
(744, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1978, NULL, '+919922007487', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 07:50:51', '2026-01-15 07:50:51', '2026-01-15 07:50:51'),
(745, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1982, NULL, '9021766677', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 07:57:56', '2026-01-15 07:57:56', '2026-01-15 07:57:56'),
(746, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1985, NULL, '+919822916365', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 08:19:51', '2026-01-15 08:19:52', '2026-01-15 08:19:52'),
(747, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1988, NULL, '+918822161616', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 08:24:45', '2026-01-15 08:24:46', '2026-01-15 08:24:46'),
(748, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1991, NULL, '+919922453340', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 08:29:25', '2026-01-15 08:29:26', '2026-01-15 08:29:26'),
(749, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1992, NULL, '+918554861226', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 08:30:06', '2026-01-15 08:30:06', '2026-01-15 08:30:06'),
(750, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 1993, NULL, '+919225561212', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 08:30:58', '2026-01-15 08:30:58', '2026-01-15 08:30:58'),
(751, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2001, NULL, '+918983668748', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 08:42:42', '2026-01-15 08:42:43', '2026-01-15 08:42:43'),
(752, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2005, NULL, '+919850840030', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 08:56:32', '2026-01-15 08:56:33', '2026-01-15 08:56:33'),
(753, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2007, NULL, '+917038041824', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 08:59:44', '2026-01-15 08:59:44', '2026-01-15 08:59:44'),
(754, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2009, NULL, '+917796565752', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 09:10:32', '2026-01-15 09:10:32', '2026-01-15 09:10:32'),
(755, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2010, NULL, '+919325783025', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 09:13:14', '2026-01-15 09:13:15', '2026-01-15 09:13:15'),
(756, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2014, NULL, '+919922561212', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 09:26:19', '2026-01-15 09:26:19', '2026-01-15 09:26:19'),
(757, 6, '8b1d66eef6c9688a', 'vivo V2351', 2018, NULL, '+917020459550', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-15 09:42:02', '2026-01-15 09:42:04', '2026-01-15 09:42:04'),
(758, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2019, NULL, '+919307421998', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 09:48:39', '2026-01-15 09:48:40', '2026-01-15 09:48:40'),
(759, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2031, NULL, '+919730993282', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 10:45:56', '2026-01-15 10:45:57', '2026-01-15 10:45:57'),
(760, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2037, NULL, '+918208763459', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 11:19:02', '2026-01-15 11:19:02', '2026-01-15 11:19:02'),
(761, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2041, NULL, '8308420307', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 11:29:58', '2026-01-15 11:29:58', '2026-01-15 11:29:58'),
(762, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2044, NULL, '8329628535', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 11:31:49', '2026-01-15 11:31:50', '2026-01-15 11:31:50'),
(763, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2047, NULL, '+919881397979', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 11:54:27', '2026-01-15 11:54:27', '2026-01-15 11:54:27'),
(764, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2048, NULL, '+919527776266', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 11:55:53', '2026-01-15 11:55:53', '2026-01-15 11:55:53'),
(765, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2050, NULL, '+919834053046', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 12:02:59', '2026-01-15 12:03:00', '2026-01-15 12:03:00'),
(766, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2054, NULL, '+918888910726', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 12:20:12', '2026-01-15 12:20:12', '2026-01-15 12:20:12'),
(767, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2055, NULL, '+919560871488', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 12:21:55', '2026-01-15 12:21:56', '2026-01-15 12:21:56'),
(768, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2058, NULL, '+919370637986', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 12:58:27', '2026-01-15 12:58:28', '2026-01-15 12:58:28'),
(769, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2060, NULL, '9595299899', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-15 13:00:47', '2026-01-15 13:43:04', '2026-01-15 13:43:04'),
(770, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2066, NULL, '+917768987115', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 14:02:12', '2026-01-15 14:02:12', '2026-01-15 14:02:12'),
(771, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2067, NULL, '+919579148089', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 14:04:47', '2026-01-15 14:04:49', '2026-01-15 14:04:49'),
(772, 6, '8b1d66eef6c9688a', 'vivo V2351', 2070, NULL, '+917218661713', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-15 14:25:37', '2026-01-15 14:25:40', '2026-01-15 14:25:40'),
(773, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2077, NULL, '+919881979599', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 15:09:56', '2026-01-15 15:09:57', '2026-01-15 15:09:57'),
(774, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2083, NULL, '+918432277602', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 15:27:46', '2026-01-15 15:27:47', '2026-01-15 15:27:47'),
(775, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2097, NULL, '+919890717263', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 16:25:37', '2026-01-15 16:25:37', '2026-01-15 16:25:37'),
(776, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2098, NULL, '+919146931441', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 16:48:12', '2026-01-15 16:48:14', '2026-01-15 16:48:14'),
(777, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2100, NULL, '+919860042119', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 16:50:44', '2026-01-15 16:50:45', '2026-01-15 16:50:45'),
(778, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2103, NULL, '+917713125577', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 16:58:11', '2026-01-15 16:58:12', '2026-01-15 16:58:12'),
(779, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2106, NULL, '+919289987010', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 17:02:14', '2026-01-15 17:02:16', '2026-01-15 17:02:16'),
(780, 6, '8b1d66eef6c9688a', 'vivo V2351', 2109, NULL, '+919209955910', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-15 17:48:24', '2026-01-15 17:48:27', '2026-01-15 17:48:27'),
(781, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2120, NULL, '+917972276745', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 19:15:25', '2026-01-15 19:15:26', '2026-01-15 19:15:26'),
(782, 6, '8b1d66eef6c9688a', 'vivo V2351', 2122, NULL, '+919403050712', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-15 19:21:17', '2026-01-15 19:21:20', '2026-01-15 19:21:20'),
(783, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2127, NULL, '+917040718147', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 20:16:38', '2026-01-15 20:16:39', '2026-01-15 20:16:39'),
(784, 6, '8b1d66eef6c9688a', 'vivo V2351', 2128, NULL, '+919423513093', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-15 20:24:23', '2026-01-15 20:24:25', '2026-01-15 20:24:25'),
(785, 6, '8b1d66eef6c9688a', 'vivo V2351', 2130, NULL, '7522906868', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-15 20:25:04', '2026-01-15 20:25:06', '2026-01-15 20:25:06'),
(786, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2132, NULL, '+917499719958', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 20:42:04', '2026-01-15 20:42:06', '2026-01-15 20:42:06'),
(787, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2133, NULL, '+919822503337', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-15 20:46:34', '2026-01-15 20:46:42', '2026-01-15 20:46:42'),
(788, 6, '8b1d66eef6c9688a', 'vivo V2351', 2140, NULL, '+919588652870', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-15 21:09:00', '2026-01-15 21:09:03', '2026-01-15 21:09:03'),
(789, 6, '8b1d66eef6c9688a', 'vivo V2351', 2143, NULL, '+918767900167', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-15 21:37:54', '2026-01-15 21:37:57', '2026-01-15 21:37:57'),
(790, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2145, NULL, '8368526281', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 09:10:22', '2026-01-16 09:10:25', '2026-01-16 09:10:25'),
(791, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2146, NULL, '+919650698882', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 09:11:05', '2026-01-16 09:11:08', '2026-01-16 09:11:08'),
(792, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2147, NULL, '8975559269', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 09:28:35', '2026-01-16 09:28:37', '2026-01-16 09:28:37'),
(793, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2149, NULL, '+918830930836', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 09:32:11', '2026-01-16 09:32:13', '2026-01-16 09:32:13'),
(794, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2154, NULL, '+919595299899', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 10:40:56', '2026-01-16 10:40:58', '2026-01-16 10:40:58'),
(795, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2155, NULL, '+919657727161', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 10:42:02', '2026-01-16 10:42:05', '2026-01-16 10:42:05'),
(796, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2162, NULL, '+919850840030', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 11:01:13', '2026-01-16 11:01:15', '2026-01-16 11:01:15'),
(797, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2163, NULL, '+919730993282', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 11:03:49', '2026-01-16 11:03:53', '2026-01-16 11:03:53'),
(798, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2164, NULL, '+919922561212', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 11:05:13', '2026-01-16 11:05:17', '2026-01-16 11:05:17'),
(799, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2168, NULL, '+918888585835', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 11:22:57', '2026-01-16 11:22:59', '2026-01-16 11:22:59'),
(800, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2169, NULL, '+919371094128', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 11:23:58', '2026-01-16 11:23:59', '2026-01-16 11:23:59'),
(801, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2170, NULL, '+919767181437', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 11:26:56', '2026-01-16 11:26:58', '2026-01-16 11:26:58'),
(802, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2173, NULL, '+919168004014', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 11:38:29', '2026-01-16 11:38:31', '2026-01-16 11:38:31'),
(803, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2174, NULL, '9890717263', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 11:41:01', '2026-01-16 11:41:04', '2026-01-16 11:41:04'),
(804, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2179, NULL, '+919834218115', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 11:57:10', '2026-01-16 11:57:12', '2026-01-16 11:57:12'),
(805, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2183, NULL, '+918698976418', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 12:19:23', '2026-01-16 12:19:25', '2026-01-16 12:19:25'),
(806, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2189, NULL, '+917620238593', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 13:22:12', '2026-01-16 13:22:16', '2026-01-16 13:22:16'),
(807, 6, '8b1d66eef6c9688a', 'vivo V2351', 2193, NULL, '+917798269801', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-16 13:38:26', '2026-01-16 13:38:30', '2026-01-16 13:38:30'),
(808, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2194, NULL, '+911409092020', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'FAILED', 'sms', NULL, '2026-01-16 14:22:46', '2026-01-16 14:22:49', '2026-01-16 14:22:49'),
(809, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2197, NULL, '+917888181485', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 14:45:09', '2026-01-16 14:45:12', '2026-01-16 14:45:12'),
(810, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2198, NULL, '9527776266', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 14:48:39', '2026-01-16 14:48:42', '2026-01-16 14:48:42'),
(811, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2200, NULL, '+919527776266', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-16 14:55:36', '2026-01-16 14:55:41', '2026-01-16 14:55:41'),
(812, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2201, NULL, '9922069127', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 14:56:20', '2026-01-16 14:56:22', '2026-01-16 14:56:22'),
(813, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2202, NULL, '+919922069127', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 14:56:55', '2026-01-16 14:56:57', '2026-01-16 14:56:57'),
(814, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2206, NULL, '9890454949', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 15:00:01', '2026-01-16 15:00:04', '2026-01-16 15:00:04'),
(815, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2207, NULL, '8975790999', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 15:02:26', '2026-01-16 15:02:29', '2026-01-16 15:02:29'),
(816, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2208, NULL, '+917378636272', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 15:06:20', '2026-01-16 15:06:22', '2026-01-16 15:06:22'),
(817, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2209, NULL, '+919890454949', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 15:14:58', '2026-01-16 15:15:01', '2026-01-16 15:15:01'),
(818, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2210, NULL, '+918975790999', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 15:20:03', '2026-01-16 15:20:06', '2026-01-16 15:20:06');
INSERT INTO `sms_logs` (`id`, `user_id`, `device_id`, `device_name`, `call_log_id`, `local_id`, `phone_number`, `contact_name`, `message`, `status`, `channel`, `error_message`, `sent_at`, `created_at`, `updated_at`) VALUES
(819, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2213, NULL, '+911409092587', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 15:59:25', '2026-01-16 15:59:27', '2026-01-16 15:59:27'),
(820, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2219, NULL, '+919890717263', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 17:17:59', '2026-01-16 17:18:02', '2026-01-16 17:18:02'),
(821, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2222, NULL, '+919881979599', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 17:46:13', '2026-01-16 17:46:16', '2026-01-16 17:46:16'),
(822, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2224, NULL, '+917507554057', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 17:51:32', '2026-01-16 17:51:34', '2026-01-16 17:51:34'),
(823, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2228, NULL, '+918484820032', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 18:10:41', '2026-01-16 18:10:43', '2026-01-16 18:10:43'),
(824, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2229, NULL, '+919766981422', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 18:25:42', '2026-01-16 18:25:45', '2026-01-16 18:25:45'),
(825, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2235, NULL, '+919689745840', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 18:48:07', '2026-01-16 18:48:10', '2026-01-16 18:48:10'),
(826, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2236, NULL, '8983712439', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 18:48:35', '2026-01-16 18:48:37', '2026-01-16 18:48:37'),
(827, 6, '8b1d66eef6c9688a', 'vivo V2351', 2237, NULL, '+919921209814', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-16 18:49:25', '2026-01-16 18:49:28', '2026-01-16 18:49:28'),
(828, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2240, NULL, '+917038055650', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 19:30:48', '2026-01-16 19:30:50', '2026-01-16 19:30:50'),
(829, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2241, NULL, '+919284769725', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 19:50:43', '2026-01-16 19:50:46', '2026-01-16 19:50:46'),
(830, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2242, NULL, '+917249175091', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-16 19:55:54', '2026-01-16 19:56:00', '2026-01-16 19:56:00'),
(831, 6, '8b1d66eef6c9688a', 'vivo V2351', 2247, NULL, '+917020459550', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-16 20:21:51', '2026-01-16 20:21:55', '2026-01-16 20:21:55'),
(832, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2248, NULL, '9922141597', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 20:23:30', '2026-01-16 20:23:33', '2026-01-16 20:23:33'),
(833, 6, '8b1d66eef6c9688a', 'vivo V2351', 2251, NULL, '+919371457240', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-16 20:30:09', '2026-01-16 20:30:11', '2026-01-16 20:30:11'),
(834, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2252, NULL, '+919146931441', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 20:33:42', '2026-01-16 20:33:44', '2026-01-16 20:33:44'),
(835, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2256, NULL, '+917499719958', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'FAILED', 'sms', NULL, '2026-01-16 20:56:39', '2026-01-16 21:04:40', '2026-01-16 21:04:40'),
(836, 6, '8b1d66eef6c9688a', 'vivo V2351', 2259, NULL, '9075266125', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-16 21:14:44', '2026-01-16 21:14:46', '2026-01-16 21:14:46'),
(837, 6, '8b1d66eef6c9688a', 'vivo V2351', 2261, NULL, '+917620369004', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-16 21:24:16', '2026-01-16 21:24:20', '2026-01-16 21:24:20'),
(838, 6, '8b1d66eef6c9688a', 'vivo V2351', 2263, NULL, '+919834428253', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-16 21:31:43', '2026-01-16 21:31:45', '2026-01-16 21:31:45'),
(839, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2266, NULL, '+918668757887', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-16 21:42:59', '2026-01-16 21:43:00', '2026-01-16 21:43:00'),
(840, 6, '8b1d66eef6c9688a', 'vivo V2351', 2268, NULL, '+919822648145', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-17 09:38:27', '2026-01-17 09:38:29', '2026-01-17 09:38:29'),
(841, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2269, NULL, '+919579988914', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 10:16:27', '2026-01-17 10:16:28', '2026-01-17 10:16:28'),
(842, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2273, NULL, '+917022700313', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 10:53:10', '2026-01-17 10:53:12', '2026-01-17 10:53:12'),
(843, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2275, NULL, '+919730993282', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 11:04:11', '2026-01-17 11:04:12', '2026-01-17 11:04:12'),
(844, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2281, NULL, '+918767485783', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 11:33:09', '2026-01-17 11:33:11', '2026-01-17 11:33:11'),
(845, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2284, NULL, '+911409303141', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 11:42:00', '2026-01-17 11:42:01', '2026-01-17 11:42:01'),
(846, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2287, NULL, '+919970750510', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 12:07:16', '2026-01-17 12:07:18', '2026-01-17 12:07:18'),
(847, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2290, NULL, '+918799841169', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 12:22:52', '2026-01-17 12:22:54', '2026-01-17 12:22:54'),
(848, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2293, NULL, '+918698976418', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 13:29:42', '2026-01-17 13:29:44', '2026-01-17 13:29:44'),
(849, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2299, NULL, '+917040718147', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 13:49:36', '2026-01-17 13:49:38', '2026-01-17 13:49:38'),
(850, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2300, NULL, '+918390897299', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 14:07:49', '2026-01-17 14:07:52', '2026-01-17 14:07:52'),
(851, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2307, NULL, '+919960032383', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 15:14:56', '2026-01-17 15:14:57', '2026-01-17 15:14:57'),
(852, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2308, NULL, '+919623456258', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 15:40:58', '2026-01-17 15:40:59', '2026-01-17 15:40:59'),
(853, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2310, NULL, '+919420263031', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 16:29:36', '2026-01-17 16:29:38', '2026-01-17 16:29:38'),
(854, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2312, NULL, '+917387277319', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 16:59:28', '2026-01-17 16:59:30', '2026-01-17 16:59:30'),
(855, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2313, NULL, '+919834218115', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 17:07:20', '2026-01-17 17:07:22', '2026-01-17 17:07:22'),
(856, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2317, NULL, '+917620238593', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 17:53:54', '2026-01-17 17:53:58', '2026-01-17 17:53:58'),
(857, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2318, NULL, '+919356400307', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 18:07:06', '2026-01-17 18:07:08', '2026-01-17 18:07:08'),
(858, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2319, NULL, '+919850840030', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 18:17:24', '2026-01-17 18:17:27', '2026-01-17 18:17:27'),
(859, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2320, NULL, '+919699643488', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 18:22:39', '2026-01-17 18:22:41', '2026-01-17 18:22:41'),
(860, 6, '8b1d66eef6c9688a', 'vivo V2351', 2325, NULL, '+919588652870', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-17 19:19:16', '2026-01-17 19:19:19', '2026-01-17 19:19:19'),
(861, 6, '8b1d66eef6c9688a', 'vivo V2351', 2326, NULL, '+919921209814', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-17 19:33:24', '2026-01-17 19:33:27', '2026-01-17 19:33:27'),
(862, 6, '8b1d66eef6c9688a', 'vivo V2351', 2329, NULL, '+919665675211', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-17 19:50:33', '2026-01-17 19:50:35', '2026-01-17 19:50:35'),
(863, 6, '8b1d66eef6c9688a', 'vivo V2351', 85, NULL, '+919403050712', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-17 19:53:46', '2026-01-17 19:53:51', '2026-01-17 19:53:51'),
(864, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2335, NULL, '+918484820032', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 19:58:25', '2026-01-17 19:58:26', '2026-01-17 19:58:26'),
(865, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2337, NULL, '+919422231923', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 20:02:07', '2026-01-17 20:02:09', '2026-01-17 20:02:09'),
(866, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2340, NULL, '+918530323363', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 20:13:00', '2026-01-17 20:13:01', '2026-01-17 20:13:01'),
(867, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2344, NULL, '+919881979599', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 20:36:44', '2026-01-17 20:36:47', '2026-01-17 20:36:47'),
(868, 6, '8b1d66eef6c9688a', 'vivo V2351', 88, NULL, '+919371457240', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-17 20:55:16', '2026-01-17 20:55:19', '2026-01-17 20:55:19'),
(869, 6, '8b1d66eef6c9688a', 'vivo V2351', 89, NULL, '+919763336212', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-17 21:05:24', '2026-01-17 21:05:26', '2026-01-17 21:05:26'),
(870, 6, '8b1d66eef6c9688a', 'vivo V2351', 90, NULL, '+919270336212', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-17 21:28:02', '2026-01-17 21:28:05', '2026-01-17 21:28:05'),
(871, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2349, NULL, '+917057319308', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 21:28:48', '2026-01-17 21:28:50', '2026-01-17 21:28:50'),
(872, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2351, NULL, '+917387147337', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 21:43:35', '2026-01-17 21:43:37', '2026-01-17 21:43:37'),
(873, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2352, NULL, '+917066935431', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-17 21:45:51', '2026-01-17 21:45:53', '2026-01-17 21:45:53'),
(874, 6, '8b1d66eef6c9688a', 'vivo V2351', 92, NULL, '+917020459550', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-17 22:27:46', '2026-01-17 22:27:49', '2026-01-17 22:27:49'),
(875, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2358, NULL, '+919960657071', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 09:54:12', '2026-01-18 09:54:15', '2026-01-18 09:54:15'),
(876, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2366, NULL, '+919518718570', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 11:07:46', '2026-01-18 11:07:49', '2026-01-18 11:07:49'),
(877, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2368, NULL, '+917888181485', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 11:22:38', '2026-01-18 11:22:39', '2026-01-18 11:22:39'),
(878, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2369, NULL, '9823238191', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 11:28:49', '2026-01-18 11:28:51', '2026-01-18 11:28:51'),
(879, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2371, NULL, '+919823238191', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 11:43:59', '2026-01-18 11:44:01', '2026-01-18 11:44:01'),
(880, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2373, NULL, '+919822551050', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 11:56:34', '2026-01-18 11:56:36', '2026-01-18 11:56:36'),
(881, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2375, NULL, '+917507510444', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 12:54:38', '2026-01-18 12:54:41', '2026-01-18 12:54:41'),
(882, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2377, NULL, '+919588652870', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 12:59:14', '2026-01-18 12:59:16', '2026-01-18 12:59:16'),
(883, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2378, NULL, '+911409309047', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 13:20:13', '2026-01-18 13:20:15', '2026-01-18 13:20:15'),
(884, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2379, NULL, '+919922663626', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 13:20:50', '2026-01-18 13:20:51', '2026-01-18 13:20:51'),
(885, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2380, NULL, '9890717263', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 13:26:03', '2026-01-18 13:26:05', '2026-01-18 13:26:05'),
(886, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2382, NULL, '+918698976418', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 17:13:11', '2026-01-18 17:13:17', '2026-01-18 17:13:17'),
(887, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2386, NULL, '07887896000', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 17:26:38', '2026-01-18 17:26:40', '2026-01-18 17:26:40'),
(888, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2387, NULL, '+917499719958', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 17:30:33', '2026-01-18 17:30:35', '2026-01-18 17:30:35'),
(889, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2391, NULL, '+919028738883', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 18:41:14', '2026-01-18 18:41:17', '2026-01-18 18:41:17'),
(890, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2398, NULL, '+918149103185', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 20:23:56', '2026-01-18 20:23:59', '2026-01-18 20:23:59'),
(891, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2399, NULL, '+919890717263', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 22:14:14', '2026-01-18 22:14:17', '2026-01-18 22:14:17'),
(892, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2404, NULL, '+919595299899', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-18 22:57:48', '2026-01-18 22:57:50', '2026-01-18 22:57:50'),
(893, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2408, NULL, '+918484820032', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 10:06:35', '2026-01-19 10:06:38', '2026-01-19 10:06:38'),
(894, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2410, NULL, '+919881979599', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 10:31:48', '2026-01-19 10:31:52', '2026-01-19 10:31:52'),
(895, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2412, NULL, '+918767485783', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 10:59:32', '2026-01-19 10:59:34', '2026-01-19 10:59:34'),
(896, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2413, NULL, '+917798477778', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 11:34:40', '2026-01-19 11:34:44', '2026-01-19 11:34:44'),
(897, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2416, NULL, '+919146931441', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 11:49:29', '2026-01-19 11:49:31', '2026-01-19 11:49:31'),
(898, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2417, NULL, '+919850840030', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 11:50:48', '2026-01-19 11:50:50', '2026-01-19 11:50:50'),
(899, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2418, NULL, '+919623456258', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 11:53:13', '2026-01-19 11:53:16', '2026-01-19 11:53:16'),
(900, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2419, NULL, '+919850045606', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 12:03:46', '2026-01-19 12:03:48', '2026-01-19 12:03:48'),
(901, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2421, NULL, '+917291908949', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 12:13:27', '2026-01-19 12:13:30', '2026-01-19 12:13:30'),
(902, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2424, NULL, '+918830930836', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 12:22:28', '2026-01-19 12:22:30', '2026-01-19 12:22:30'),
(903, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2425, NULL, '9011911010', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 12:23:43', '2026-01-19 12:23:46', '2026-01-19 12:23:46'),
(904, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2431, NULL, '+919881422393', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 13:41:10', '2026-01-19 13:41:13', '2026-01-19 13:41:13'),
(905, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2434, NULL, '+917040718147', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 14:26:28', '2026-01-19 14:26:31', '2026-01-19 14:26:31'),
(906, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2441, NULL, '9822200036', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 17:03:26', '2026-01-19 17:03:29', '2026-01-19 17:03:29'),
(907, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2443, NULL, '+919657556677', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 18:15:09', '2026-01-19 18:15:11', '2026-01-19 18:15:11'),
(908, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2444, NULL, '+919420263031', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 18:41:02', '2026-01-19 18:41:04', '2026-01-19 18:41:04'),
(909, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2445, NULL, '+917038055650', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-19 19:21:11', '2026-01-19 19:21:13', '2026-01-19 19:21:13'),
(910, 6, '8b1d66eef6c9688a', 'vivo V2351', 93, NULL, '+919403050712', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-19 19:35:10', '2026-01-19 19:35:13', '2026-01-19 19:35:13'),
(911, 6, '8b1d66eef6c9688a', 'vivo V2351', 94, NULL, '+919511292427', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-19 19:38:51', '2026-01-19 19:38:54', '2026-01-19 19:38:54'),
(912, 5, '1b832b5edbc1c2ce', 'Xiaomi 21091116I', 2449, NULL, '7558594307', NULL, 'Hi! Thanks for calling. I\'m currently unavailable but will get back to you soon.', 'SENT', 'sms', NULL, '2026-01-19 21:15:49', '2026-01-19 21:15:52', '2026-01-19 21:15:52'),
(913, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2452, NULL, '+917709986418', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 09:27:42', '2026-01-20 09:27:45', '2026-01-20 09:27:45'),
(914, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2453, NULL, '+919822200036', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 09:30:51', '2026-01-20 09:30:54', '2026-01-20 09:30:54'),
(915, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2454, NULL, '+919699643488', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 09:38:02', '2026-01-20 09:38:05', '2026-01-20 09:38:05'),
(916, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2459, NULL, '+918799841169', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 10:11:12', '2026-01-20 10:11:16', '2026-01-20 10:11:16'),
(917, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2460, NULL, '+917038041824', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 10:23:24', '2026-01-20 10:23:26', '2026-01-20 10:23:26'),
(918, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2461, NULL, '+919960032383', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-20 10:43:52', '2026-01-20 10:44:02', '2026-01-20 10:44:02'),
(919, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2462, NULL, '+918668950093', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 10:44:44', '2026-01-20 10:44:50', '2026-01-20 10:44:50'),
(920, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2465, NULL, '+919658431001', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-20 10:56:05', '2026-01-20 10:57:53', '2026-01-20 10:57:53'),
(921, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2465, NULL, '+919658431001', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-20 10:56:05', '2026-01-20 10:57:53', '2026-01-20 10:57:53'),
(922, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2467, NULL, '9049585917', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-20 11:34:10', '2026-01-20 11:34:18', '2026-01-20 11:34:18'),
(923, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2469, NULL, '+919518718570', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-20 12:09:36', '2026-01-20 12:09:48', '2026-01-20 12:09:48'),
(924, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2472, NULL, '+919881979599', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 12:34:01', '2026-01-20 12:34:03', '2026-01-20 12:34:03'),
(925, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2474, NULL, '+917083119429', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 12:48:14', '2026-01-20 12:48:16', '2026-01-20 12:48:16'),
(926, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2475, NULL, '+917022700313', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 13:06:44', '2026-01-20 13:06:47', '2026-01-20 13:06:47'),
(927, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2478, NULL, '+917350307784', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 13:19:04', '2026-01-20 13:19:07', '2026-01-20 13:19:07'),
(928, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2480, NULL, '+918830930836', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 13:26:32', '2026-01-20 13:26:35', '2026-01-20 13:26:35'),
(929, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2482, NULL, '+919527776266', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 13:40:43', '2026-01-20 13:40:45', '2026-01-20 13:40:45'),
(930, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2483, NULL, '982288863', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 13:54:56', '2026-01-20 13:54:59', '2026-01-20 13:54:59'),
(931, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2484, NULL, '+911409336682', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 13:55:16', '2026-01-20 13:55:17', '2026-01-20 13:55:17'),
(932, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2489, NULL, '9822888663', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 14:04:49', '2026-01-20 14:04:51', '2026-01-20 14:04:51'),
(933, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2491, NULL, '+919822888663', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 14:13:13', '2026-01-20 14:13:15', '2026-01-20 14:13:15'),
(934, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2497, NULL, '+911409309028', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 15:02:38', '2026-01-20 15:02:40', '2026-01-20 15:02:40'),
(935, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2499, NULL, '+919922121761', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 15:26:37', '2026-01-20 15:26:39', '2026-01-20 15:26:39'),
(936, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2501, NULL, '+919923665598', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 16:33:27', '2026-01-20 16:33:29', '2026-01-20 16:33:29'),
(937, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2502, NULL, '+919850840030', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 16:40:33', '2026-01-20 16:40:35', '2026-01-20 16:40:35'),
(938, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2503, NULL, '+918368373998', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 16:46:44', '2026-01-20 16:46:47', '2026-01-20 16:46:47'),
(939, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2504, NULL, '+917798477778', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 16:55:01', '2026-01-20 16:55:03', '2026-01-20 16:55:03'),
(940, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2505, NULL, '+919960657071', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 16:56:18', '2026-01-20 16:56:21', '2026-01-20 16:56:21'),
(941, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2507, NULL, '+918698486827', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 17:00:56', '2026-01-20 17:00:59', '2026-01-20 17:00:59'),
(942, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2514, NULL, '+919890717263', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 17:31:53', '2026-01-20 17:31:55', '2026-01-20 17:31:55'),
(943, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2516, NULL, '+917499719958', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 18:24:53', '2026-01-20 18:24:56', '2026-01-20 18:24:56'),
(944, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2518, NULL, '+917040718147', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 19:17:28', '2026-01-20 19:17:30', '2026-01-20 19:17:30'),
(945, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2520, NULL, '+918149903871', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 19:49:04', '2026-01-20 19:49:07', '2026-01-20 19:49:07'),
(946, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2524, NULL, '+917620238593', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 20:22:38', '2026-01-20 20:22:40', '2026-01-20 20:22:40'),
(947, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2527, NULL, '+919028738883', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-20 20:45:20', '2026-01-20 20:45:22', '2026-01-20 20:45:22'),
(948, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2536, NULL, '+918698976418', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 09:30:29', '2026-01-21 09:30:32', '2026-01-21 09:30:32'),
(949, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2537, NULL, '+918390897299', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 10:27:10', '2026-01-21 10:27:12', '2026-01-21 10:27:12'),
(950, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2540, NULL, '+911409303141', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 10:32:50', '2026-01-21 10:32:52', '2026-01-21 10:32:52'),
(951, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2542, NULL, '+919637795533', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 10:44:12', '2026-01-21 10:44:14', '2026-01-21 10:44:14'),
(952, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2556, NULL, '+919518718570', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 12:29:37', '2026-01-21 12:29:39', '2026-01-21 12:29:39'),
(953, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2557, NULL, '+918484820032', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 12:37:05', '2026-01-21 12:37:09', '2026-01-21 12:37:09'),
(954, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2558, NULL, '+919881979599', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 12:37:48', '2026-01-21 12:37:50', '2026-01-21 12:37:50'),
(955, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2559, NULL, '+919623456258', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 12:39:37', '2026-01-21 12:39:40', '2026-01-21 12:39:40'),
(956, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2560, NULL, '+919699643488', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 13:05:26', '2026-01-21 13:05:28', '2026-01-21 13:05:28'),
(957, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2562, NULL, '+917387147337', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 13:29:53', '2026-01-21 13:29:58', '2026-01-21 13:29:58'),
(958, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2563, NULL, '+919822200036', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 13:37:41', '2026-01-21 13:37:44', '2026-01-21 13:37:44'),
(959, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2565, NULL, '+919657477188', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 14:04:30', '2026-01-21 14:04:33', '2026-01-21 14:04:33'),
(960, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2566, NULL, '+918830930836', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 14:07:23', '2026-01-21 14:07:26', '2026-01-21 14:07:26'),
(961, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2567, NULL, '+911408859066', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 14:12:18', '2026-01-21 14:12:20', '2026-01-21 14:12:20'),
(962, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2569, NULL, '+919822551050', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 14:23:31', '2026-01-21 14:23:34', '2026-01-21 14:23:34'),
(963, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2573, NULL, '+917798685297', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 14:41:30', '2026-01-21 14:41:32', '2026-01-21 14:41:32'),
(964, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2575, NULL, '+919403244908', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 15:02:39', '2026-01-21 15:02:42', '2026-01-21 15:02:42'),
(965, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2577, NULL, '+917083119429', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 16:42:09', '2026-01-21 16:42:12', '2026-01-21 16:42:12'),
(966, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2578, NULL, '9922141597', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 16:47:13', '2026-01-21 16:47:16', '2026-01-21 16:47:16'),
(967, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2580, NULL, '9890717263', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 16:54:02', '2026-01-21 16:54:04', '2026-01-21 16:54:04'),
(968, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2581, NULL, '+917022700313', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 17:01:26', '2026-01-21 17:01:29', '2026-01-21 17:01:29'),
(969, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2584, NULL, '+919022877434', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 17:32:44', '2026-01-21 17:32:47', '2026-01-21 17:32:47'),
(970, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2589, NULL, '+919923206005', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-21 18:16:01', '2026-01-21 18:18:13', '2026-01-21 18:18:13'),
(971, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2595, NULL, '+919699549922', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 18:48:11', '2026-01-21 18:48:13', '2026-01-21 18:48:13'),
(972, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2604, NULL, '+919270012112', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 19:08:58', '2026-01-21 19:09:01', '2026-01-21 19:09:01'),
(973, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2606, NULL, '+917798477778', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 19:12:25', '2026-01-21 19:12:27', '2026-01-21 19:12:27'),
(974, 6, '8b1d66eef6c9688a', 'vivo V2351', 2607, NULL, '+917020459550', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-21 19:14:18', '2026-01-21 19:14:21', '2026-01-21 19:14:21'),
(975, 6, '8b1d66eef6c9688a', 'vivo V2351', 2608, NULL, '+919511292427', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-21 19:16:07', '2026-01-21 19:16:09', '2026-01-21 19:16:09'),
(976, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2610, NULL, '+919420263031', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 19:19:54', '2026-01-21 19:19:56', '2026-01-21 19:19:56'),
(977, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2612, NULL, '+919146931441', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 19:29:11', '2026-01-21 19:29:14', '2026-01-21 19:29:14'),
(978, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2617, NULL, '+919004935122', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 19:51:49', '2026-01-21 19:51:53', '2026-01-21 19:51:53'),
(979, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2620, NULL, '+919022475569', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 19:59:42', '2026-01-21 19:59:44', '2026-01-21 19:59:44'),
(980, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2621, NULL, '+919960657071', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 20:26:45', '2026-01-21 20:26:48', '2026-01-21 20:26:48'),
(981, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2623, NULL, '+919658431001', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 20:29:23', '2026-01-21 20:29:24', '2026-01-21 20:29:24'),
(982, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2625, NULL, '+919168004014', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-21 21:00:27', '2026-01-21 21:02:29', '2026-01-21 21:02:29'),
(983, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2627, NULL, '+919595299899', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 21:19:25', '2026-01-21 21:19:27', '2026-01-21 21:19:27'),
(984, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2630, NULL, '+919028738883', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 21:42:19', '2026-01-21 21:42:21', '2026-01-21 21:42:21'),
(985, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2633, NULL, '+917387582591', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-21 21:45:29', '2026-01-21 21:45:31', '2026-01-21 21:45:31');
INSERT INTO `sms_logs` (`id`, `user_id`, `device_id`, `device_name`, `call_log_id`, `local_id`, `phone_number`, `contact_name`, `message`, `status`, `channel`, `error_message`, `sent_at`, `created_at`, `updated_at`) VALUES
(986, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2636, NULL, '+919657556677', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 10:00:27', '2026-01-22 10:00:30', '2026-01-22 10:00:30'),
(987, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2637, NULL, '+917620151984', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 10:05:47', '2026-01-22 10:05:49', '2026-01-22 10:05:49'),
(988, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2638, NULL, '+919356400307', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 10:08:14', '2026-01-22 10:08:17', '2026-01-22 10:08:17'),
(989, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2639, NULL, '+917249175091', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 10:10:47', '2026-01-22 10:10:50', '2026-01-22 10:10:50'),
(990, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2644, NULL, '+919860042119', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 10:46:25', '2026-01-22 10:46:29', '2026-01-22 10:46:29'),
(991, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2645, NULL, '+918799841169', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 10:50:30', '2026-01-22 10:50:33', '2026-01-22 10:50:33'),
(992, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2653, NULL, '+919922561212', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 11:44:06', '2026-01-22 11:44:08', '2026-01-22 11:44:08'),
(993, 6, '8b1d66eef6c9688a', 'vivo V2351', 2671, NULL, '+911409801348', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-22 12:58:28', '2026-01-22 12:58:32', '2026-01-22 12:58:32'),
(994, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2674, NULL, '9527776266', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 13:07:35', '2026-01-22 13:07:37', '2026-01-22 13:07:37'),
(995, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2675, NULL, '9922561212', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 13:09:23', '2026-01-22 13:09:25', '2026-01-22 13:09:25'),
(996, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2676, NULL, '+919699643488', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 13:10:26', '2026-01-22 13:10:29', '2026-01-22 13:10:29'),
(997, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2681, NULL, '+919881979599', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'DELIVERED', 'sms', NULL, '2026-01-22 13:38:30', '2026-01-22 13:38:39', '2026-01-22 13:38:39'),
(998, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2682, NULL, '+911409303144', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'FAILED', 'sms', NULL, '2026-01-22 14:13:54', '2026-01-22 14:13:57', '2026-01-22 14:13:57'),
(999, 6, '8b1d66eef6c9688a', 'vivo V2351', 2683, NULL, '+911409801538', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-22 14:34:11', '2026-01-22 14:34:14', '2026-01-22 14:34:14'),
(1000, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2687, NULL, '+919822200036', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 15:00:07', '2026-01-22 15:00:12', '2026-01-22 15:00:12'),
(1001, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2690, NULL, '9049585917', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 15:10:54', '2026-01-22 15:10:57', '2026-01-22 15:10:57'),
(1002, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2693, NULL, '+918035204566', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 15:58:52', '2026-01-22 15:58:54', '2026-01-22 15:58:54'),
(1003, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2694, NULL, '+918208406714', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 16:13:00', '2026-01-22 16:13:03', '2026-01-22 16:13:03'),
(1004, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2697, NULL, '+919096677949', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 16:46:29', '2026-01-22 16:46:32', '2026-01-22 16:46:32'),
(1005, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2698, NULL, '+919403409599', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 16:48:05', '2026-01-22 16:48:07', '2026-01-22 16:48:07'),
(1006, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2703, NULL, '9890717263', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 17:21:54', '2026-01-22 17:21:57', '2026-01-22 17:21:57'),
(1007, 6, '8b1d66eef6c9688a', 'vivo V2351', 2705, NULL, '+919604776010', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-22 17:38:41', '2026-01-22 17:38:43', '2026-01-22 17:38:43'),
(1008, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2707, NULL, '+918698976418', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 18:06:28', '2026-01-22 18:06:31', '2026-01-22 18:06:31'),
(1009, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2709, NULL, '+917385286918', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 18:53:15', '2026-01-22 18:53:19', '2026-01-22 18:53:19'),
(1010, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2711, NULL, '+919699549922', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 19:34:52', '2026-01-22 19:34:54', '2026-01-22 19:34:54'),
(1011, 6, '8b1d66eef6c9688a', 'vivo V2351', 2712, NULL, '+919403050712', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-22 19:58:13', '2026-01-22 19:58:16', '2026-01-22 19:58:16'),
(1012, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2713, NULL, '+917499719958', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 20:13:52', '2026-01-22 20:13:55', '2026-01-22 20:13:55'),
(1013, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2714, NULL, '9595299899', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-22 20:19:04', '2026-01-22 20:19:07', '2026-01-22 20:19:07'),
(1014, 6, '8b1d66eef6c9688a', 'vivo V2351', 2722, NULL, '+919665675211', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-22 22:04:12', '2026-01-22 22:04:15', '2026-01-22 22:04:15'),
(1015, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2725, NULL, '+918484820032', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 10:03:10', '2026-01-23 10:03:13', '2026-01-23 10:03:13'),
(1016, 6, '8b1d66eef6c9688a', 'vivo V2351', 2728, NULL, '+911409809490', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-23 11:04:03', '2026-01-23 11:04:06', '2026-01-23 11:04:06'),
(1017, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2729, NULL, '+917350307784', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 11:04:48', '2026-01-23 11:04:51', '2026-01-23 11:04:51'),
(1018, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2730, NULL, '+919822551050', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 11:06:16', '2026-01-23 11:06:19', '2026-01-23 11:06:19'),
(1019, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2733, NULL, '+919822433665', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 11:16:31', '2026-01-23 11:16:34', '2026-01-23 11:16:34'),
(1020, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2734, NULL, '+919658431001', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 11:17:55', '2026-01-23 11:17:57', '2026-01-23 11:17:57'),
(1021, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2735, NULL, '+916744530753', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 11:19:34', '2026-01-23 11:19:37', '2026-01-23 11:19:37'),
(1022, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2743, NULL, '+917058734140', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 12:34:52', '2026-01-23 12:34:56', '2026-01-23 12:34:56'),
(1023, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2744, NULL, '+911409303141', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'FAILED', 'sms', NULL, '2026-01-23 12:50:49', '2026-01-23 12:50:51', '2026-01-23 12:50:51'),
(1024, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2747, NULL, '+917040718147', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 13:12:23', '2026-01-23 13:12:26', '2026-01-23 13:12:26'),
(1025, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2748, NULL, '+919623456258', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 13:22:26', '2026-01-23 13:22:30', '2026-01-23 13:22:30'),
(1026, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2749, NULL, '+919637795533', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 13:28:45', '2026-01-23 13:28:50', '2026-01-23 13:28:50'),
(1027, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2754, NULL, '+919881979599', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 15:22:12', '2026-01-23 15:22:15', '2026-01-23 15:22:15'),
(1028, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2763, NULL, '+918390897299', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 16:49:51', '2026-01-23 16:49:54', '2026-01-23 16:49:54'),
(1029, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2764, NULL, '+911409099614', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 16:55:05', '2026-01-23 16:55:08', '2026-01-23 16:55:08'),
(1030, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2765, NULL, '+917038055650', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 16:57:52', '2026-01-23 16:57:55', '2026-01-23 16:57:55'),
(1031, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2773, NULL, '+918698976418', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 17:58:51', '2026-01-23 17:58:53', '2026-01-23 17:58:53'),
(1032, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2774, NULL, '07767004656', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 18:07:51', '2026-01-23 18:07:53', '2026-01-23 18:07:53'),
(1033, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2775, NULL, '09158880099', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 18:10:42', '2026-01-23 18:10:45', '2026-01-23 18:10:45'),
(1034, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2777, NULL, '+919850840030', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 18:38:50', '2026-01-23 18:38:52', '2026-01-23 18:38:52'),
(1035, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2778, NULL, '+917798477778', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 18:39:48', '2026-01-23 18:39:51', '2026-01-23 18:39:51'),
(1036, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2779, NULL, '+917768987115', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 18:54:14', '2026-01-23 18:54:16', '2026-01-23 18:54:16'),
(1037, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2780, NULL, '+918830930836', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 18:55:40', '2026-01-23 18:55:44', '2026-01-23 18:55:44'),
(1038, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2781, NULL, '+919834218115', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 19:08:50', '2026-01-23 19:08:53', '2026-01-23 19:08:53'),
(1039, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2784, NULL, '+919588652870', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 19:26:35', '2026-01-23 19:26:38', '2026-01-23 19:26:38'),
(1040, 6, '8b1d66eef6c9688a', 'vivo V2351', 2785, NULL, '+917972421395', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-23 19:29:37', '2026-01-23 19:29:41', '2026-01-23 19:29:41'),
(1041, 6, '8b1d66eef6c9688a', 'vivo V2351', 2787, NULL, '+919588652870', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-23 19:34:17', '2026-01-23 19:34:20', '2026-01-23 19:34:20'),
(1042, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2798, NULL, '9890717263', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 20:09:48', '2026-01-23 20:09:52', '2026-01-23 20:09:52'),
(1043, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2802, NULL, '+917378775533', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 20:34:49', '2026-01-23 20:34:52', '2026-01-23 20:34:52'),
(1044, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2803, NULL, '+917767004656', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 20:35:44', '2026-01-23 20:35:47', '2026-01-23 20:35:47'),
(1045, 6, '8b1d66eef6c9688a', 'vivo V2351', 2804, NULL, '+919403050712', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-23 20:37:16', '2026-01-23 20:37:22', '2026-01-23 20:37:22'),
(1046, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2806, NULL, '+919766302835', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 20:38:45', '2026-01-23 20:38:49', '2026-01-23 20:38:49'),
(1047, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2809, NULL, '+919595299899', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 20:42:52', '2026-01-23 20:42:55', '2026-01-23 20:42:55'),
(1048, 6, '8b1d66eef6c9688a', 'vivo V2351', 2811, NULL, '+919604776010', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-23 20:43:36', '2026-01-23 20:43:39', '2026-01-23 20:43:39'),
(1049, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2813, NULL, '9423241542', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 20:59:43', '2026-01-23 20:59:46', '2026-01-23 20:59:46'),
(1050, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2815, NULL, '9527776266', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 21:37:27', '2026-01-23 21:37:31', '2026-01-23 21:37:31'),
(1051, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2816, NULL, '+919822079646', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 21:41:25', '2026-01-23 21:41:29', '2026-01-23 21:41:29'),
(1052, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2817, NULL, '+917550467171', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 21:43:04', '2026-01-23 21:43:07', '2026-01-23 21:43:07'),
(1053, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2819, NULL, '+919860042119', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 22:03:20', '2026-01-23 22:03:23', '2026-01-23 22:03:23'),
(1054, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2820, NULL, '+917499719958', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 22:16:12', '2026-01-23 22:16:15', '2026-01-23 22:16:15'),
(1055, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2821, NULL, '+919527776266', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-23 22:30:51', '2026-01-23 22:30:55', '2026-01-23 22:30:55'),
(1056, 6, '8b1d66eef6c9688a', 'vivo V2351', 2823, NULL, '+917020459550', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-23 23:36:20', '2026-01-23 23:36:22', '2026-01-23 23:36:22'),
(1057, 6, '8b1d66eef6c9688a', 'vivo V2351', 2824, NULL, '+919665675211', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-23 23:40:04', '2026-01-23 23:40:08', '2026-01-23 23:40:08'),
(1058, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2825, NULL, '9766587444', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 00:03:26', '2026-01-24 00:03:28', '2026-01-24 00:03:28'),
(1059, 6, '8b1d66eef6c9688a', 'vivo V2351', 2826, NULL, '+919371457240', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-24 07:45:26', '2026-01-24 07:45:28', '2026-01-24 07:45:28'),
(1060, 6, '8b1d66eef6c9688a', 'vivo V2351', 2827, NULL, '+919511292427', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-24 09:11:33', '2026-01-24 09:11:36', '2026-01-24 09:11:36'),
(1061, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2830, NULL, '+919822888663', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 10:04:27', '2026-01-24 10:04:31', '2026-01-24 10:04:31'),
(1062, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2831, NULL, '+919689920025', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 10:09:31', '2026-01-24 10:09:34', '2026-01-24 10:09:34'),
(1063, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2832, NULL, '+919699643488', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 10:15:51', '2026-01-24 10:15:54', '2026-01-24 10:15:54'),
(1064, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2833, NULL, '+919004935122', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 10:16:40', '2026-01-24 10:16:43', '2026-01-24 10:16:43'),
(1065, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2838, NULL, '+918484820032', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 11:00:13', '2026-01-24 11:00:16', '2026-01-24 11:00:16'),
(1066, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2842, NULL, '8013161010', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 11:22:56', '2026-01-24 11:22:59', '2026-01-24 11:22:59'),
(1067, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2844, NULL, '+918013161010', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 11:53:13', '2026-01-24 11:53:16', '2026-01-24 11:53:16'),
(1068, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2846, NULL, '9657727161', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 11:58:59', '2026-01-24 11:59:02', '2026-01-24 11:59:02'),
(1069, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2847, NULL, '+911409309014', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 11:59:59', '2026-01-24 12:00:02', '2026-01-24 12:00:02'),
(1070, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2849, NULL, '+919657453530', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 12:21:50', '2026-01-24 12:21:53', '2026-01-24 12:21:53'),
(1071, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2851, NULL, '+919657727161', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 12:26:09', '2026-01-24 12:26:13', '2026-01-24 12:26:13'),
(1072, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2853, NULL, '+919923206005', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 12:57:07', '2026-01-24 12:57:10', '2026-01-24 12:57:10'),
(1073, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2854, NULL, '+911409336678', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 12:58:06', '2026-01-24 12:58:09', '2026-01-24 12:58:09'),
(1074, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2857, NULL, '+919623277567', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 13:16:03', '2026-01-24 13:16:07', '2026-01-24 13:16:07'),
(1075, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2858, NULL, '+919560871488', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 13:18:41', '2026-01-24 13:18:45', '2026-01-24 13:18:45'),
(1076, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2860, NULL, '+917038700437', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 13:43:55', '2026-01-24 13:43:58', '2026-01-24 13:43:58'),
(1077, 6, '8b1d66eef6c9688a', 'vivo V2351', 2861, NULL, '+919922434004', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-24 13:47:53', '2026-01-24 13:47:56', '2026-01-24 13:47:56'),
(1078, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2862, NULL, '+912248965936', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'FAILED', 'sms', NULL, '2026-01-24 14:05:25', '2026-01-24 14:05:28', '2026-01-24 14:05:28'),
(1079, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2871, NULL, '+911409800267', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'FAILED', 'sms', NULL, '2026-01-24 19:18:54', '2026-01-24 19:19:05', '2026-01-24 19:19:05'),
(1080, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2872, NULL, '+919822551050', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 19:37:47', '2026-01-24 19:37:58', '2026-01-24 19:37:58'),
(1081, 6, '8b1d66eef6c9688a', 'vivo V2351', 2876, NULL, '7522906868', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-24 20:35:17', '2026-01-24 20:35:20', '2026-01-24 20:35:20'),
(1082, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2877, NULL, '+918208787433', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 21:11:19', '2026-01-24 21:11:32', '2026-01-24 21:11:32'),
(1083, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2878, NULL, '+919890717263', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 21:12:15', '2026-01-24 21:12:18', '2026-01-24 21:12:18'),
(1084, 6, '8b1d66eef6c9688a', 'vivo V2351', 2879, NULL, '+919579006868', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-24 21:15:16', '2026-01-24 21:15:20', '2026-01-24 21:15:20'),
(1085, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2881, NULL, '9595299899', NULL, 'पुणे महानगरपालिका सार्वत्रिक निवडणूक २०२६ \r\nसंपूर्ण ४१ प्रभाग निहाय उमेदवार\r\n\r\nhttps://jansanwad.com/pmcelctionallcandidate.pdf', 'SENT', 'sms', NULL, '2026-01-24 21:17:12', '2026-01-24 21:17:18', '2026-01-24 21:17:18'),
(1086, 6, '8b1d66eef6c9688a', 'vivo V2351', 2885, NULL, '+919359826928', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-25 11:20:09', '2026-01-25 11:20:12', '2026-01-25 11:20:12'),
(1087, 6, '8b1d66eef6c9688a', 'vivo V2351', 2886, NULL, '+917218971730', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-25 11:21:18', '2026-01-25 11:21:21', '2026-01-25 11:21:21'),
(1088, 6, '8b1d66eef6c9688a', 'vivo V2351', 2889, NULL, '+919588652870', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-25 17:13:36', '2026-01-25 17:13:39', '2026-01-25 17:13:39'),
(1089, 6, '8b1d66eef6c9688a', 'vivo V2351', 2891, NULL, '+918329595111', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-25 19:14:03', '2026-01-25 19:14:06', '2026-01-25 19:14:06'),
(1090, 6, '8b1d66eef6c9688a', 'vivo V2351', 2892, NULL, '+919823063615', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-25 19:43:48', '2026-01-25 19:43:50', '2026-01-25 19:43:50'),
(1091, 6, '8b1d66eef6c9688a', 'vivo V2351', 2896, NULL, '+919403050712', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-26 11:39:11', '2026-01-26 11:39:14', '2026-01-26 11:39:14'),
(1092, 6, '8b1d66eef6c9688a', 'vivo V2351', 2898, NULL, '+919371457240', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-26 14:42:42', '2026-01-26 14:42:46', '2026-01-26 14:42:46'),
(1093, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2968, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-27 14:50:58', '2026-01-27 14:51:29', '2026-01-27 14:51:29'),
(1094, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2969, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 14:58:57', '2026-01-27 14:58:58', '2026-01-27 14:58:58'),
(1095, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2970, NULL, '+917507520849', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 15:00:45', '2026-01-27 15:00:46', '2026-01-27 15:00:46'),
(1096, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2971, NULL, '+911409809749', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-27 15:01:03', '2026-01-27 15:01:04', '2026-01-27 15:01:04'),
(1097, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2972, NULL, '7796681327', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 15:03:19', '2026-01-27 15:03:20', '2026-01-27 15:03:20'),
(1098, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2975, NULL, '+918037934911', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-27 16:19:12', '2026-01-27 16:19:14', '2026-01-27 16:19:14'),
(1099, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2977, NULL, '+919658431001', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 16:43:21', '2026-01-27 16:43:22', '2026-01-27 16:43:22'),
(1100, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2978, NULL, '9822200036', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 16:45:04', '2026-01-27 16:45:05', '2026-01-27 16:45:05'),
(1101, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2981, NULL, '+917798477778', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 17:09:05', '2026-01-27 17:09:05', '2026-01-27 17:09:05'),
(1102, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2984, NULL, '+919699643488', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-27 17:17:46', '2026-01-27 17:17:56', '2026-01-27 17:17:56'),
(1103, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2985, NULL, '+918208787433', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 17:19:06', '2026-01-27 17:19:07', '2026-01-27 17:19:07'),
(1104, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2989, NULL, '8007012361', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 17:34:26', '2026-01-27 17:34:27', '2026-01-27 17:34:27'),
(1105, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2990, NULL, '+917620151984', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 17:36:42', '2026-01-27 17:36:43', '2026-01-27 17:36:43'),
(1106, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2991, NULL, '+919372525188', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 17:37:35', '2026-01-27 17:37:35', '2026-01-27 17:37:35'),
(1107, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2992, NULL, '+919579988914', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 17:43:57', '2026-01-27 17:43:57', '2026-01-27 17:43:57'),
(1108, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2995, NULL, '+919623456258', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 18:22:57', '2026-01-27 18:22:58', '2026-01-27 18:22:58'),
(1109, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2996, NULL, '+916357289782', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-27 18:25:54', '2026-01-27 18:26:00', '2026-01-27 18:26:00'),
(1110, 6, '8b1d66eef6c9688a', 'vivo V2351', 2998, NULL, '+919921209814', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-27 18:58:05', '2026-01-27 18:58:08', '2026-01-27 18:58:08'),
(1111, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2999, NULL, '9049585917', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-27 19:20:41', '2026-01-27 19:20:54', '2026-01-27 19:20:54'),
(1112, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3002, NULL, '+917796681327', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 19:49:34', '2026-01-27 19:49:37', '2026-01-27 19:49:37'),
(1113, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3012, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 20:56:02', '2026-01-27 20:56:03', '2026-01-27 20:56:03'),
(1114, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3013, NULL, '+919588652870', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 21:12:05', '2026-01-27 21:12:06', '2026-01-27 21:12:06'),
(1115, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3014, NULL, '+917057319308', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 21:57:31', '2026-01-27 21:57:31', '2026-01-27 21:57:31'),
(1116, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3015, NULL, '8087252893', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 21:57:49', '2026-01-27 21:57:50', '2026-01-27 21:57:50'),
(1117, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3016, NULL, '9595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-27 23:09:52', '2026-01-27 23:10:21', '2026-01-27 23:10:21'),
(1118, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3018, NULL, '+919595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-27 23:10:31', '2026-01-27 23:10:31', '2026-01-27 23:10:31'),
(1119, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3022, NULL, '+919420263031', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 09:53:40', '2026-01-28 09:53:42', '2026-01-28 09:53:42'),
(1120, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3024, NULL, '+919527776266', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 09:57:08', '2026-01-28 09:57:09', '2026-01-28 09:57:09'),
(1121, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3025, NULL, '+917387147337', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 09:58:26', '2026-01-28 09:58:27', '2026-01-28 09:58:27'),
(1122, 6, '8b1d66eef6c9688a', 'vivo V2351', 3026, NULL, '+919403050712', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-28 09:59:16', '2026-01-28 09:59:19', '2026-01-28 09:59:19'),
(1123, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3029, NULL, '+917038055650', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 10:05:16', '2026-01-28 10:05:17', '2026-01-28 10:05:17'),
(1124, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3033, NULL, '+917022700313', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 10:19:23', '2026-01-28 10:19:25', '2026-01-28 10:19:25'),
(1125, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3038, NULL, '+919890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 10:56:34', '2026-01-28 10:56:35', '2026-01-28 10:56:35'),
(1126, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3049, NULL, '+919545966555', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 12:20:57', '2026-01-28 12:20:58', '2026-01-28 12:20:58'),
(1127, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3050, NULL, '+911408946979', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-28 12:28:42', '2026-01-28 12:28:43', '2026-01-28 12:28:43'),
(1128, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3052, NULL, '+919960657071', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 12:37:31', '2026-01-28 12:37:32', '2026-01-28 12:37:32'),
(1129, 6, '8b1d66eef6c9688a', 'vivo V2351', 3053, NULL, '+917387465558', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-28 12:56:04', '2026-01-28 12:56:14', '2026-01-28 12:56:14'),
(1130, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3055, NULL, '+917057297008', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 13:00:40', '2026-01-28 13:00:40', '2026-01-28 13:00:40'),
(1131, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3056, NULL, '+919022877434', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 13:13:12', '2026-01-28 13:13:13', '2026-01-28 13:13:13'),
(1132, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3059, NULL, '+919822200036', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-28 16:27:43', '2026-01-28 16:51:37', '2026-01-28 16:51:37'),
(1133, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3062, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 16:54:23', '2026-01-28 16:54:23', '2026-01-28 16:54:23'),
(1134, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3063, NULL, '+919011882641', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 17:01:18', '2026-01-28 17:01:18', '2026-01-28 17:01:18'),
(1135, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3070, NULL, '+918062595962', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-28 18:27:53', '2026-01-28 18:27:54', '2026-01-28 18:27:54'),
(1136, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3072, NULL, '+919311876978', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 18:39:14', '2026-01-28 18:39:14', '2026-01-28 18:39:14');
INSERT INTO `sms_logs` (`id`, `user_id`, `device_id`, `device_name`, `call_log_id`, `local_id`, `phone_number`, `contact_name`, `message`, `status`, `channel`, `error_message`, `sent_at`, `created_at`, `updated_at`) VALUES
(1137, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3074, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 18:58:09', '2026-01-28 18:58:10', '2026-01-28 18:58:10'),
(1138, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3076, NULL, '+919028738883', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 19:12:02', '2026-01-28 19:12:03', '2026-01-28 19:12:03'),
(1139, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3077, NULL, '+918888358506', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 19:18:23', '2026-01-28 19:18:24', '2026-01-28 19:18:24'),
(1140, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3078, NULL, '+919156298589', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 19:32:08', '2026-01-28 19:32:09', '2026-01-28 19:32:09'),
(1141, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3084, NULL, '+919922561212', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-28 20:33:34', '2026-01-28 20:33:34', '2026-01-28 20:33:34'),
(1142, 6, '8b1d66eef6c9688a', 'vivo V2351', 3090, NULL, '+919822426339', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-28 21:03:11', '2026-01-28 21:03:13', '2026-01-28 21:03:13'),
(1143, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3092, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-28 23:25:58', '2026-01-29 06:13:33', '2026-01-29 06:13:33'),
(1144, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3093, NULL, '+919168004014', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 09:46:09', '2026-01-29 09:46:10', '2026-01-29 09:46:10'),
(1145, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3095, NULL, '9595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-29 10:06:43', '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(1146, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3095, NULL, '9595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-29 10:06:43', '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(1147, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3095, NULL, '9595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-29 10:06:43', '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(1148, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3103, NULL, '+919822551050', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-29 10:10:43', '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(1149, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3103, NULL, '+919822551050', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-29 10:10:43', '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(1150, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3103, NULL, '+919822551050', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-29 10:10:43', '2026-01-29 10:12:54', '2026-01-29 10:12:54'),
(1151, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3108, NULL, '9923768601', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 10:33:44', '2026-01-29 10:33:45', '2026-01-29 10:33:45'),
(1152, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3111, NULL, '+919595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 10:54:24', '2026-01-29 10:54:24', '2026-01-29 10:54:24'),
(1153, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3112, NULL, '+919657556677', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 11:19:42', '2026-01-29 11:19:42', '2026-01-29 11:19:42'),
(1154, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3113, NULL, '+917022700313', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 11:50:38', '2026-01-29 11:50:39', '2026-01-29 11:50:39'),
(1155, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3115, NULL, '+919699643488', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 11:58:13', '2026-01-29 11:58:13', '2026-01-29 11:58:13'),
(1156, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3116, NULL, '+919658431001', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 12:01:38', '2026-01-29 12:01:39', '2026-01-29 12:01:39'),
(1157, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3117, NULL, '+917038700437', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 12:19:36', '2026-01-29 12:19:37', '2026-01-29 12:19:37'),
(1158, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3118, NULL, '+919922663626', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 12:20:19', '2026-01-29 12:20:18', '2026-01-29 12:20:18'),
(1159, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3119, NULL, '+911409309030', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 12:21:37', '2026-01-29 12:21:37', '2026-01-29 12:21:37'),
(1160, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3125, NULL, '+919960657071', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 13:45:24', '2026-01-29 13:45:25', '2026-01-29 13:45:25'),
(1161, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3126, NULL, '+917744944808', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 14:04:09', '2026-01-29 14:04:10', '2026-01-29 14:04:10'),
(1162, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3139, NULL, '+919822200036', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 17:09:04', '2026-01-29 17:09:07', '2026-01-29 17:09:07'),
(1163, 6, '8b1d66eef6c9688a', 'vivo V2351', 3141, NULL, '+911409801508', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-29 17:35:31', '2026-01-29 17:35:34', '2026-01-29 17:35:34'),
(1164, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3145, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 18:04:05', '2026-01-29 18:04:07', '2026-01-29 18:04:07'),
(1165, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3151, NULL, '+919049585917', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 19:19:49', '2026-01-29 19:19:52', '2026-01-29 19:19:52'),
(1166, 6, '8b1d66eef6c9688a', 'vivo V2351', 3152, NULL, '+919403050712', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-29 19:20:04', '2026-01-29 19:20:07', '2026-01-29 19:20:07'),
(1167, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3155, NULL, '+919923041017', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 20:09:01', '2026-01-29 20:09:05', '2026-01-29 20:09:05'),
(1168, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3157, NULL, '+919011882641', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 20:16:00', '2026-01-29 20:16:03', '2026-01-29 20:16:03'),
(1169, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3160, NULL, '+919922561212', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 20:45:48', '2026-01-29 20:45:51', '2026-01-29 20:45:51'),
(1170, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3164, NULL, '+919890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 21:07:05', '2026-01-29 21:07:07', '2026-01-29 21:07:07'),
(1171, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3166, NULL, '+919075456258', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 21:15:37', '2026-01-29 21:15:39', '2026-01-29 21:15:39'),
(1172, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3167, NULL, '+919527776266', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 21:22:25', '2026-01-29 21:22:28', '2026-01-29 21:22:28'),
(1173, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3169, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-29 21:28:25', '2026-01-29 21:28:28', '2026-01-29 21:28:28'),
(1174, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3171, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 10:36:31', '2026-01-30 10:36:33', '2026-01-30 10:36:33'),
(1175, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3172, NULL, '+919822551050', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 10:38:25', '2026-01-30 10:38:27', '2026-01-30 10:38:27'),
(1176, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3177, NULL, '+919588652870', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 10:51:58', '2026-01-30 10:52:01', '2026-01-30 10:52:01'),
(1177, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3181, NULL, '+919765395584', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 11:02:45', '2026-01-30 11:02:48', '2026-01-30 11:02:48'),
(1178, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3185, NULL, '+919923206005', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-01-30 11:17:44', '2026-01-30 11:17:53', '2026-01-30 11:17:53'),
(1179, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3189, NULL, '+917314621748', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-30 11:48:05', '2026-01-30 11:48:07', '2026-01-30 11:48:07'),
(1180, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3190, NULL, '+911409303144', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 11:57:36', '2026-01-30 11:57:38', '2026-01-30 11:57:38'),
(1181, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3195, NULL, '+917083003780', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 12:41:19', '2026-01-30 12:41:21', '2026-01-30 12:41:21'),
(1182, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3200, NULL, '+919699643488', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 13:17:57', '2026-01-30 13:18:00', '2026-01-30 13:18:00'),
(1183, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3205, NULL, '+919767723322', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 13:37:36', '2026-01-30 13:37:38', '2026-01-30 13:37:38'),
(1184, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3208, NULL, '+919922114064', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 13:45:09', '2026-01-30 13:45:11', '2026-01-30 13:45:11'),
(1185, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3210, NULL, '+919658431001', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 13:46:25', '2026-01-30 13:46:26', '2026-01-30 13:46:26'),
(1186, 6, '8b1d66eef6c9688a', 'vivo V2351', 3223, NULL, '+919109444250', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-30 14:52:03', '2026-01-30 14:52:07', '2026-01-30 14:52:07'),
(1187, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3224, NULL, '+917378775533', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 15:16:06', '2026-01-30 15:16:09', '2026-01-30 15:16:09'),
(1188, 6, '8b1d66eef6c9688a', 'vivo V2351', 3227, NULL, '+918037269584', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-30 16:03:27', '2026-01-30 16:03:30', '2026-01-30 16:03:30'),
(1189, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3228, NULL, '+917887406614', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 16:17:38', '2026-01-30 16:17:40', '2026-01-30 16:17:40'),
(1190, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3231, NULL, '+911409336710', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-30 16:47:19', '2026-01-30 16:47:21', '2026-01-30 16:47:21'),
(1191, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3236, NULL, '9545966555', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 18:22:44', '2026-01-30 18:22:47', '2026-01-30 18:22:47'),
(1192, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3240, NULL, '+917038055650', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 19:10:51', '2026-01-30 19:10:53', '2026-01-30 19:10:53'),
(1193, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3241, NULL, '+911409336668', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 19:22:13', '2026-01-30 19:22:15', '2026-01-30 19:22:15'),
(1194, 6, '8b1d66eef6c9688a', 'vivo V2351', 3243, NULL, '9403050712', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-30 19:28:37', '2026-01-30 19:28:40', '2026-01-30 19:28:40'),
(1195, 6, '8b1d66eef6c9688a', 'vivo V2351', 3244, NULL, '+919588652870', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-30 19:29:24', '2026-01-30 19:29:27', '2026-01-30 19:29:27'),
(1196, 6, '8b1d66eef6c9688a', 'vivo V2351', 3245, NULL, '+919922434004', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-30 19:30:16', '2026-01-30 19:30:19', '2026-01-30 19:30:19'),
(1197, 6, '8b1d66eef6c9688a', 'vivo V2351', 3246, NULL, '+917020459550', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-30 19:36:29', '2026-01-30 19:36:32', '2026-01-30 19:36:32'),
(1198, 6, '8b1d66eef6c9688a', 'vivo V2351', 3247, NULL, '+919763336212', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-30 19:42:08', '2026-01-30 19:42:11', '2026-01-30 19:42:11'),
(1199, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3251, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 19:56:32', '2026-01-30 19:56:35', '2026-01-30 19:56:35'),
(1200, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3252, NULL, '+919922121761', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 20:01:04', '2026-01-30 20:01:07', '2026-01-30 20:01:07'),
(1201, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3253, NULL, '+911408943760', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-30 20:02:46', '2026-01-30 20:02:48', '2026-01-30 20:02:48'),
(1202, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3257, NULL, '+919595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 21:13:46', '2026-01-30 21:13:48', '2026-01-30 21:13:48'),
(1203, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3259, NULL, '+919922561212', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-30 21:27:09', '2026-01-30 21:27:11', '2026-01-30 21:27:11'),
(1204, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3265, NULL, '9890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 08:38:54', '2026-01-31 08:38:55', '2026-01-31 08:38:55'),
(1205, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3266, NULL, '+917709687412', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 08:58:44', '2026-01-31 08:58:46', '2026-01-31 08:58:46'),
(1206, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3270, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 10:02:59', '2026-01-31 10:03:00', '2026-01-31 10:03:00'),
(1207, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3271, NULL, '+919763201172', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 10:39:56', '2026-01-31 10:39:58', '2026-01-31 10:39:58'),
(1208, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3273, NULL, '+917450003030', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 10:46:47', '2026-01-31 10:46:55', '2026-01-31 10:46:55'),
(1209, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3275, NULL, '+919890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 11:32:18', '2026-01-31 11:32:19', '2026-01-31 11:32:19'),
(1210, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3281, NULL, '+917971833395', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-31 11:49:58', '2026-01-31 11:49:58', '2026-01-31 11:49:58'),
(1211, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3282, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 11:53:52', '2026-01-31 11:53:53', '2026-01-31 11:53:53'),
(1212, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3283, NULL, '+917313571435', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-31 12:28:59', '2026-01-31 12:29:00', '2026-01-31 12:29:00'),
(1213, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3287, NULL, '+919560677422', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 12:41:43', '2026-01-31 12:41:45', '2026-01-31 12:41:45'),
(1214, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3289, NULL, '+919822200036', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 12:49:06', '2026-01-31 12:49:08', '2026-01-31 12:49:08'),
(1215, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3293, NULL, '+918698153174', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 12:57:12', '2026-01-31 12:57:13', '2026-01-31 12:57:13'),
(1216, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3296, NULL, '+919970782003', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 13:02:55', '2026-01-31 13:02:55', '2026-01-31 13:02:55'),
(1217, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3297, NULL, '+917709686604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 13:16:13', '2026-01-31 13:16:15', '2026-01-31 13:16:15'),
(1218, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3301, NULL, '+917022700313', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 13:21:23', '2026-01-31 13:21:24', '2026-01-31 13:21:24'),
(1219, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 2817, NULL, '+917550467171', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 13:32:03', '2026-01-31 13:32:03', '2026-01-31 13:32:03'),
(1220, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3306, NULL, '+917040302074', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 14:24:02', '2026-01-31 14:24:04', '2026-01-31 14:24:04'),
(1221, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3311, NULL, '+919699643488', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 14:42:06', '2026-01-31 14:42:06', '2026-01-31 14:42:06'),
(1222, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3313, NULL, '+919658431001', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 14:51:18', '2026-01-31 14:51:19', '2026-01-31 14:51:19'),
(1223, 6, '8b1d66eef6c9688a', 'vivo V2351', 3336, NULL, '9403050712', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-31 19:31:20', '2026-01-31 19:31:23', '2026-01-31 19:31:23'),
(1224, 6, '8b1d66eef6c9688a', 'vivo V2351', 3337, NULL, '+919588652870', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-31 19:31:26', '2026-01-31 19:31:29', '2026-01-31 19:31:29'),
(1225, 6, '8b1d66eef6c9688a', 'vivo V2351', 3338, NULL, '+919403050712', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-01-31 19:31:46', '2026-01-31 19:31:48', '2026-01-31 19:31:48'),
(1226, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3340, NULL, '+911409336684', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-31 19:36:20', '2026-01-31 19:36:22', '2026-01-31 19:36:22'),
(1227, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3341, NULL, '+911408943653', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-01-31 19:43:26', '2026-01-31 19:43:28', '2026-01-31 19:43:28'),
(1228, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3344, NULL, '08591900180', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 21:04:24', '2026-01-31 21:04:25', '2026-01-31 21:04:25'),
(1229, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3345, NULL, '+918591900180', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-01-31 21:06:37', '2026-01-31 21:06:38', '2026-01-31 21:06:38'),
(1230, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3348, NULL, '9595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-01 00:10:11', '2026-02-01 00:10:12', '2026-02-01 00:10:12'),
(1231, 6, '8b1d66eef6c9688a', 'vivo V2351', 3349, NULL, '+919371457240', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-01 07:55:50', '2026-02-01 07:55:52', '2026-02-01 07:55:52'),
(1232, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3351, NULL, '8087675124', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-01 09:50:43', '2026-02-01 09:50:45', '2026-02-01 09:50:45'),
(1233, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3352, NULL, '+919860164051', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-01 10:33:18', '2026-02-01 10:33:20', '2026-02-01 10:33:20'),
(1234, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3354, NULL, '8087853107', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-01 10:38:55', '2026-02-01 10:38:56', '2026-02-01 10:38:56'),
(1235, 6, '8b1d66eef6c9688a', 'vivo V2351', 3355, NULL, '+918767482241', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-01 10:45:21', '2026-02-01 10:45:23', '2026-02-01 10:45:23'),
(1236, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3358, NULL, '+917798947432', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-01 11:01:30', '2026-02-01 11:01:31', '2026-02-01 11:01:31'),
(1237, 6, '8b1d66eef6c9688a', 'vivo V2351', 3363, NULL, '+919604776010', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-01 11:29:29', '2026-02-01 11:29:32', '2026-02-01 11:29:32'),
(1238, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3364, NULL, '9890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-01 11:50:25', '2026-02-01 11:50:26', '2026-02-01 11:50:26'),
(1239, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3365, NULL, '+911409309058', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-02-01 12:01:45', '2026-02-01 12:01:47', '2026-02-01 12:01:47'),
(1240, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3367, NULL, '+919890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-01 12:38:41', '2026-02-01 12:38:42', '2026-02-01 12:38:42'),
(1241, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3368, NULL, '+917972096928', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-01 12:39:03', '2026-02-01 12:39:03', '2026-02-01 12:39:03'),
(1242, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3369, NULL, '+919923206005', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-02-01 13:07:37', '2026-02-01 13:07:40', '2026-02-01 13:07:40'),
(1243, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3370, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-01 13:24:02', '2026-02-01 13:24:03', '2026-02-01 13:24:03'),
(1244, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3371, NULL, '+918468890628', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-01 14:13:21', '2026-02-01 14:13:23', '2026-02-01 14:13:23'),
(1245, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3374, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-01 16:05:31', '2026-02-01 16:05:32', '2026-02-01 16:05:32'),
(1246, 6, '8b1d66eef6c9688a', 'vivo V2351', 3376, NULL, '+917620369004', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-01 16:41:07', '2026-02-01 16:41:10', '2026-02-01 16:41:10'),
(1247, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3377, NULL, '9850592525', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-01 16:54:14', '2026-02-01 16:54:16', '2026-02-01 16:54:16'),
(1248, 6, '8b1d66eef6c9688a', 'vivo V2351', 3378, NULL, '+919921209814', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-01 16:55:37', '2026-02-01 16:55:40', '2026-02-01 16:55:40'),
(1249, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3380, NULL, '+919511978862', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-01 17:16:35', '2026-02-01 17:16:35', '2026-02-01 17:16:35'),
(1250, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3381, NULL, '+919822551050', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-01 17:18:01', '2026-02-01 17:18:02', '2026-02-01 17:18:02'),
(1251, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3383, NULL, '+919658431001', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-01 18:22:12', '2026-02-01 18:22:12', '2026-02-01 18:22:12'),
(1252, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3392, NULL, '+912231125480', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-02-01 20:51:03', '2026-02-01 20:51:06', '2026-02-01 20:51:06'),
(1253, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3393, NULL, '+913341901300', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-01 20:52:18', '2026-02-01 20:52:19', '2026-02-01 20:52:19'),
(1254, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3394, NULL, '+919420263031', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-02-02 07:30:36', '2026-02-02 08:25:17', '2026-02-02 08:25:17'),
(1255, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3395, NULL, '9049585917', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 08:53:47', '2026-02-02 08:53:48', '2026-02-02 08:53:48'),
(1256, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3396, NULL, '+919699643488', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 08:55:17', '2026-02-02 08:55:18', '2026-02-02 08:55:18'),
(1257, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3408, NULL, '+917620238593', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 10:06:59', '2026-02-02 10:07:00', '2026-02-02 10:07:00');
INSERT INTO `sms_logs` (`id`, `user_id`, `device_id`, `device_name`, `call_log_id`, `local_id`, `phone_number`, `contact_name`, `message`, `status`, `channel`, `error_message`, `sent_at`, `created_at`, `updated_at`) VALUES
(1258, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3412, NULL, '+917971953832', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-02-02 10:46:56', '2026-02-02 10:46:58', '2026-02-02 10:46:58'),
(1259, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3415, NULL, '+919922561212', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 11:12:03', '2026-02-02 11:12:05', '2026-02-02 11:12:05'),
(1260, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3418, NULL, '+911409309029', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 12:25:09', '2026-02-02 12:25:10', '2026-02-02 12:25:10'),
(1261, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3420, NULL, '+911409800346', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-02-02 12:29:07', '2026-02-02 12:29:08', '2026-02-02 12:29:08'),
(1262, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3421, NULL, '+917022700313', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 13:24:24', '2026-02-02 13:24:25', '2026-02-02 13:24:25'),
(1263, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3422, NULL, '+917709686604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 14:03:31', '2026-02-02 14:03:33', '2026-02-02 14:03:33'),
(1264, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3423, NULL, '+919011300218', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 14:04:43', '2026-02-02 14:04:44', '2026-02-02 14:04:44'),
(1265, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3424, NULL, '+917588277882', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 14:06:17', '2026-02-02 14:06:19', '2026-02-02 14:06:19'),
(1266, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3429, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 14:29:08', '2026-02-02 14:29:09', '2026-02-02 14:29:09'),
(1267, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3431, NULL, '9226203923', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 14:41:26', '2026-02-02 14:41:29', '2026-02-02 14:41:29'),
(1268, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3432, NULL, '9890717263', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 14:56:00', '2026-02-02 14:56:01', '2026-02-02 14:56:01'),
(1269, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3436, NULL, '+919890798903', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 15:14:05', '2026-02-02 15:14:05', '2026-02-02 15:14:05'),
(1270, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3437, NULL, '+917038055650', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 15:44:52', '2026-02-02 15:44:54', '2026-02-02 15:44:54'),
(1271, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3438, NULL, '9595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 15:46:40', '2026-02-02 15:46:41', '2026-02-02 15:46:41'),
(1272, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3440, NULL, '+919595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 15:51:00', '2026-02-02 15:51:00', '2026-02-02 15:51:00'),
(1273, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3442, NULL, '+919011882641', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 16:11:02', '2026-02-02 16:11:04', '2026-02-02 16:11:04'),
(1274, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3444, NULL, '+918208763459', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 16:28:39', '2026-02-02 16:28:40', '2026-02-02 16:28:40'),
(1275, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3445, NULL, '+919860164051', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 16:32:43', '2026-02-02 16:32:44', '2026-02-02 16:32:44'),
(1276, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3451, NULL, '+919309043604', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-02-02 17:27:24', '2026-02-02 17:29:02', '2026-02-02 17:29:02'),
(1277, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3452, NULL, '+919049585917', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 17:30:27', '2026-02-02 17:30:28', '2026-02-02 17:30:28'),
(1278, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3456, NULL, '+911408943760', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-02-02 18:16:49', '2026-02-02 18:16:51', '2026-02-02 18:16:51'),
(1279, 6, '8b1d66eef6c9688a', 'vivo V2351', 3457, NULL, '+919588652870', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-02 19:04:25', '2026-02-02 19:04:28', '2026-02-02 19:04:28'),
(1280, 6, '8b1d66eef6c9688a', 'vivo V2351', 3458, NULL, '+919763336212', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-02 19:17:12', '2026-02-02 19:17:17', '2026-02-02 19:17:17'),
(1281, 6, '8b1d66eef6c9688a', 'vivo V2351', 3459, NULL, '+917020459550', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-02 19:17:36', '2026-02-02 19:17:39', '2026-02-02 19:17:39'),
(1282, 6, '8b1d66eef6c9688a', 'vivo V2351', 3460, NULL, '+918828565005', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-02 19:18:08', '2026-02-02 19:18:11', '2026-02-02 19:18:11'),
(1283, 6, '8b1d66eef6c9688a', 'vivo V2351', 3462, NULL, '+919403050712', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-02 19:21:52', '2026-02-02 19:21:55', '2026-02-02 19:21:55'),
(1284, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3469, NULL, '+919588652870', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 20:57:42', '2026-02-02 20:57:43', '2026-02-02 20:57:43'),
(1285, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3470, NULL, '8975559269', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 21:34:32', '2026-02-02 21:34:35', '2026-02-02 21:34:35'),
(1286, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3473, NULL, '+919881979599', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-02 21:46:00', '2026-02-02 21:46:01', '2026-02-02 21:46:01'),
(1287, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3475, NULL, '+917387147337', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 09:46:20', '2026-02-03 09:46:21', '2026-02-03 09:46:21'),
(1288, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3478, NULL, '+911409809749', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-02-03 10:06:48', '2026-02-03 10:06:49', '2026-02-03 10:06:49'),
(1289, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3482, NULL, '+919860150280', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 10:15:51', '2026-02-03 10:15:52', '2026-02-03 10:15:52'),
(1290, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3495, NULL, '+918857946407', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 10:37:36', '2026-02-03 10:37:37', '2026-02-03 10:37:37'),
(1291, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3496, NULL, '+919371726566', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 10:42:39', '2026-02-03 10:42:41', '2026-02-03 10:42:41'),
(1292, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3499, NULL, '+919658431001', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-02-03 11:00:14', '2026-02-03 11:00:19', '2026-02-03 11:00:19'),
(1293, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3503, NULL, '+917378636272', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 11:22:20', '2026-02-03 11:22:21', '2026-02-03 11:22:21'),
(1294, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3507, NULL, '+919699643488', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 11:36:32', '2026-02-03 11:36:33', '2026-02-03 11:36:33'),
(1295, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3509, NULL, '+917499719958', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 11:40:57', '2026-02-03 11:40:57', '2026-02-03 11:40:57'),
(1296, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3511, NULL, '+911408940159', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-02-03 12:13:50', '2026-02-03 12:29:30', '2026-02-03 12:29:30'),
(1297, 6, '8b1d66eef6c9688a', 'vivo V2351', 3520, NULL, '+917315102708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-03 12:54:09', '2026-02-03 12:54:12', '2026-02-03 12:54:12'),
(1298, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3528, NULL, '+919226203923', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 13:22:36', '2026-02-03 13:22:37', '2026-02-03 13:22:37'),
(1299, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3530, NULL, '+917022700313', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 13:46:51', '2026-02-03 13:46:52', '2026-02-03 13:46:52'),
(1300, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3532, NULL, '+917666475291', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 13:56:57', '2026-02-03 13:56:59', '2026-02-03 13:56:59'),
(1301, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3541, NULL, '+918698976418', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 14:50:49', '2026-02-03 14:50:50', '2026-02-03 14:50:50'),
(1302, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3544, NULL, '+918087585624', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 14:57:22', '2026-02-03 14:57:23', '2026-02-03 14:57:23'),
(1303, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3556, NULL, '+918888961857', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 15:36:54', '2026-02-03 15:36:55', '2026-02-03 15:36:55'),
(1304, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3438, NULL, '9595299899', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 15:59:54', '2026-02-03 15:59:54', '2026-02-03 15:59:54'),
(1305, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3562, NULL, '+918275148420', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 16:21:48', '2026-02-03 16:21:49', '2026-02-03 16:21:49'),
(1306, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3564, NULL, '+911409336677', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-02-03 16:34:54', '2026-02-03 16:34:55', '2026-02-03 16:34:55'),
(1307, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3566, NULL, '+919823037299', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 16:38:10', '2026-02-03 16:38:11', '2026-02-03 16:38:11'),
(1308, 6, '8b1d66eef6c9688a', 'vivo V2351', 3568, NULL, '+916304758896', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-03 16:47:39', '2026-02-03 16:47:42', '2026-02-03 16:47:42'),
(1309, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3570, NULL, '+918035252128', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-02-03 17:03:17', '2026-02-03 17:03:18', '2026-02-03 17:03:18'),
(1310, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3575, NULL, '+919860164051', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 17:24:47', '2026-02-03 17:24:48', '2026-02-03 17:24:48'),
(1311, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3575, NULL, '+919860164051', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 17:24:47', '2026-02-03 17:24:48', '2026-02-03 17:24:48'),
(1312, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3577, NULL, '+917620238593', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 17:44:56', '2026-02-03 17:44:56', '2026-02-03 17:44:56'),
(1313, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3578, NULL, '7971953825', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 18:01:35', '2026-02-03 18:01:36', '2026-02-03 18:01:36'),
(1314, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3579, NULL, '+911408943663', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'FAILED', 'sms', NULL, '2026-02-03 18:04:59', '2026-02-03 18:05:00', '2026-02-03 18:05:00'),
(1315, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3580, NULL, '+917971953825', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 18:24:40', '2026-02-03 18:24:41', '2026-02-03 18:24:41'),
(1316, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3584, NULL, '+917888181485', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'DELIVERED', 'sms', NULL, '2026-02-03 18:44:01', '2026-02-03 18:44:06', '2026-02-03 18:44:06'),
(1317, 6, '8b1d66eef6c9688a', 'vivo V2351', 3589, NULL, '+919921209814', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-03 19:08:49', '2026-02-03 19:08:52', '2026-02-03 19:08:52'),
(1318, 6, '8b1d66eef6c9688a', 'vivo V2351', 3590, NULL, '+917020459550', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-03 19:20:43', '2026-02-03 19:20:46', '2026-02-03 19:20:46'),
(1319, 6, '8b1d66eef6c9688a', 'vivo V2351', 3591, NULL, '+918767900167', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-03 19:29:53', '2026-02-03 19:29:55', '2026-02-03 19:29:55'),
(1320, 6, '8b1d66eef6c9688a', 'vivo V2351', 3592, NULL, '+917971964974', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-03 19:33:01', '2026-02-03 19:33:04', '2026-02-03 19:33:04'),
(1321, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3586, NULL, '+918698153174', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 19:43:39', '2026-02-03 19:43:42', '2026-02-03 19:43:42'),
(1322, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3597, NULL, '+919579148089', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 19:48:23', '2026-02-03 19:48:26', '2026-02-03 19:48:26'),
(1323, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3599, NULL, '+919168004014', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 20:07:39', '2026-02-03 20:07:41', '2026-02-03 20:07:41'),
(1324, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3593, NULL, '+919822551050', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 20:13:21', '2026-02-03 20:13:23', '2026-02-03 20:13:23'),
(1325, 3, '7fa6113f7e67b63e', 'OnePlus CPH2569', 3601, NULL, '+919527776266', NULL, 'For Education Related Service Click on the following Link\r\nhttps://www.hiprofilecards.com/Asst.Prof.RakeshSarnot\r\n\r\nFor Election Related Services Click on the following Link\r\nhttps://drive.google.com/file/d/1UryD8q2TdET6W2ETKIxRnBxujV3ZUXZx/view?usp=sharing', 'SENT', 'sms', NULL, '2026-02-03 21:13:00', '2026-02-03 21:13:03', '2026-02-03 21:13:03'),
(1326, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 1, NULL, '55556689', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-17 18:19:45', '2026-02-17 18:19:50', '2026-02-17 18:19:50'),
(1327, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 2, NULL, '9665675211', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-17 18:30:06', '2026-02-17 18:30:14', '2026-02-17 18:30:14'),
(1328, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3, NULL, '+919403050712', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 18:40:54', '2026-02-17 18:40:57', '2026-02-17 18:40:57'),
(1329, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3614, NULL, '+919403050712', NULL, 'Hi! Thanks for calling. I\'m currently unavailable but will get back to you soon.', 'SENT', 'sms', NULL, '2026-02-17 18:51:47', '2026-02-17 18:51:53', '2026-02-17 18:51:53'),
(1330, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3616, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 18:53:51', '2026-02-17 18:53:55', '2026-02-17 18:53:55'),
(1331, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3618, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:07:00', '2026-02-17 19:07:04', '2026-02-17 19:07:04'),
(1332, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3619, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:09:21', '2026-02-17 19:09:26', '2026-02-17 19:09:26'),
(1333, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:19:36', '2026-02-17 19:19:44', '2026-02-17 19:19:44'),
(1334, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:19:36', '2026-02-17 19:19:44', '2026-02-17 19:19:44'),
(1335, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:19:40', '2026-02-17 19:19:44', '2026-02-17 19:19:44'),
(1336, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:19:40', '2026-02-17 19:19:44', '2026-02-17 19:19:44'),
(1337, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'PENDING', 'sms', NULL, '2026-02-17 19:19:41', '2026-02-17 19:19:44', '2026-02-17 19:19:44'),
(1338, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'PENDING', 'sms', NULL, '2026-02-17 19:19:41', '2026-02-17 19:19:44', '2026-02-17 19:19:44'),
(1339, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:19:43', '2026-02-17 19:19:48', '2026-02-17 19:19:48'),
(1340, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'PENDING', 'sms', NULL, '2026-02-17 19:19:44', '2026-02-17 19:19:48', '2026-02-17 19:19:48'),
(1341, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:19:48', '2026-02-17 19:19:53', '2026-02-17 19:19:53'),
(1342, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'PENDING', 'sms', NULL, '2026-02-17 19:19:49', '2026-02-17 19:19:53', '2026-02-17 19:19:53'),
(1343, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'PENDING', 'sms', NULL, '2026-02-17 19:19:49', '2026-02-17 19:19:53', '2026-02-17 19:19:53'),
(1344, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:19:58', '2026-02-17 19:20:03', '2026-02-17 19:20:03'),
(1345, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:19:59', '2026-02-17 19:20:04', '2026-02-17 19:20:04'),
(1346, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:20:06', '2026-02-17 19:20:43', '2026-02-17 19:20:43'),
(1347, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:20:06', '2026-02-17 19:20:43', '2026-02-17 19:20:43'),
(1348, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:20:13', '2026-02-17 19:20:43', '2026-02-17 19:20:43'),
(1349, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:20:13', '2026-02-17 19:20:43', '2026-02-17 19:20:43'),
(1350, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:20:14', '2026-02-17 19:20:43', '2026-02-17 19:20:43'),
(1351, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3620, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:20:14', '2026-02-17 19:20:43', '2026-02-17 19:20:43'),
(1352, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3621, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-17 19:25:47', '2026-02-17 19:25:52', '2026-02-17 19:25:52'),
(1353, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 1, NULL, '8669260708', 'MyVI', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:09:40', '2026-02-18 19:09:42', '2026-02-18 19:09:42'),
(1354, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 2, NULL, '8669260708', 'MyVI', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:09:47', '2026-02-18 19:09:49', '2026-02-18 19:09:49'),
(1355, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3, NULL, '8669260708', 'MyVI', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:09:48', '2026-02-18 19:09:49', '2026-02-18 19:09:49'),
(1356, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3623, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-18 19:13:00', '2026-02-18 19:13:02', '2026-02-18 19:13:02'),
(1357, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3623, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-18 19:13:10', '2026-02-18 19:13:12', '2026-02-18 19:13:12'),
(1358, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3623, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-18 19:13:17', '2026-02-18 19:13:19', '2026-02-18 19:13:19'),
(1359, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3623, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-18 19:13:36', '2026-02-18 19:13:38', '2026-02-18 19:13:38'),
(1360, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3623, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'PENDING', 'whatsapp', NULL, '2026-02-18 19:13:37', '2026-02-18 19:13:38', '2026-02-18 19:13:38'),
(1361, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3623, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-18 19:13:43', '2026-02-18 19:14:13', '2026-02-18 19:14:13'),
(1362, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3623, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-18 19:13:49', '2026-02-18 19:14:13', '2026-02-18 19:14:13'),
(1363, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3623, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-18 19:13:57', '2026-02-18 19:14:13', '2026-02-18 19:14:13'),
(1364, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3624, NULL, '8669260708', 'MyVI', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:24:39', '2026-02-18 19:24:42', '2026-02-18 19:24:42'),
(1365, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3624, NULL, '8669260708', 'MyVI', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:24:46', '2026-02-18 19:24:49', '2026-02-18 19:24:49'),
(1366, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3624, NULL, '8669260708', 'MyVI', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:24:53', '2026-02-18 19:25:33', '2026-02-18 19:25:33'),
(1367, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3625, NULL, '8669260708', 'MyVI', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:26:08', '2026-02-18 19:26:11', '2026-02-18 19:26:11'),
(1368, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3626, NULL, '8669260708', 'MyVI', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:26:30', '2026-02-18 19:26:32', '2026-02-18 19:26:32'),
(1369, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3627, NULL, '8669260708', 'MyVI', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:26:48', '2026-02-18 19:26:50', '2026-02-18 19:26:50'),
(1370, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3628, NULL, '8669260708', 'MyVI', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:33:43', '2026-02-18 19:33:45', '2026-02-18 19:33:45'),
(1371, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3628, NULL, '8669260708', 'MyVI', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:33:51', '2026-02-18 19:33:54', '2026-02-18 19:33:54'),
(1372, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3628, NULL, '8669260708', 'MyVI', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'PENDING', 'whatsapp', NULL, '2026-02-18 19:33:52', '2026-02-18 19:33:54', '2026-02-18 19:33:54'),
(1373, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3628, NULL, '8669260708', 'MyVI', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:34:00', '2026-02-18 19:34:02', '2026-02-18 19:34:02'),
(1374, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3628, NULL, '8669260708', 'MyVI', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:34:15', '2026-02-18 19:34:41', '2026-02-18 19:34:41'),
(1375, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3628, NULL, '8669260708', 'MyVI', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:34:39', '2026-02-18 19:34:41', '2026-02-18 19:34:41'),
(1376, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3628, NULL, '8669260708', 'MyVI', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'PENDING', 'whatsapp', NULL, '2026-02-18 19:34:40', '2026-02-18 19:34:42', '2026-02-18 19:34:42'),
(1377, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 1, NULL, '+919588652870', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-18 19:41:07', '2026-02-18 19:41:10', '2026-02-18 19:41:10'),
(1378, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 2, NULL, '+919588652870', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-18 19:42:31', '2026-02-18 19:42:35', '2026-02-18 19:42:35'),
(1379, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 2, NULL, '+919588652870', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'PENDING', 'whatsapp', NULL, '2026-02-18 19:42:32', '2026-02-18 19:42:35', '2026-02-18 19:42:35'),
(1380, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 3, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:53:44', '2026-02-18 19:53:47', '2026-02-18 19:53:47'),
(1381, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 3, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'PENDING', 'whatsapp', NULL, '2026-02-18 19:53:45', '2026-02-18 19:53:47', '2026-02-18 19:53:47'),
(1382, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 3631, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-18 19:53:54', '2026-02-18 19:53:56', '2026-02-18 19:53:56'),
(1383, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 3631, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!,\r\n\r\n- sent from AutoPromix', '', 'whatsapp', NULL, '2026-02-18 19:53:55', '2026-02-18 19:53:56', '2026-02-18 19:53:56'),
(1384, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 1, NULL, '8669260708', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:55:19', '2026-02-18 19:55:21', '2026-02-18 19:55:21'),
(1385, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 2, NULL, '+919604776010', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-18 19:56:06', '2026-02-18 19:56:08', '2026-02-18 19:56:08'),
(1386, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 3634, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 19:56:06', '2026-02-18 19:56:09', '2026-02-18 19:56:09'),
(1387, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 3634, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'PENDING', 'whatsapp', NULL, '2026-02-18 19:56:07', '2026-02-18 19:56:09', '2026-02-18 19:56:09'),
(1388, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3, NULL, '+919604776010', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 20:01:32', '2026-02-18 20:01:34', '2026-02-18 20:01:34'),
(1389, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 3636, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 20:01:32', '2026-02-18 20:01:36', '2026-02-18 20:01:36'),
(1390, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 3636, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'PENDING', 'whatsapp', NULL, '2026-02-18 20:01:33', '2026-02-18 20:01:36', '2026-02-18 20:01:36'),
(1391, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3637, NULL, '+919604776010', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-18 20:11:39', '2026-02-18 20:11:42', '2026-02-18 20:11:42'),
(1392, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3637, NULL, '+919604776010', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'PENDING', 'whatsapp', NULL, '2026-02-18 20:11:40', '2026-02-18 20:11:42', '2026-02-18 20:11:42'),
(1393, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 3638, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-18 20:11:40', '2026-02-18 20:12:14', '2026-02-18 20:12:14'),
(1394, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 3639, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 20:12:59', '2026-02-18 20:13:01', '2026-02-18 20:13:01'),
(1395, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 3639, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!,\r\n\r\n- sent from AutoPromix', '', 'whatsapp', NULL, '2026-02-18 20:13:00', '2026-02-18 20:13:01', '2026-02-18 20:13:01'),
(1396, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3640, NULL, '+919604776010', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 20:12:59', '2026-02-18 20:13:01', '2026-02-18 20:13:01'),
(1397, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3640, NULL, '+919604776010', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'PENDING', 'whatsapp', NULL, '2026-02-18 20:13:00', '2026-02-18 20:13:01', '2026-02-18 20:13:01'),
(1398, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 3641, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 20:14:43', '2026-02-18 20:14:44', '2026-02-18 20:14:44'),
(1399, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3642, NULL, '+919604776010', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 20:14:43', '2026-02-18 20:14:44', '2026-02-18 20:14:44'),
(1400, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3643, NULL, '+919604776010', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-18 20:22:24', '2026-02-18 20:22:26', '2026-02-18 20:22:26'),
(1401, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 3644, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 20:22:24', '2026-02-18 20:22:27', '2026-02-18 20:22:27'),
(1402, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 3644, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'PENDING', 'whatsapp', NULL, '2026-02-18 20:22:25', '2026-02-18 20:22:27', '2026-02-18 20:22:27'),
(1403, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 3644, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-18 20:22:26', '2026-02-18 20:22:27', '2026-02-18 20:22:27'),
(1404, 6, 'bd20f89e69b28816', 'samsung SM-S921E', 3645, NULL, '+919604776010', NULL, 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-18 20:29:25', '2026-02-18 20:29:28', '2026-02-18 20:29:28'),
(1405, 6, '8149f268c4f54595', 'Xiaomi 21091116I', 3646, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!,\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-18 20:29:26', '2026-02-18 20:29:29', '2026-02-18 20:29:29'),
(1406, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3649, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!\r\n\r\n- sent from AutoPromix', '', 'whatsapp', NULL, '2026-02-19 11:20:30', '2026-02-19 11:20:47', '2026-02-19 11:20:47'),
(1407, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3650, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!\r\n\r\n- sent from AutoPromix', '', 'whatsapp', NULL, '2026-02-19 11:23:58', '2026-02-19 11:24:14', '2026-02-19 11:24:14'),
(1408, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3651, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 11:25:10', '2026-02-19 11:25:17', '2026-02-19 11:25:17'),
(1409, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3652, NULL, '+917709140034', 'Rushikesh Abhang (Msc)', 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 11:27:15', '2026-02-19 11:27:22', '2026-02-19 11:27:22'),
(1410, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3652, NULL, '+917709140034', 'Rushikesh Abhang (Msc)', 'Thanks!\r\n\r\n- sent from AutoPromix', 'PENDING', 'whatsapp', NULL, '2026-02-19 11:27:16', '2026-02-19 11:27:22', '2026-02-19 11:27:22'),
(1411, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3653, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!\r\n\r\n- sent from AutoPromix', 'PENDING', 'sms', NULL, '2026-02-19 11:57:50', '2026-02-19 11:57:54', '2026-02-19 11:57:54'),
(1412, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 3654, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-19 12:00:08', '2026-02-19 12:00:11', '2026-02-19 12:00:11'),
(1413, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 3654, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!\r\n\r\n- sent from AutoPromix', 'PENDING', 'whatsapp', NULL, '2026-02-19 12:00:09', '2026-02-19 12:00:11', '2026-02-19 12:00:11'),
(1414, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3655, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-19 12:00:08', '2026-02-19 12:00:11', '2026-02-19 12:00:11'),
(1415, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3656, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!\r\n\r\n- sent from AutoPromix', 'PENDING', 'sms', NULL, '2026-02-19 12:00:52', '2026-02-19 12:00:55', '2026-02-19 12:00:55'),
(1416, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 3657, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-19 12:00:53', '2026-02-19 12:00:56', '2026-02-19 12:00:56'),
(1417, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3658, NULL, '+918446562501', 'Chaitanya Bodhale Msc', 'Thanks!\r\n\r\n- sent from AutoPromix', 'PENDING', 'sms', NULL, '2026-02-19 12:02:51', '2026-02-19 12:02:55', '2026-02-19 12:02:55'),
(1418, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 3659, NULL, '+911409800622', NULL, 'Thanks!\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-19 12:32:46', '2026-02-19 12:32:58', '2026-02-19 12:32:58'),
(1419, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3660, NULL, '+917420983318', '+919604856347', 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 12:32:06', '2026-02-19 12:44:25', '2026-02-19 12:44:25'),
(1420, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3660, NULL, '+917420983318', '+919604856347', 'Thanks!\r\n\r\n- sent from AutoPromix', '', 'whatsapp', NULL, '2026-02-19 12:32:07', '2026-02-19 12:44:25', '2026-02-19 12:44:25'),
(1421, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3661, NULL, '+917218323195', 'prathmesh pawale (Msc)', 'Thanks!\r\n\r\n- sent from AutoPromix', 'FAILED', 'sms', NULL, '2026-02-19 12:35:34', '2026-02-19 12:44:25', '2026-02-19 12:44:25'),
(1422, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3662, NULL, '+917030842951', 'Nikhil Maddlik Msc', 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 12:46:25', '2026-02-19 12:46:39', '2026-02-19 12:46:39'),
(1423, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3662, NULL, '+917030842951', 'Nikhil Maddlik Msc', 'Thanks!\r\n\r\n- sent from AutoPromix', 'PENDING', 'whatsapp', NULL, '2026-02-19 12:46:26', '2026-02-19 12:46:39', '2026-02-19 12:46:39'),
(1424, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 3663, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-19 12:47:21', '2026-02-19 12:47:24', '2026-02-19 12:47:24');
INSERT INTO `sms_logs` (`id`, `user_id`, `device_id`, `device_name`, `call_log_id`, `local_id`, `phone_number`, `contact_name`, `message`, `status`, `channel`, `error_message`, `sent_at`, `created_at`, `updated_at`) VALUES
(1425, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3664, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 12:47:20', '2026-02-19 12:47:26', '2026-02-19 12:47:26'),
(1426, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 3665, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-19 12:52:33', '2026-02-19 12:52:36', '2026-02-19 12:52:36'),
(1427, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3666, NULL, '+919588652870', NULL, 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 12:52:33', '2026-02-19 12:52:38', '2026-02-19 12:52:38'),
(1428, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 3667, NULL, '8669260708', 'MyVI', 'Thanks!\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-19 12:55:05', '2026-02-19 12:55:07', '2026-02-19 12:55:07'),
(1429, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 3668, NULL, '8669260708', 'MyVI', 'Thanks!\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-19 12:55:27', '2026-02-19 12:55:29', '2026-02-19 12:55:29'),
(1430, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 3671, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-19 13:03:21', '2026-02-19 13:03:24', '2026-02-19 13:03:24'),
(1431, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3672, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 13:03:21', '2026-02-19 13:03:26', '2026-02-19 13:03:26'),
(1432, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3673, NULL, '+917030842951', 'Nikhil Maddlik Msc', 'Thanks!\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-19 13:04:48', '2026-02-19 13:04:54', '2026-02-19 13:04:54'),
(1433, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3674, NULL, '+917030842951', 'Nikhil Maddlik Msc', 'Thanks!\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-19 13:09:05', '2026-02-19 13:09:09', '2026-02-19 13:09:09'),
(1434, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3675, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 13:17:18', '2026-02-19 13:17:27', '2026-02-19 13:17:27'),
(1435, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3675, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!\r\n\r\n- sent from AutoPromix', 'PENDING', 'whatsapp', NULL, '2026-02-19 13:17:19', '2026-02-19 13:17:27', '2026-02-19 13:17:27'),
(1436, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 3676, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 13:17:19', '2026-02-19 13:17:52', '2026-02-19 13:17:52'),
(1437, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 3677, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 13:18:02', '2026-02-19 13:18:04', '2026-02-19 13:18:04'),
(1438, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3678, NULL, '+919588652870', 'Mahesh Datir Rooms', 'Thanks!\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-19 13:18:02', '2026-02-19 13:18:05', '2026-02-19 13:18:05'),
(1439, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3679, NULL, '+917709140034', 'Rushikesh Abhang (Msc)', 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 13:20:06', '2026-02-19 13:20:11', '2026-02-19 13:20:11'),
(1440, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 3680, NULL, '+919921209814', 'Rohit Nawale', 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 13:28:01', '2026-02-19 13:28:04', '2026-02-19 13:28:04'),
(1441, 17, '0ec97da3b15e59a2', 'vivo V2312', 3681, NULL, '+919588652870', 'Mahesh Datir 2', 'Thanks!\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-19 13:28:02', '2026-02-19 13:28:08', '2026-02-19 13:28:08'),
(1442, 17, '0ec97da3b15e59a2', 'vivo V2312', 3681, NULL, '+919588652870', 'Mahesh Datir 2', 'Thanks!\r\n\r\n- sent from AutoPromix', 'PENDING', 'whatsapp', NULL, '2026-02-19 13:28:03', '2026-02-19 13:28:08', '2026-02-19 13:28:08'),
(1443, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 3682, NULL, '8669260708', 'MyVI', 'Thanks!\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-19 13:31:25', '2026-02-19 13:31:27', '2026-02-19 13:31:27'),
(1444, 17, 'e9cefc596edd3246', 'Xiaomi Redmi Note 8 Pro', 3683, NULL, '+919588652870', NULL, 'Thanks!\r\n\r\n- sent from AutoPromix', 'PENDING', 'sms', NULL, '2026-02-19 17:26:41', '2026-02-19 17:26:48', '2026-02-19 17:26:48'),
(1445, 17, 'e9cefc596edd3246', 'Xiaomi Redmi Note 8 Pro', 3684, NULL, '+919588652870', NULL, 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 17:27:30', '2026-02-19 17:27:33', '2026-02-19 17:27:33'),
(1446, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 3693, NULL, '+919604776010', 'Rohit Patkal', 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 17:40:24', '2026-02-19 17:40:27', '2026-02-19 17:40:27'),
(1447, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3694, NULL, '+919588652870', NULL, 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 17:40:24', '2026-02-19 17:40:28', '2026-02-19 17:40:28'),
(1448, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3695, NULL, '+918446562501', NULL, 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 17:42:29', '2026-02-19 17:42:35', '2026-02-19 17:42:35'),
(1449, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3696, NULL, '+917709140034', NULL, 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 17:46:07', '2026-02-19 17:46:16', '2026-02-19 17:46:16'),
(1450, 17, '8149f268c4f54595', 'Xiaomi 21091116I', 3697, NULL, '+918446562501', 'Chaitanya Bodhale Msc', 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-19 17:53:18', '2026-02-19 17:53:21', '2026-02-19 17:53:21'),
(1451, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 3698, NULL, '8669260708', 'MyVI', 'Thanks!\r\n\r\n- sent from AutoPromix', 'SENT', 'sms', NULL, '2026-02-21 15:54:24', '2026-02-21 15:54:27', '2026-02-21 15:54:27'),
(1452, 17, 'bd20f89e69b28816', 'samsung SM-S921E', 3699, NULL, '+919511292427', 'Deva Vyavhare', 'Thanks!\r\n\r\n- sent from AutoPromix', 'DELIVERED', 'sms', NULL, '2026-02-21 15:59:57', '2026-02-21 16:00:00', '2026-02-21 16:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `client_id` bigint(20) UNSIGNED DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `phone` varchar(255) NOT NULL,
  `email` varchar(255) DEFAULT NULL,
  `password` varchar(255) DEFAULT NULL,
  `device_id` varchar(255) DEFAULT NULL,
  `api_token` varchar(500) DEFAULT NULL,
  `session_token` varchar(500) DEFAULT NULL,
  `session_device_id` varchar(255) DEFAULT NULL,
  `last_active_at` timestamp NULL DEFAULT NULL,
  `force_logout` tinyint(1) NOT NULL DEFAULT 0,
  `token_expires_at` timestamp NULL DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `approval_status` enum('pending','approved','rejected') NOT NULL DEFAULT 'pending',
  `approved_by` bigint(20) UNSIGNED DEFAULT NULL,
  `approved_at` timestamp NULL DEFAULT NULL,
  `rejection_reason` varchar(255) DEFAULT NULL,
  `sms_service_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `promotions_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `created_by_admin` bigint(20) UNSIGNED DEFAULT NULL,
  `created_by_client_admin` bigint(20) UNSIGNED DEFAULT NULL,
  `managed_by_admin` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `client_id`, `name`, `phone`, `email`, `password`, `device_id`, `api_token`, `session_token`, `session_device_id`, `last_active_at`, `force_logout`, `token_expires_at`, `is_active`, `approval_status`, `approved_by`, `approved_at`, `rejection_reason`, `sms_service_enabled`, `promotions_enabled`, `created_by_admin`, `created_by_client_admin`, `managed_by_admin`, `created_at`, `updated_at`) VALUES
(3, NULL, 'Rakesh', '9595144244', 'dummymail@mail.com', '$2y$12$.uoiwN7iayA2gUPXWAeiDeN5DxNpb0QC3hDNmIen185wD91g6ulga', NULL, '406e99b78ba734789c57898de3b131a3e81b9334f7eda755d3bcbf5fe6117a89', NULL, NULL, '2026-02-03 21:46:57', 0, NULL, 1, 'pending', NULL, NULL, NULL, 1, 0, 1, NULL, 1, '2025-12-21 14:10:34', '2026-02-03 21:46:57'),
(5, NULL, 'Mahesh Datir', '9588652870', 'datirmahesh129@gmail.com', '$2y$12$6D4ridYdi2HIZovOcTyHGu/BU0R3JuFmX1rK/z7/LL4daN3wMdNHK', NULL, '86e6098205ded37f4de2061cd61585507a12844193bdaf561be362ecb91fae9c', NULL, NULL, '2026-01-19 21:17:36', 0, NULL, 1, 'pending', NULL, NULL, NULL, 1, 1, 1, NULL, 1, '2025-12-25 16:54:16', '2026-01-19 21:17:36'),
(6, NULL, 'Yogesh Datir', '8669260708', 'datirmahesh110@gmail.com', '$2y$12$T1lZ.gBCgY/.nGeSg4ysiuQnkkKXZdvRcAgohdU9/2O6zRMLkdFui', NULL, '70c136d90b2ef94c17e42fecf3bf53e8740304fa51870fc4b3269a66035c60a2', NULL, NULL, '2026-02-19 09:12:20', 0, NULL, 1, 'pending', NULL, NULL, NULL, 1, 0, 1, NULL, 1, '2025-12-29 19:14:34', '2026-02-19 09:12:20'),
(14, NULL, 'Nilesh Ransing', '9881979599', '9881979599@autoreplysms.app', '$2y$12$am3Le5h.1yk1r12zY0N0zuVfBq745iDJ/TJfHI3nUmgXvSgIQuY9C', NULL, NULL, NULL, NULL, NULL, 0, NULL, 1, 'pending', NULL, NULL, NULL, 1, 0, 1, NULL, 1, '2025-12-30 14:12:46', '2026-01-27 14:43:13'),
(15, NULL, 'Shreyash', '8421100891', 'shreyash@gmail.com', '$2y$12$o/I7SIbXJTh4nJtMjXwdD.f3EJ5z74GjV/0AUkb2AficvVqIDz/Oa', NULL, NULL, NULL, NULL, NULL, 0, NULL, 1, 'pending', NULL, NULL, NULL, 1, 0, 2, NULL, NULL, '2026-01-02 18:00:01', '2026-01-02 18:00:01'),
(16, 1, 'Lyda Stark', '9876543215', 'tesing@mail.com', '$2y$12$U4b5oRTG2kPOsvOnUvgUT.pK67h7u9.gCuzegIcHruJgg5hjWgx/K', NULL, NULL, NULL, NULL, NULL, 0, NULL, 1, 'approved', 2, '2026-02-18 18:54:23', NULL, 1, 0, NULL, 1, NULL, '2026-02-18 17:03:45', '2026-02-18 18:54:23'),
(17, 1, 'Rohit Patkal', '9876543214', 'rohitpatkal@gmail.com', '$2y$12$Pf7muSM.vuylgRRYpads4.8htoZYbRq9/fuVik1XYBjJs6sSKvfRS', NULL, 'f2627caa02828ee64d1fe43ac3f4e76d1e47803a530eb5f8980feb0a793c2047', NULL, NULL, '2026-02-21 16:01:20', 0, NULL, 1, 'approved', 2, '2026-02-18 19:01:58', NULL, 1, 0, NULL, 1, NULL, '2026-02-18 18:56:49', '2026-02-21 16:01:20');

-- --------------------------------------------------------

--
-- Table structure for table `user_sessions`
--

CREATE TABLE `user_sessions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `device_id` varchar(255) NOT NULL,
  `jwt_token` text NOT NULL,
  `token_hash` varchar(64) NOT NULL,
  `device_name` varchar(255) DEFAULT NULL,
  `device_model` varchar(255) DEFAULT NULL,
  `app_version` varchar(255) DEFAULT NULL,
  `last_active_at` timestamp NULL DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `expires_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_sessions`
--

INSERT INTO `user_sessions` (`id`, `user_id`, `device_id`, `jwt_token`, `token_hash`, `device_name`, `device_model`, `app_version`, `last_active_at`, `is_active`, `expires_at`, `created_at`, `updated_at`) VALUES
(5, 3, '3135eca48a1d29de', 'XaMCiD4LlMUCuDo7xTLT7GyzRtxSovfoBeOTYidRx4MbYH7V7bJwywE9jiUvQJna', 'ba779a28a028e5f8ba32c1eff9cea7e3a247214a828b372e42b7df7977ccae50', 'OnePlus CPH2569', 'CPH2569', '1.0.0', '2025-12-22 09:41:08', 1, '2026-01-20 14:31:33', '2025-12-21 14:31:33', '2025-12-22 09:41:08'),
(10, 3, 'b291fd44fb198c7e', '5geOvX9TEHLOo6lShXeC8srhzZ07T2BR8nGlSkig8PAyU9hEz3fYzV2OYWp0Iq8a', '828553f50e78ce2768ecf78e7484cb79994f635aef38cd2416928ed68c8e6fba', 'OnePlus CPH2569', 'CPH2569', '1.0.0', '2025-12-24 14:36:14', 1, '2026-01-23 01:57:18', '2025-12-24 01:57:18', '2025-12-24 14:36:14'),
(13, 5, '8b1d66eef6c9688a', 'dufrXfcysEtpZkjoLP6bKBO4Y2YiJYSZBzpqYOirLqoB9kn3G4GmRXVxXUULH39Y', '1cb2daf6425cb82d3895972ecc8d62d6e77375db08ff10b63de101a03f73c705', 'vivo V2351', 'V2351', '1.0.0', '2025-12-25 16:59:53', 0, '2026-01-24 16:54:41', '2025-12-25 16:54:41', '2025-12-25 16:59:58'),
(14, 5, 'd4fca805e76bcb31', 'Qghey8RZAjQHcg7xSesg27JtOKPO52MFXm68rMuYQlGbAVyLf3ROLnce8zt64m7n', 'd9732ca0b031db8490d791cb7fbfe425de3ddb6dfcf0d8f9a6b269f13e9e7804', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '2025-12-29 13:00:26', 0, '2026-01-28 12:55:05', '2025-12-25 16:58:47', '2025-12-29 13:00:28'),
(15, 5, '1b832b5edbc1c2ce', 'GS5P0G7Hfe1Bl6hMUGEuh6rfceT8KwjCx3bumtoHX0ysU5aWhBtIdNtzou03vOLM', '86e6098205ded37f4de2061cd61585507a12844193bdaf561be362ecb91fae9c', 'Xiaomi 21091116I', '21091116I', '1.0.0', '2026-01-19 21:17:36', 0, '2026-02-18 21:15:03', '2025-12-25 18:32:47', '2026-01-19 21:17:41'),
(16, 5, '99244131cf7dd0c4', '3MAWINRIZ9MWSsIPITQSGbCnUFjOE4YTUddPMpjgQ79qYEC7CTDGqNs0NnumBHrk', '346142ddcb3727d93806850bd8baac17116acfda3bd1391563a880575e2e88a1', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '2025-12-25 20:49:20', 0, '2026-01-24 20:47:15', '2025-12-25 19:36:38', '2025-12-25 20:49:21'),
(17, 3, 'd4fca805e76bcb31', '0kPzkgTDynDm9Gwbaj7JdLB4EtJqRfasco5EiNkroXjccenPCxwuLpYkcnRm45oO', '2029a9d63acf1ecf2b41b9c461b51cc0e330849ff864b0367d8b5a56eb478907', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '2025-12-25 21:46:19', 0, '2026-01-24 21:45:52', '2025-12-25 21:45:52', '2025-12-25 21:46:29'),
(18, 3, '7fa6113f7e67b63e', 'vsW6ie1mUJaEAcmvj4WJTCXT3WyQtMXmcfgFS9CE5c2LCyP3xpBz8sgDOUtz6fcq', '406e99b78ba734789c57898de3b131a3e81b9334f7eda755d3bcbf5fe6117a89', 'OnePlus CPH2569', 'CPH2569', '1.0.0', '2026-02-03 21:46:57', 1, '2026-02-26 14:38:15', '2025-12-26 02:30:22', '2026-02-03 21:46:57'),
(19, 6, 'd4fca805e76bcb31', 'H2VOA5NMm93wqqHqsIutu2pFRjTOQIb0fg6uAfsTzyMCqcM7fgONoQr3CVgaala7', 'd1ff66d97d0a788c2c51fe9af0be2225b149207ebc58bde361659ca539bdced2', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '2026-02-03 21:38:33', 0, '2026-03-05 21:37:51', '2025-12-29 19:51:46', '2026-02-03 21:38:34'),
(20, 6, 'bd20f89e69b28816', 'oYmfU8mGCLagyre65M6mewWWiMDzJ0yLZzlWIMckvX9EfewlSv2eMpvNnS6pEllw', '08e5e0b3a0ba8aaafdaae6ab7ad0cfebe3edd95bbd00b6db62937d5bbc06e3b0', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '2026-02-19 06:14:05', 0, '2026-03-21 05:18:13', '2026-01-09 00:58:16', '2026-02-19 06:14:06'),
(21, 6, '8b1d66eef6c9688a', 'Lqeq1dDn4IZxkXCwB46zEdVKYTzJzX8cjzefE0rdNYEOkwJ3ZKwDojcz1oJbPfBU', '1637f6c038f7d4e80e85e90f88002543ad44f15805ee7954cc1a9a8780cfa73d', 'vivo V2351', 'V2351', '1.0.0', '2026-02-03 21:44:54', 1, '2026-02-09 13:53:47', '2026-01-10 13:53:47', '2026-02-03 21:44:54'),
(22, 6, 'sfdsfdf', 'Og8VAzfCMSGdcyBTXJYX9B5tUW3q24Km61RpgdVdEoSbaTna9Z8iEdjqsI0zcxTW', '68580e30a941e4456d8f4c367e8ec251213cae028560fdb88f39e5e467274e2b', NULL, NULL, NULL, '2026-02-17 19:09:58', 1, '2026-03-19 19:09:58', '2026-02-16 18:51:41', '2026-02-17 19:09:58'),
(23, 6, '8149f268c4f54595', 'BUdK2hbtXyqJnIBhTXW4zwTX2lIxMPRvXVssSF7MroQiSshtRME27tJR7OuHt5te', '70c136d90b2ef94c17e42fecf3bf53e8740304fa51870fc4b3269a66035c60a2', 'Xiaomi 21091116I', '21091116I', '1.0.0', '2026-02-19 09:12:20', 0, '2026-03-21 09:12:02', '2026-02-18 19:40:06', '2026-02-19 09:12:22'),
(24, 17, '8149f268c4f54595', 'YvGLNoc7pItN3o2McvYhBsTH8B6wMg01Wdw8szugju6zKMTCA2MKOxsg7S9Fyl42', '39f07cbbadeeb0a68c01dc506cf38a5dc3ac33c1211ea1132293235a6b48a792', 'Xiaomi 21091116I', '21091116I', '1.0.0', '2026-02-19 17:56:16', 1, '2026-03-21 17:51:34', '2026-02-19 09:14:44', '2026-02-19 17:56:16'),
(25, 17, 'bd20f89e69b28816', 'snrfIENjA4qv89p492X2MMJenosLuumg9mJV8JQzgAiwkCt2fh4K39Hqr08BneRo', 'f2627caa02828ee64d1fe43ac3f4e76d1e47803a530eb5f8980feb0a793c2047', 'samsung SM-S921E', 'SM-S921E', '1.0.0', '2026-02-21 16:01:20', 0, '2026-03-23 15:52:51', '2026-02-19 11:59:42', '2026-02-21 16:01:26'),
(26, 17, '0ec97da3b15e59a2', 'E76sKXxNNP2ylltT0mgaQ2G1RRWyv2rcXpOU4ro81LR38AQiqy7vX7z8d9s3Tlcf', '533ab42acdb17f375a7e84edc983580879c52f75e0e5f5699a570d6c49a67dde', 'vivo V2312', 'V2312', '1.0.0', '2026-02-19 13:28:49', 0, '2026-03-21 13:26:24', '2026-02-19 13:26:24', '2026-02-19 13:28:54'),
(27, 17, 'e9cefc596edd3246', 'WU7BkYfGRuAuQAglMFPmdykbFZ7vWlUkpLcf1CCixCVrknRpd9M0pIMTt92GoLec', '70674f2920cfdef6f62aef71769a77e785a4f385ff7643c7cfff4a3eb44b4efb', 'Xiaomi Redmi Note 8 Pro', 'Redmi Note 8 Pro', '1.0.0', '2026-02-19 17:27:36', 1, '2026-03-21 17:23:43', '2026-02-19 17:23:43', '2026-02-19 17:27:36');

-- --------------------------------------------------------

--
-- Table structure for table `user_settings`
--

CREATE TABLE `user_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `cooldown_hours` int(11) NOT NULL DEFAULT 24,
  `exclude_contacts` tinyint(1) NOT NULL DEFAULT 1,
  `reply_to_incoming` tinyint(1) NOT NULL DEFAULT 1,
  `reply_to_missed` tinyint(1) NOT NULL DEFAULT 1,
  `reply_to_outgoing` tinyint(1) NOT NULL DEFAULT 0,
  `sync_enabled` tinyint(1) NOT NULL DEFAULT 1,
  `preferred_channel` varchar(20) NOT NULL DEFAULT 'sms' COMMENT 'Preferred messaging channel: sms, whatsapp, or both',
  `sync_interval_minutes` int(11) NOT NULL DEFAULT 15,
  `promotion_on_incoming` tinyint(1) NOT NULL DEFAULT 0,
  `promotion_on_outgoing` tinyint(1) NOT NULL DEFAULT 0,
  `promotion_on_missed` tinyint(1) NOT NULL DEFAULT 0,
  `whatsapp_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `whatsapp_reply_to_incoming` tinyint(1) NOT NULL DEFAULT 0,
  `whatsapp_reply_to_missed` tinyint(1) NOT NULL DEFAULT 0,
  `whatsapp_reply_to_outgoing` tinyint(1) NOT NULL DEFAULT 0,
  `whatsapp_promotion_on_incoming` tinyint(1) NOT NULL DEFAULT 0,
  `whatsapp_promotion_on_outgoing` tinyint(1) NOT NULL DEFAULT 0,
  `whatsapp_promotion_on_missed` tinyint(1) NOT NULL DEFAULT 0,
  `whatsapp_mode` varchar(20) NOT NULL DEFAULT 'manual',
  `whatsapp_cooldown_hours` int(11) NOT NULL DEFAULT 24,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_settings`
--

INSERT INTO `user_settings` (`id`, `user_id`, `cooldown_hours`, `exclude_contacts`, `reply_to_incoming`, `reply_to_missed`, `reply_to_outgoing`, `sync_enabled`, `preferred_channel`, `sync_interval_minutes`, `promotion_on_incoming`, `promotion_on_outgoing`, `promotion_on_missed`, `whatsapp_enabled`, `whatsapp_reply_to_incoming`, `whatsapp_reply_to_missed`, `whatsapp_reply_to_outgoing`, `whatsapp_promotion_on_incoming`, `whatsapp_promotion_on_outgoing`, `whatsapp_promotion_on_missed`, `whatsapp_mode`, `whatsapp_cooldown_hours`, `created_at`, `updated_at`) VALUES
(3, 3, 24, 0, 1, 1, 1, 1, 'sms', 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'manual', 24, '2025-12-21 14:10:34', '2025-12-25 17:28:21'),
(5, 5, 24, 0, 1, 1, 1, 1, 'sms', 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'manual', 24, '2025-12-25 16:54:16', '2025-12-25 17:28:05'),
(6, 6, 24, 0, 1, 1, 1, 1, 'both', 15, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 'full_auto', 1, '2025-12-29 19:14:34', '2026-02-18 19:08:53'),
(14, 14, 24, 0, 1, 1, 1, 1, 'sms', 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'manual', 24, '2025-12-30 14:12:46', '2025-12-30 14:13:45'),
(15, 15, 24, 0, 1, 1, 0, 1, 'sms', 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'manual', 24, '2026-01-02 18:00:01', '2026-01-02 18:00:01'),
(16, 17, 24, 0, 1, 1, 1, 1, 'both', 15, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 'full_auto', 24, '2026-02-19 09:14:44', '2026-02-19 11:24:42');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `admins`
--
ALTER TABLE `admins`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `admins_email_unique` (`email`),
  ADD KEY `admins_created_by_foreign` (`created_by`);

--
-- Indexes for table `admin_audit_logs`
--
ALTER TABLE `admin_audit_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `admin_audit_logs_admin_id_created_at_index` (`admin_id`,`created_at`),
  ADD KEY `admin_audit_logs_resource_type_resource_id_index` (`resource_type`,`resource_id`);

--
-- Indexes for table `admin_limits`
--
ALTER TABLE `admin_limits`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `admin_limits_admin_id_unique` (`admin_id`);

--
-- Indexes for table `admin_permissions`
--
ALTER TABLE `admin_permissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `admin_permissions_admin_id_permission_key_unique` (`admin_id`,`permission_key`);

--
-- Indexes for table `call_logs`
--
ALTER TABLE `call_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `call_logs_phone_number_index` (`phone_number`),
  ADD KEY `call_logs_call_time_index` (`call_time`),
  ADD KEY `call_logs_call_type_index` (`call_type`),
  ADD KEY `call_logs_user_id_call_time_index` (`user_id`,`call_time`),
  ADD KEY `call_logs_device_id_index` (`device_id`),
  ADD KEY `call_logs_user_id_device_id_index` (`user_id`,`device_id`);

--
-- Indexes for table `clients`
--
ALTER TABLE `clients`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `clients_slug_unique` (`slug`),
  ADD UNIQUE KEY `clients_email_unique` (`email`),
  ADD KEY `clients_created_by_foreign` (`created_by`),
  ADD KEY `clients_slug_index` (`slug`),
  ADD KEY `clients_is_active_index` (`is_active`),
  ADD KEY `clients_subscription_ends_at_index` (`subscription_ends_at`);

--
-- Indexes for table `client_admins`
--
ALTER TABLE `client_admins`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `client_admins_email_unique` (`email`),
  ADD KEY `client_admins_client_id_index` (`client_id`),
  ADD KEY `client_admins_email_index` (`email`),
  ADD KEY `client_admins_is_active_index` (`is_active`);

--
-- Indexes for table `message_templates`
--
ALTER TABLE `message_templates`
  ADD PRIMARY KEY (`id`),
  ADD KEY `message_templates_user_id_is_active_index` (`user_id`,`is_active`),
  ADD KEY `message_templates_created_from_template_id_foreign` (`created_from_template_id`),
  ADD KEY `message_templates_created_by_admin_foreign` (`created_by_admin`),
  ADD KEY `message_templates_created_by_client_admin_foreign` (`created_by_client_admin`),
  ADD KEY `message_templates_client_id_index` (`client_id`);

--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `permissions`
--
ALTER TABLE `permissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `permissions_permission_key_unique` (`permission_key`);

--
-- Indexes for table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`),
  ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`);

--
-- Indexes for table `promotion_logs`
--
ALTER TABLE `promotion_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `promotion_logs_call_log_id_foreign` (`call_log_id`),
  ADD KEY `promotion_logs_template_id_foreign` (`template_id`),
  ADD KEY `promotion_logs_user_id_sent_at_index` (`user_id`,`sent_at`),
  ADD KEY `promotion_logs_status_index` (`status`);

--
-- Indexes for table `role_permissions`
--
ALTER TABLE `role_permissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `role_permissions_role_permission_key_unique` (`role`,`permission_key`);

--
-- Indexes for table `session_logs`
--
ALTER TABLE `session_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `session_logs_user_id_created_at_index` (`user_id`,`created_at`),
  ADD KEY `session_logs_device_id_index` (`device_id`);

--
-- Indexes for table `sms_logs`
--
ALTER TABLE `sms_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sms_logs_call_log_id_foreign` (`call_log_id`),
  ADD KEY `sms_logs_phone_number_index` (`phone_number`),
  ADD KEY `sms_logs_sent_at_index` (`sent_at`),
  ADD KEY `sms_logs_status_index` (`status`),
  ADD KEY `sms_logs_user_id_sent_at_index` (`user_id`,`sent_at`),
  ADD KEY `sms_logs_device_id_index` (`device_id`),
  ADD KEY `sms_logs_user_id_device_id_index` (`user_id`,`device_id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_phone_unique` (`phone`),
  ADD UNIQUE KEY `users_email_unique` (`email`),
  ADD KEY `users_phone_index` (`phone`),
  ADD KEY `users_api_token_index` (`api_token`),
  ADD KEY `users_approved_by_foreign` (`approved_by`),
  ADD KEY `users_created_by_client_admin_foreign` (`created_by_client_admin`),
  ADD KEY `users_client_id_index` (`client_id`),
  ADD KEY `users_approval_status_index` (`approval_status`);

--
-- Indexes for table `user_sessions`
--
ALTER TABLE `user_sessions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_sessions_token_hash_unique` (`token_hash`),
  ADD KEY `user_sessions_user_id_index` (`user_id`),
  ADD KEY `user_sessions_device_id_index` (`device_id`),
  ADD KEY `user_sessions_token_hash_index` (`token_hash`),
  ADD KEY `user_sessions_user_id_device_id_index` (`user_id`,`device_id`),
  ADD KEY `user_sessions_user_id_is_active_index` (`user_id`,`is_active`);

--
-- Indexes for table `user_settings`
--
ALTER TABLE `user_settings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_settings_user_id_unique` (`user_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `admins`
--
ALTER TABLE `admins`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `admin_audit_logs`
--
ALTER TABLE `admin_audit_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=159;

--
-- AUTO_INCREMENT for table `admin_limits`
--
ALTER TABLE `admin_limits`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `admin_permissions`
--
ALTER TABLE `admin_permissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=459;

--
-- AUTO_INCREMENT for table `call_logs`
--
ALTER TABLE `call_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3700;

--
-- AUTO_INCREMENT for table `clients`
--
ALTER TABLE `clients`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `client_admins`
--
ALTER TABLE `client_admins`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `message_templates`
--
ALTER TABLE `message_templates`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT for table `permissions`
--
ALTER TABLE `permissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=40;

--
-- AUTO_INCREMENT for table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `promotion_logs`
--
ALTER TABLE `promotion_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `role_permissions`
--
ALTER TABLE `role_permissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=75;

--
-- AUTO_INCREMENT for table `session_logs`
--
ALTER TABLE `session_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=198;

--
-- AUTO_INCREMENT for table `sms_logs`
--
ALTER TABLE `sms_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1453;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `user_sessions`
--
ALTER TABLE `user_sessions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `user_settings`
--
ALTER TABLE `user_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `admins`
--
ALTER TABLE `admins`
  ADD CONSTRAINT `admins_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `admins` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `admin_audit_logs`
--
ALTER TABLE `admin_audit_logs`
  ADD CONSTRAINT `admin_audit_logs_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `admin_limits`
--
ALTER TABLE `admin_limits`
  ADD CONSTRAINT `admin_limits_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `admin_permissions`
--
ALTER TABLE `admin_permissions`
  ADD CONSTRAINT `admin_permissions_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `call_logs`
--
ALTER TABLE `call_logs`
  ADD CONSTRAINT `call_logs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `clients`
--
ALTER TABLE `clients`
  ADD CONSTRAINT `clients_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `admins` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `client_admins`
--
ALTER TABLE `client_admins`
  ADD CONSTRAINT `client_admins_client_id_foreign` FOREIGN KEY (`client_id`) REFERENCES `clients` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `message_templates`
--
ALTER TABLE `message_templates`
  ADD CONSTRAINT `message_templates_client_id_foreign` FOREIGN KEY (`client_id`) REFERENCES `clients` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `message_templates_created_by_admin_foreign` FOREIGN KEY (`created_by_admin`) REFERENCES `admins` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `message_templates_created_by_client_admin_foreign` FOREIGN KEY (`created_by_client_admin`) REFERENCES `client_admins` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `message_templates_created_from_template_id_foreign` FOREIGN KEY (`created_from_template_id`) REFERENCES `message_templates` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `message_templates_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `promotion_logs`
--
ALTER TABLE `promotion_logs`
  ADD CONSTRAINT `promotion_logs_call_log_id_foreign` FOREIGN KEY (`call_log_id`) REFERENCES `call_logs` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `promotion_logs_template_id_foreign` FOREIGN KEY (`template_id`) REFERENCES `message_templates` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `promotion_logs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `session_logs`
--
ALTER TABLE `session_logs`
  ADD CONSTRAINT `session_logs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `sms_logs`
--
ALTER TABLE `sms_logs`
  ADD CONSTRAINT `sms_logs_call_log_id_foreign` FOREIGN KEY (`call_log_id`) REFERENCES `call_logs` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `sms_logs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `users`
--
ALTER TABLE `users`
  ADD CONSTRAINT `users_approved_by_foreign` FOREIGN KEY (`approved_by`) REFERENCES `admins` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `users_client_id_foreign` FOREIGN KEY (`client_id`) REFERENCES `clients` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `users_created_by_client_admin_foreign` FOREIGN KEY (`created_by_client_admin`) REFERENCES `client_admins` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `user_sessions`
--
ALTER TABLE `user_sessions`
  ADD CONSTRAINT `user_sessions_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `user_settings`
--
ALTER TABLE `user_settings`
  ADD CONSTRAINT `user_settings_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
