[svn-commits] tzafrir: tools/trunk r6055 - /tools/trunk/xpp/perl_modules/Dahdi.pm
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sun Mar 1 08:22:41 CST 2009
Author: tzafrir
Date: Sun Mar 1 08:22:38 2009
New Revision: 6055
URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6055
Log:
Dahdi.pm: the sample code should actually work.
Modified:
tools/trunk/xpp/perl_modules/Dahdi.pm
Modified: tools/trunk/xpp/perl_modules/Dahdi.pm
URL: http://svn.digium.com/svn-view/dahdi/tools/trunk/xpp/perl_modules/Dahdi.pm?view=diff&rev=6055&r1=6054&r2=6055
==============================================================================
--- tools/trunk/xpp/perl_modules/Dahdi.pm (original)
+++ tools/trunk/xpp/perl_modules/Dahdi.pm Sun Mar 1 08:22:38 2009
@@ -22,7 +22,7 @@
# Listing channels in analog spans:
use Dahdi;
# scans system:
- my @xbuses = Dahdi::spans();
+ my @spans = Dahdi::spans();
for my $span (@spans) {
next if ($span->is_digital);
$span->num. " - [". $span->type ."] ". $span->name. "\n";
More information about the svn-commits
mailing list