From eb06c1715a94dc137f37e602d231e4a9b87883d7 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 27 Sep 2009 15:01:20 +0000 Subject: dahdi_perl: improved config generation for T1 CAS A few extra options for a CAS span signalling. xpp rev: 7343, 7346, 7369 git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@7224 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/perl_modules/Dahdi/Config/Params.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xpp/perl_modules/Dahdi/Config/Params.pm') diff --git a/xpp/perl_modules/Dahdi/Config/Params.pm b/xpp/perl_modules/Dahdi/Config/Params.pm index dd886e7..0cc0d88 100644 --- a/xpp/perl_modules/Dahdi/Config/Params.pm +++ b/xpp/perl_modules/Dahdi/Config/Params.pm @@ -101,6 +101,7 @@ sub item($$@) { fxs_immediate => 'no', fxs_default_start => 'ks', fxo_default_start => 'ks', + em_signalling => 'none', lc_country => 'us', context_lines => 'from-pstn', context_phones => 'from-internal', @@ -114,6 +115,7 @@ sub item($$@) { bri_hardhdlc => 'auto', pri_connection_type => 'PRI', r2_idle_bits => '1101', + tdm_framing => 'esf', 'pri_termtype' => [ 'SPAN/* TE' ], ); return $self->{$key} if exists($self->{$key}) or $options{NODEFAULTS}; -- cgit v1.2.3