Displaying 2 results from an estimated 2 matches for "context_lin".
Did you mean:
  context_fin
  
2009 Nov 19
1
Dahdi_genconf replies Empty configuration -- no spans
Hello,
On a very new system, I've got :
# cat /etc/dahdi/genconf_parameters  | grep -v "^#"
lc_country              fr
context_lines           remote
group_lines             1
bri_sig_style           bri_ptmp
echo_can                oslec
pri_termtype
        SPAN/1          TE
        SPAN/2          TE
        SPAN/3          TE
        SPAN/4          TE
# dahdi_genconf
Empty configuration -- no spans
Empty configuration...
2011 Jun 14
1
dahdi_genconf and BRI NT spans in system.conf
Hi,
My genconf_parameter is :
# grep -v "^#" genconf_parameters
lc_country        fr
context_lines        remote
group_lines        1
bri_sig_style        bri
echo_can        oslec
pri_termtype
    SPAN/*        NT
(I also tried various identations and syntax for pri_termtype line such as
bri_termtype but I still get the same output file).
But still, generated system.conf contains only TE spa...