summaryrefslogtreecommitdiff
path: root/xpp/perl_modules/Dahdi/Config/Params.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/Params.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/Params.pm')
-rw-r--r--xpp/perl_modules/Dahdi/Config/Params.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/perl_modules/Dahdi/Config/Params.pm b/xpp/perl_modules/Dahdi/Config/Params.pm
index 2ff2a0e..816b5c1 100644
--- a/xpp/perl_modules/Dahdi/Config/Params.pm
+++ b/xpp/perl_modules/Dahdi/Config/Params.pm
@@ -106,7 +106,7 @@ sub item($$) {
brint_overlap => 'no',
bri_sig_style => 'bri_ptmp',
echo_can => 'mg2',
- bri_hardhdlc => 'no',
+ bri_hardhdlc => 'auto',
pri_connection_type => 'PRI',
r2_idle_bits => '1101',
'pri_termtype' => [ 'SPAN/* TE' ],