From 3b56e264fa95afedbba57a130eb0401cd167f23a Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 1 Mar 2009 14:22:38 +0000 Subject: Dahdi.pm: the sample code should actually work. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6055 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/perl_modules/Dahdi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpp') diff --git a/xpp/perl_modules/Dahdi.pm b/xpp/perl_modules/Dahdi.pm index a191556..93ce25b 100644 --- a/xpp/perl_modules/Dahdi.pm +++ b/xpp/perl_modules/Dahdi.pm @@ -22,7 +22,7 @@ hardware and loaded Dahdi devices. # 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"; -- cgit v1.2.3