[svn-commits] tzafrir: tools/trunk r6272 - /tools/trunk/xpp/perl_modules/Dahdi/Config/Gen.pm

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Mar 29 13:53:06 CDT 2009


Author: tzafrir
Date: Sun Mar 29 13:53:02 2009
New Revision: 6272

URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6272
Log:
dahdi_genconf: Set the context same as groups.

Modified:
    tools/trunk/xpp/perl_modules/Dahdi/Config/Gen.pm

Modified: tools/trunk/xpp/perl_modules/Dahdi/Config/Gen.pm
URL: http://svn.digium.com/svn-view/dahdi/tools/trunk/xpp/perl_modules/Dahdi/Config/Gen.pm?view=diff&rev=6272&r1=6271&r2=6272
==============================================================================
--- tools/trunk/xpp/perl_modules/Dahdi/Config/Gen.pm (original)
+++ tools/trunk/xpp/perl_modules/Dahdi/Config/Gen.pm Sun Mar 29 13:53:02 2009
@@ -96,13 +96,13 @@
 		IN	=> $p->item('context_input'),
 		OUT	=> $p->item('context_output'),
 		BRI_TE	=> $p->item('context_lines'),
-		BRI_NT	=> $p->item('context_phones'),
+		BRI_NT	=> $p->item('context_lines'),
 		E1_TE	=> $p->item('context_lines'),
 		T1_TE	=> $p->item('context_lines'),
 		J1_TE	=> $p->item('context_lines'),
-		E1_NT	=> $p->item('context_phones'),
-		T1_NT	=> $p->item('context_phones'),
-		J1_NT	=> $p->item('context_phones'),
+		E1_NT	=> $p->item('context_lines'),
+		T1_NT	=> $p->item('context_lines'),
+		J1_NT	=> $p->item('context_lines'),
 		);
 	my %default_group = (
 		FXO	=> $p->item('group_lines'),




More information about the svn-commits mailing list