summaryrefslogtreecommitdiff
path: root/xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-05-19 16:46:06 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-05-19 16:46:06 +0000
commited38d8829eb28229ae6cb0e881f1374d55302221 (patch)
treed830fb98493f4fae8b839c441ec1d68861471ee2 /xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm
parent096417e3731173f0a70625d413b4d68a449adec1 (diff)
dahdi-perl: make dahdi_genconf default to hardhdlc
dahdi_genconf's 'bri_hardhdlc' parameter changes. Should generally work with no need for manual configuration unless you use a bristuffed driver (zaphfc, qozap). See notes in genconf_parameters. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6647 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm')
-rw-r--r--xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm b/xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm
index 208fcfa..a98f912 100644
--- a/xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm
+++ b/xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm
@@ -2,6 +2,7 @@ package Dahdi::Config::Gen::Xpporder;
use strict;
use Dahdi::Config::Gen qw(is_true);
+use Dahdi::Xpp;
sub new($$$) {
my $pack = shift || die;