Leads
// all captured leads parsed from inbox
Lead Table
| Submission Time (EST) | First Name | Last Name |
Caller ID | Transfer DID | Ping ID |
Center | Jornaya Cost |
| Loading… |
Balance & Billing
// jornaya cost tracker per center
Apply one rate to all leads system-wide instantly
User Management
// manage center accounts and invitations
All Users
| Name | Email | Role | Center | Leads | Jornaya Cost ($) | Status | Actions |
| Loading… |
Mail Server Config
// IMAP settings — used to read your inbox for leads
IMAP Settings
Centers
// define which sender emails/names map to which center
Center Matching Rules
Analytics
// lead stats with date range & center filters
Center Breakdown
| Center | Leads (Period) | Today | Jornaya Cost ($) | Share |
| Loading… |
Server Setup
// deployment & cron configuration
Cron Job (recommended)
Add this in cPanel → Cron Jobs → Every 5 minutes (*/5 * * * *)
php /home/username/public_html/callpixel/cron.php
Or via curl: curl -s https://yourdomain.com/cron.php
The CRM also auto-polls every 30 seconds while you're on the dashboard or leads page.
Use the ⟳ Fetch Now button for instant refresh.
File Permissions
Set folder write permission in cPanel → File Manager:
chmod 755 /public_html/your-folder/
Required Files
| File | Purpose | Auto-created |
| index.html | Dashboard UI | — |
| api.php | REST API | — |
| cron.php | Inbox reader | — |
| config.json | Mail settings + centers | ✓ |
| log.json | Lead log | ✓ |
| users.json | User accounts | ✓ |
| sent_ids.json | Duplicate prevention | ✓ |