Commit 1dd0cf5
committed
res_pbx_validate: Add module to find various dialplan bugs.
This adds a module that can automatically find many common dialplan bugs,
such as branches to nonexistent locations, unused dialplan contexts,
application argument misusage, etc.
Most of this code was written back in January 2022, but at the time the
patches were written to make changes to the PBX core. To avoid that,
all the logic has been moved to this single, out-of-tree module.
ASTERISK-298281 parent 1288aa8 commit 1dd0cf5
2 files changed
+990
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2265 | 2265 | | |
2266 | 2266 | | |
2267 | 2267 | | |
| 2268 | + | |
2268 | 2269 | | |
2269 | 2270 | | |
2270 | 2271 | | |
| |||
0 commit comments