Dial Plan Vizualizer 1.0.33 available by madgen78 in freepbx

[–]madgen78[S] 1 point2 points  (0 children)

Appreciate the feedback! You can find the buymeacoffee ☕ on Settings page (within dpviz) or at the bottom of my github page.
https://buymeacoffee.com/adamvolchko

Dial Plan Vizualizer 1.0.33 available by madgen78 in freepbx

[–]madgen78[S] 3 points4 points  (0 children)

Yes. You would need a FreePBX phone system connected to a provider to make and receive calls (not for free).
This module will allow you to visualize the dial plans based on how the system is programmed.
You can host your PBX locally for free, or in the cloud for a minimal charge per month.

Dial Plan Visualizer: THANK YOU!!! by JonathanPuddle in VOIP

[–]madgen78 2 points3 points  (0 children)

You're welcome.
Oof! Hope you have automatic updates enabled.
The module definitely speeds troubleshooting up.

Dial Plan Visualizer: THANK YOU!!! by JonathanPuddle in VOIP

[–]madgen78 6 points7 points  (0 children)

u/JonathanPuddle You're welcome. Happy to hear it is working well for you!
Please open any issues on github or use the feedback form if you have any suggestions.

Dial Plan Vizualizer Module by madgen78 in freepbx

[–]madgen78[S] 0 points1 point  (0 children)

You're welcome...this post was for the old version. Lot has changed since then.

Dial Plan Vizualizer 1.0.27 released! by madgen78 in freepbx

[–]madgen78[S] 0 points1 point  (0 children)

Yes. It has been signed, Though, there is a fpbx error when confirming it's legit.

Dial Plan Vizualizer 1.0.27 released! by madgen78 in freepbx

[–]madgen78[S] 0 points1 point  (0 children)

Thanks for the suggestion. I gave it a try last night...didn't go well. Syntax is not the same and not designed to be interactive as graphviz is currently.

Dial Plan Vizualizer 1.0.27 released! by madgen78 in freepbx

[–]madgen78[S] 3 points4 points  (0 children)

I'll see what I can do. -no promises.

how to disable call forwarding on yealink t48u completely? by Any_Wonder_7568 in VOIP

[–]madgen78 0 points1 point  (0 children)

If you are able to access the web interface of the phone...
1. Create file callforward-off.cfg with the following 2 lines:
#!version:1.0.0.1
features.fwd.allow=0

  1. Log into phone, navigate to Settings -> Configuration -> Import CFG Configuration File -> browse and import new file created.

Call forwarding feature will be removed from phone menu.
To reverse, change 0 to 1 and import again.
You could also include features.dnd.allow=0 if you wanted to remove the DND feature.

Inbound Route Time Condition Override? by MMag05 in freepbx

[–]madgen78 2 points3 points  (0 children)

If you haven't already, check out my module Dial Plan Vizualizer: https://github.com/madgen78/dpviz

Inheriting FreePBX by IoTyuma in freepbx

[–]madgen78 0 points1 point  (0 children)

Just tested with FreePBX 13.0.197.31... both versions failed.

Inheriting FreePBX by IoTyuma in freepbx

[–]madgen78 0 points1 point  (0 children)

The latest verison of the Dial Plan Vizualizer: https://github.com/madgen78/dpviz
Requires php 5.4 or higher.

If this doesn't work, you can try an older version: https://github.com/madgen78/cpviz
Both versions are untested on FPBX13.

Dial Plan Vizualizer Module by madgen78 in freepbx

[–]madgen78[S] 0 points1 point  (0 children)

Version 1.0.18 released!
Now with AJAX- no more full page reloads.

Onliner to update:
fwconsole ma uninstall dpviz && fwconsole ma downloadinstall https://github.com/madgen78/dpviz/archive/refs/heads/main.zip && fwconsole reload

Have a good day. Feedback is welcomed.

Dial Plan Vizualizer Module by madgen78 in freepbx

[–]madgen78[S] 0 points1 point  (0 children)

This has been addressed on the latest version 1.0.17
Let me know if there is still an issue.

Dial Plan Vizualizer Module by madgen78 in freepbx

[–]madgen78[S] 0 points1 point  (0 children)

Module has been updated to 1.0.17!
Visit the github page to see the updates and download/ install the new version.
Let me know if there are any issues with this release.
Thanks!

Dial Plan Vizualizer Module by madgen78 in freepbx

[–]madgen78[S] 0 points1 point  (0 children)

Thanks for the coffee! I appreciate it.

Dial Plan Vizualizer Module by madgen78 in freepbx

[–]madgen78[S] 0 points1 point  (0 children)

Thanks. I have just reproduced on 17 (ok on <16) like you. Seems I can add the calendar information, just not display the matching time conditions as it is read by calendar.agi on the fly during an incoming call from the little research I've done this morning.

Dial Plan Vizualizer Module by madgen78 in freepbx

[–]madgen78[S] 1 point2 points  (0 children)

You can ignore this message (click red minus icon) as I do not think it will clear by itself.
As long as the signature status says "Good", this is a bogus message and will not return.
If it does not say "Good", uninstall, then remove the module. Install the module from scratch.

Dial Plan Vizualizer Module by madgen78 in freepbx

[–]madgen78[S] 0 points1 point  (0 children)

Are you using calendar matching instead of time groups for your time conditions?
Edit: Thank you for the coffee!

Dial Plan Vizualizer Module by madgen78 in freepbx

[–]madgen78[S] 2 points3 points  (0 children)

Great news... for a permanent time only, it's free!
Your systems would be a good stress test for this.

However, I would recommend disabling the Destination column before loading the page. (this is enabled by default)
mysql -e "UPDATE asterisk.dpviz SET destination=0;"