rbrindley: branch 2.0 r4834 - /branches/2.0/config/js/hardware_dahdi.js
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Jun 4 09:18:44 CDT 2009
Author: rbrindley
Date: Thu Jun 4 09:18:41 2009
New Revision: 4834
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4834
Log:
- fixed an issue where commas were not being written to hardhdlc
Modified:
branches/2.0/config/js/hardware_dahdi.js
Modified: branches/2.0/config/js/hardware_dahdi.js
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/js/hardware_dahdi.js?view=diff&rev=4834&r1=4833&r2=4834
==============================================================================
--- branches/2.0/config/js/hardware_dahdi.js (original)
+++ branches/2.0/config/js/hardware_dahdi.js Thu Jun 4 09:18:41 2009
@@ -999,6 +999,7 @@
bchanstring += tmp2 + ppp;
dchanstring += tmp3 + SPANS[k]['reserved_ch'];
} else {
+ tmp3 = (hardhdlc)? ",":"";
bchanstring += tmp2 + ppp;
hardhdlc += tmp3 + SPANS[k]['reserved_ch'];
}
More information about the asterisk-gui-commits
mailing list