Hello,<br><br>1. How can specify in /etc/dahdi/genconf_parameters file that a port from a B410P board is to be "disabled".<br>Playing with comments (see bellow) doesn't help : file /etc/asterisk/dahdi-channels.conf is filled with 4 ports data.<br>
<br>pri_termtype<br> SPAN/1 TE<br> SPAN/2 TE<br> SPAN/3 TE<br># SPAN/4 TE<br><br>2. How can specify groups in /etc/dahdi/genconf_parameters ?<br>I would like to group SPAN/1 and SPAN/2 into group 1 and SPAN/3 into group 2.<br>
I was unsuccessful with :<br><br>group_lines 1<br>pri_termtype<br>
SPAN/1 TE<br>
SPAN/2 TE<br>group_lines 2<br>
pri_termtype<br>
SPAN/3 TE<br><br>3. After a dahdi_genconf commande, generated /etc/asterisk/dahdi-channels.conf is like this :<br>; Span 1: B4/0/1 "B4XXP (PCI) Card 0 Span 1" (MASTER) AMI/CCS<br>group=5,11<br>
context=remote<br>switchtype = euroisdn<br>signalling = bri_cpe_ptmp<br>channel => 1-2<br>context = default<br>group = 63<br><br>I can see 2 "group=" and "context=" lines. What is the difference between them ?<br>
Shall I care to have them both ?<br><br>Regards<br><br>