[svn-commits] tzafrir: branch tools/tzafrir/sysfs r8695 - /tools/team/tzafrir/sysfs/xpp/per...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed May 26 13:03:24 CDT 2010
Author: tzafrir
Date: Wed May 26 13:03:22 2010
New Revision: 8695
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8695
Log:
minor bugfix from previous commit.
Modified:
tools/team/tzafrir/sysfs/xpp/perl_modules/Dahdi/Config/Gen/System.pm
Modified: tools/team/tzafrir/sysfs/xpp/perl_modules/Dahdi/Config/Gen/System.pm
URL: http://svnview.digium.com/svn/dahdi/tools/team/tzafrir/sysfs/xpp/perl_modules/Dahdi/Config/Gen/System.pm?view=diff&rev=8695&r1=8694&r2=8695
==============================================================================
--- tools/team/tzafrir/sysfs/xpp/perl_modules/Dahdi/Config/Gen/System.pm (original)
+++ tools/team/tzafrir/sysfs/xpp/perl_modules/Dahdi/Config/Gen/System.pm Wed May 26 13:03:22 2010
@@ -187,7 +187,7 @@
printf "# channel %s, no module.\n", $chan->fqn;
return;
}
- my $num = $span->chan_range_string($chan);
+ my $num = $span->range_string_channels($chan);
my $signalling = $gconfig->{'dahdi_signalling'};
my $sig = $signalling->{$type} || die "unknown default dahdi signalling for chan $num type $type";
if ($type eq 'IN') {
More information about the svn-commits
mailing list