Commit 7fe97b6
committed
release: v17.0.3 — production-quality, Rocky 8 validated
This is the first release that completes all four production-quality
gates Eric requested:
1. Real-call test — sustained Asterisk channel + WS subscription
confirms panel detects calls via AMI polling and emits the
activeCalls event correctly. Contact-ID matching (5551234567
resolved to 'Jane Doe') validated.
2. Browser UI test — Claude in Chrome MCP drove a real browser
through login, routing (calls + contacts views), contact CRUD,
and live-call display. No JS errors. Tailwind styling renders
correctly. Contact-matched callee name displays in real-time.
3. Apache reverse-proxy — discovered the previously-documented
snippet was broken (query-string-based WS detection that
mod_proxy_http consumes before mod_rewrite fires). Corrected
snippet uses scoped <LocationMatch> + Upgrade-header detection.
Verified: HTTP + WebSocket + polling-fallback all work through
port 80.
4. Rocky 8 (SNG7-surrogate) — VM 923 with Rocky Linux 8.10 +
FreePBX 16.0.45 + Asterisk 18.26.4. Same install commands
work as on Debian (just 'fwconsole ma install callpanel -f').
Validates the friend deployment surface — FreePBX Distro is
RHEL-family like Rocky, so the same module install path
applies.
Install script for the Rocky path includes 4 RHEL-specific
package fixes discovered during this validation pass:
- iksemel-devel: removed (not in Rocky default repos, not needed)
- bzip2 + bzip2-devel: added (Asterisk's bundled jansson needs it)
- php-process: added (Remi PHP 7.4 doesn't include posix_geteuid by default)
- RPM DB rebuild: noted as recovery step for cloud-init corruption
Module version bumped 17.0.2 -> 17.0.3.
Changelog entry covers all changes from production-validation pass.
Signed-off-by: Eric Osterberg <ejosterberg@gmail.com>1 parent ea39e66 commit 7fe97b6
4 files changed
Lines changed: 86 additions & 21 deletions
File tree
- specs/phase-06-production-validation
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
22 | 62 | | |
23 | 63 | | |
24 | 64 | | |
| |||
199 | 239 | | |
200 | 240 | | |
201 | 241 | | |
202 | | - | |
| 242 | + | |
| 243 | + | |
203 | 244 | | |
204 | 245 | | |
205 | 246 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
91 | 112 | | |
92 | 113 | | |
93 | 114 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | | - | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
0 commit comments