Update phone inventory: add ext 1003-1004, voicemail exts 1010-1012, full names

This commit is contained in:
2026-06-15 01:54:30 +00:00
parent b6b3ae2828
commit 37bed46223
+23 -10
View File
@@ -49,9 +49,12 @@ HOME NETWORK (FortiGate router at 10.48.200.1)
│ └── VM 302 10.48.200.99 NetworkBackup │ └── VM 302 10.48.200.99 NetworkBackup
├─► Synology NAS 10.48.200.249 — Media & backup storage ├─► Synology NAS 10.48.200.249 — Media & backup storage
├─► Yealink T48S 10.48.200.2 — Ext 1000 (Myron) ├─► Yealink T48S 10.48.200.2 — Ext 1000 (Myron Blair, Desk)
├─► Yealink T48S 10.48.200.43 — Ext 1001 (Tommy) ├─► Yealink T48S 10.48.200.43 — Ext 1001 (Tommy Ivy, Desk)
─► Yealink AX86R 10.48.200.65 — Ext 1002 (Home) ─► Yealink AX86R 10.48.200.65 — Ext 1002 (Myron Blair, WiFi Work)
├─► Yealink T57W 10.48.200.3 — External SIP (United Mirror & Glass)
├─► Yealink T57W 10.48.200.83 — Ext 1003 (Kitchen)
└─► Yealink T57W 10.48.200.85 — Ext 1004 (Master Bedroom)
FortiGate Port Forwards: FortiGate Port Forwards:
orbisne.fortiddns.com:8006 → PVE1:8006 (Proxmox web UI) orbisne.fortiddns.com:8006 → PVE1:8006 (Proxmox web UI)
@@ -520,9 +523,14 @@ Restarts offline Proxmox VM agents via `qm guest exec`
### Extensions ### Extensions
| Ext | Name | Phone | IP | SIP Password | | Ext | Name | Phone | IP | SIP Password |
|-----|------|-------|----|-------------| |-----|------|-------|----|-------------|
| 1000 | Myron | Yealink T48S | 10.48.200.2 | `Xk9mPw3nQv7rLs2t` | | 1000 | Myron Blair — Desk | Yealink T48S | 10.48.200.2 | `Xk9mPw3nQv7rLs2t` |
| 1001 | Tommy | Yealink T48S | 10.48.200.43 | `Tv8xNm4pWq6rZs3k` | | 1001 | Tommy Ivy — Desk | Yealink T48S | 10.48.200.43 | `Tv8xNm4pWq6rZs3k` |
| 1002 | Home | Yealink AX86R | 10.48.200.65 | `yXHaJTwa8rj?$GkrVFQB` | | 1002 | Myron Blair — WiFi Work | Yealink AX86R | 10.48.200.65 | `yXHaJTwa8rj?$GkrVFQB` |
| 1003 | Kitchen | Yealink T57W | 10.48.200.83 | — |
| 1004 | Master Bedroom | Yealink T57W | 10.48.200.85 | — |
| 1010 | Parker County Slingshot | Virtual (voicemail only) | — | — |
| 1011 | Epic Travel Expeditions | Virtual (voicemail only) | — | — |
| 1012 | Tom's Java Jive | Virtual (voicemail only) | — | — |
| 900 | IVR | — | — | (auto-attendant) | | 900 | IVR | — | — | (auto-attendant) |
**Phone SIP Settings (all phones):** **Phone SIP Settings (all phones):**
@@ -539,7 +547,7 @@ Inbound (+18177645007)
→ SignalWire → FusionPBX:5080 (UDP) → SignalWire → FusionPBX:5080 (UDP)
→ signalwire-inbound dialplan (catch-all ^.*$) → signalwire-inbound dialplan (catch-all ^.*$)
→ IVR ext 900 (ivr_menu_16k.wav) → IVR ext 900 (ivr_menu_16k.wav)
→ Routes to extensions 1000/1001/1002 → Routes to extensions 1000/1001/1002/1003/1004
Outbound Outbound
→ Phone → FusionPBX:5080 → Phone → FusionPBX:5080
@@ -716,9 +724,14 @@ sshpass -p 'Joker1974!!!' ssh root@10.48.200.90 \
### SIP / Phone ### SIP / Phone
| Extension | Name | SIP Password | | Extension | Name | SIP Password |
|-----------|------|-------------| |-----------|------|-------------|
| 1000 | Myron (10.48.200.2) | `Xk9mPw3nQv7rLs2t` | | 1000 | Myron Blair — Desk (10.48.200.2) | `Xk9mPw3nQv7rLs2t` |
| 1001 | Tommy (10.48.200.43) | `Tv8xNm4pWq6rZs3k` | | 1001 | Tommy Ivy — Desk (10.48.200.43) | `Tv8xNm4pWq6rZs3k` |
| 1002 | Home (10.48.200.65) | `yXHaJTwa8rj?$GkrVFQB` | | 1002 | Myron Blair — WiFi Work (10.48.200.65) | `yXHaJTwa8rj?$GkrVFQB` |
| 1003 | Kitchen (10.48.200.83) | — |
| 1004 | Master Bedroom (10.48.200.85) | — |
| 1010 | Parker County Slingshot (voicemail only) | — |
| 1011 | Epic Travel Expeditions (voicemail only) | — |
| 1012 | Tom's Java Jive (voicemail only) | — |
--- ---