Matthew Gibson
2008-Apr-18 08:28 UTC
[asterisk-users] Dialplan Visualization (Extensions.conf or Dialplan Show)
Hello, About 4 years ago there used to be a script floating around to generate dynamic graphs/diagrams of extensions.conf (the asterisk dialplan). It was using GraphViz to perform the graphing. Does anyone have a copy of this script, or a better solution to generate a flowchart of my dialplan? Thanks, Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080418/2dd9cfe4/attachment.htm
John Signorello
2008-Apr-18 13:04 UTC
[asterisk-users] Dialplan Visualization (Extensions.conf or Dialplan Show)
I do not know if you manage more than one box. But if are setting up multiple boxes, you should look at cogoblue.com It is a fully graphical configuration tool, not just dial plans but every from inbound to IVR's Disclaimer, I work for ISPBX John Matthew Gibson wrote:> Hello, > > About 4 years ago there used to be a script floating around to > generate dynamic graphs/diagrams of extensions.conf (the asterisk > dialplan). > > It was using GraphViz to perform the graphing. > > Does anyone have a copy of this script, or a better solution to > generate a flowchart of my dialplan? > > Thanks, > Matt > > ------------------------------------------------------------------------ > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080418/5b52a90c/attachment.htm
Tzafrir Cohen
2008-Apr-18 13:51 UTC
[asterisk-users] Dialplan Visualization (Extensions.conf or Dialplan Show)
On Fri, Apr 18, 2008 at 04:28:29AM -0400, Matthew Gibson wrote:> Hello, > > About 4 years ago there used to be a script floating around to generate > dynamic graphs/diagrams of extensions.conf (the asterisk dialplan). > > It was using GraphViz to perform the graphing. > > Does anyone have a copy of this script, or a better solution to generate a > flowchart of my dialplan?from extensions.conf or from the output of 'dialplan show'? The latter assumes that Asterisk is running, but is also probably simpler to implement. For the former, I saw a perl module Asterisk::Config on CPAN. There are probably other ways to do that. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Martin B. Smith
2008-May-12 11:57 UTC
[asterisk-users] Dialplan Visualization (Extensions.conf orDialplan Show)
Hello list, I've done some work with basic parsing of extensions.conf in order to generate some visualizations of the dialplan. I've just posted it this past weekend over on the Asterisk-Java blog at asterisk-java.org. There's a Java web start demo if you have your extensions.conf handy. Cheers, =Martin Smith, Systems Developer martins at bebr.ufl.edu Bureau of Economic and Business Research University of Florida (352) 392-0171 Ext. 221 ________________________________ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Matthew Gibson Sent: Friday, April 18, 2008 4:28 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Dialplan Visualization (Extensions.conf orDialplan Show) Hello, About 4 years ago there used to be a script floating around to generate dynamic graphs/diagrams of extensions.conf (the asterisk dialplan). It was using GraphViz to perform the graphing. Does anyone have a copy of this script, or a better solution to generate a flowchart of my dialplan? Thanks, Matt