diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ce7e5..e27f0dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,36 @@ -# Changelog +# voipsimplicity.com — Migration CHANGELOG -All notable changes to the VoIPSimplicity project. +## 2026-07-24 — Entity record started -## 2026-07-10 +### Added +- Created [ENTITY.md](./ENTITY.md) as the canonical VoIPSimplicity business-entity record. +- Recorded verified VoIPSimplicity phone assets: **(844) 769-8647** and **(912) 812-8647**. +- Added an entity-record link to the project README. -- **Project created** — VoIPSimplicity project folder and documentation initialized -- **Wasabi RingLogix setup documented** — S3 bucket configuration for call recording storage captured in `wasabi-ringlogix-setup.md` -- **Competitor analysis started** — Initial research phase begun +## 2026-07-16 — Migrated to app3 ---- +### Source → Target +- **From:** wphost02 (5.161.62.38), RunCloud-managed WordPress +- **To:** app3 (152.53.241.111), CloudPanel CE -### July 10, 2026 (continued) -- **RingLogix CPaaS API** fully documented — 50+ endpoints covering subscribers, devices, CDRs, call queues, SMS, voicemail, meetings, auto-provisioning -- API requires: OAuth client_id/secret (via Success Manager ticket), Reseller scope, PBX user credentials -- RingOS API (billing) currently unavailable — pending -- Phone rental model designed: 24/36-month Yealink contracts at $7–$15/mo per phone -- Root SSH exception documented for app1/app2/app3 — key-only, itpp-infra -- Caddy installed on app1 — path-based routing for /n8n/, /webui/, /litellm/ -- Caddy routing fixed on Core: /api/search/* → OSINT, rest → ops portal +### What Migrated +- WordPress files: 497 MB (rsync from RunCloud webapp) +- MySQL database: 60.2 MB (20+ tables), imported into `voipsimplicity_site` +- SSL: Let's Encrypt via CloudPanel (DNS challenge) + +### DNS Changes +- `voipsimplicity.com` A record → 152.53.241.111 (Cloudflare proxied) +- `support.voipsimplicity.com` A record → 152.53.241.111 +- `panel.itpropartner.com` → 152.53.241.111 (CloudPanel admin) +- `www.voipsimplicity.com` redirects to root (Nginx) + +### Access +- **Site:** https://voipsimplicity.com +- **CloudPanel:** https://panel.itpropartner.com — info@itpropartner.com +- **MySQL root:** `root` / stored in `/root/.mysql-root-pw` on app3 +- **Site DB:** `voipsimplicity_site` / `voipsimplicity_user` (creds in wp-config.php) + +### Server +- app3: RS 4000 G12 (12C EPYC 9645, 32 GB RAM, 1 TB NVMe) +- Stack: Nginx 1.x, PHP 8.3, Percona MySQL 8.4, CloudPanel CE +- Tailscale enabled diff --git a/ENTITY.md b/ENTITY.md new file mode 100644 index 0000000..68636bc --- /dev/null +++ b/ENTITY.md @@ -0,0 +1,36 @@ +# VoIPSimplicity LLC — Entity Record + +**Status:** Active business entity + +**Last updated:** July 24, 2026 + +**Record owner:** Germaine Brown + +## Identity + +| Field | Value | +|---|---| +| Legal / operating name | VoIPSimplicity LLC | +| Owner | Germaine Brown | +| Website | https://voipsimplicity.com | +| Business email | info@voipsimplicity.com | + +## Phone Number Assets + +The following numbers were confirmed by the owner on July 24, 2026. + +| Number | E.164 format | Use / status | +|---|---|---| +| (844) 769-8647 | +18447698647 | Service role and carrier assignment to be documented | +| (912) 812-8647 | +19128128647 | Service role and carrier assignment to be documented | + +## Documentation Rules + +- Treat these as VoIPSimplicity business phone assets. +- Do not use either number for caller-ID changes, porting, forwarding, registration, or messaging campaigns without explicit approval. +- Record carrier, account, porting status, E911 assignment, SMS/A2P status, and customer-facing purpose as those details are verified. + +## Sources + +- Owner-provided business record, July 24, 2026. +- Viirtue White Label Master Services Agreement signed November 2024 lists (844) 769-8647 as the VoIP Simplicity company phone number. diff --git a/README.md b/README.md index 40abbb6..ac4933c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # VoIPSimplicity LLC -**Owner:** Germaine -**Product:** VoIP phone system -**Legal:** Fully registered LLC +**Owner:** Germaine Brown +**Product:** VoIP phone system +**Legal:** Fully registered LLC +**Entity record:** [ENTITY.md](./ENTITY.md) ## Current Infrastructure @@ -25,6 +26,7 @@ voipsimplicity/ ├── README.md # This file ├── CHANGELOG.md # Project changelog +├── ENTITY.md # Entity profile and verified phone assets ├── wasabi-ringlogix-setup.md # Wasabi S3 config for RingLogix call recordings └── ... ```