📊 SMS & Call Log Monitoring Dashboard

{{ error }}
📱

{{ stats?.totalSMS || 0 }}

Total SMS

+{{ stats?.recentSMS24h || 0 }} last 24h
📞

{{ stats?.totalCallLogs || 0 }}

Total Call Logs

+{{ stats?.recentCalls24h || 0 }} last 24h
📲

{{ stats?.fcmTokensCount || 0 }}

Registered Devices

Active

{{ formatDate(stats?.userCreatedAt) }}

Account Created

User

📱 SMS Messages

Loading...
No SMS messages found
{{ item.from || item.address || item.phone || 'Unknown' }} {{ formatDate(item.timestamp) }}
{{ item.body || item.message || 'No content' }}

📞 Call Logs

Loading...
No call logs found
{{ getCallIcon(item.type) }}
{{ item.number || item.phoneNumber || 'Unknown' }} {{ item.name }}
{{ formatDate(item.timestamp) }}
{{ item.type || 'Unknown' }} Duration: {{ formatDuration(item.duration) }} 📱 {{ item.deviceName }}

📲 Registered Devices

Loading...
No devices registered
📱
{{ device.deviceName || 'Device ' + (device.id + 1) }} Active
{{ truncateToken(device.token) }}
IP: {{ device.ip }}

⏰ Activity Timeline

Loading...
No recent activity
{{ item.type === 'sms' ? '📱' : '📞' }}
{{ item.type.toUpperCase() }} {{ formatTime(item.timestamp) }}
{{ item.data.from || item.data.address || item.data.phone || 'Unknown' }}

{{ item.data.body || item.data.message || 'No content' }}

📱 {{ item.data.deviceName }}
{{ item.data.number || item.data.phoneNumber || 'Unknown' }}

{{ item.data.type || 'Call' }} - {{ item.data.duration ? formatDuration(item.data.duration) : 'N/A' }}

📱 {{ item.data.deviceName }}

🔐 Please Enter Your API Key

Enter your API key to access the monitoring dashboard