Yes, please do report issues to issues.asterisk.org. Erin
----- Original Message ----- > From: "Andrew Latham" <[email protected]> > To: [email protected] > Sent: Wednesday, September 8, 2010 9:57:16 AM > Subject: Re: [asterisk-gui] espiceland: branch 2.0 r5081 - > /branches/2.0/config/js/pbx2.js > Without getting into the fun discussion of Why there is an "Open > source branch" vs other branches. What can be done to fix the many > reported issues with the GUI. We have found and reported issues in > the past. Should we open a new ticket for every item because there is > now some activity at Digium? > > We also have offered features to allow the gui to scale to 500+ users. > > > ~ > Andrew "lathama" Latham > [email protected] > > * Learn more about OSS > http://en.wikipedia.org/wiki/Open-source_software > * Learn more about Linux http://en.wikipedia.org/wiki/Linux > * Learn more about Tux http://en.wikipedia.org/wiki/Tux > > > > On Wed, Sep 8, 2010 at 10:47 AM, SVN commits to the Asterisk-GUI > project <[email protected]> wrote: > > Author: espiceland > > Date: Wed Sep 8 09:47:31 2010 > > New Revision: 5081 > > > > URL: http://svnview.digium.com/svn/asterisk-gui?view=rev&rev=5081 > > Log: > > Open source branch was not adding 'g' to analog trunk names. Also, > > the fix for the analog trunk naming bug was implemented in two > > different ways in two different branches, so I made that code the > > same. > > > > Modified: > > branches/2.0/config/js/pbx2.js > > > > Modified: branches/2.0/config/js/pbx2.js > > URL: > > http://svnview.digium.com/svn/asterisk-gui/branches/2.0/config/js/pbx2.js?view=diff&rev=5081&r1=5080&r2=5081 > > ============================================================================== > > --- branches/2.0/config/js/pbx2.js (original) > > +++ branches/2.0/config/js/pbx2.js Wed Sep 8 09:47:31 2010 > > @@ -1449,7 +1449,7 @@ > > ext_conf.new_action('newcat', ct + > > ASTGUI.contexts.TrunkDefaultSuffix, '', ''); > > ext_conf.new_action('append', ct, 'include', ct + > > ASTGUI.contexts.TrunkDefaultSuffix); > > /* not going to work for analog vv */ > > - ext_conf.new_action('update', 'globals', name, tech + '/' + ((type > > === 'analog')? group : name)); > > + ext_conf.new_action('update', 'globals', name, tech + '/' + ((type > > === 'analog') ? 'g' + group : name)); > > > > resp = ''; > > resp = ext_conf.callActions(); > > > > > > -- > > _____________________________________________________________________ > > -- Bandwidth and Colocation Provided by http://www.api-digital.com > > -- > > > > asterisk-gui-commits mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-gui-commits > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-gui mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-gui -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-gui mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-gui
