[asterisk-commits] mattf: branch mattf/bug13495 r160832 - /team/mattf/bug13495/configs/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Dec 3 16:36:53 CST 2008
Author: mattf
Date: Wed Dec 3 16:36:53 2008
New Revision: 160832
URL: http://svn.digium.com/view/asterisk?view=rev&rev=160832
Log:
Rearrange default locations of linkset declaration since it must be set before many of the configuration options are able to be applied
Modified:
team/mattf/bug13495/configs/chan_dahdi.conf.sample
Modified: team/mattf/bug13495/configs/chan_dahdi.conf.sample
URL: http://svn.digium.com/view/asterisk/team/mattf/bug13495/configs/chan_dahdi.conf.sample?view=diff&rev=160832&r1=160831&r2=160832
==============================================================================
--- team/mattf/bug13495/configs/chan_dahdi.conf.sample (original)
+++ team/mattf/bug13495/configs/chan_dahdi.conf.sample Wed Dec 3 16:36:53 2008
@@ -889,7 +889,10 @@
; Variant of SS7 signalling:
; Options are itu and ansi
;ss7type = itu
-
+;
+; All settings apply to linkset 1
+;linkset = 1
+;
; SS7 Called Nature of Address Indicator
;
; unknown: Unknown
@@ -991,9 +994,6 @@
;
;
;
-; All settings apply to linkset 1
-;linkset = 1
-
; Point code of the linkset. For ITU, this is the decimal number
; format of the point code. For ANSI, this can either be in decimal
; number format or in the xxx-xxx-xxx format
More information about the asterisk-commits
mailing list