AXE4DL User Manual with DAHDI
www.atcom.cn
12
After running dahdi_genconf successfully, the dahdi-channels.conf file will get the following
configuration.
[root@localhost ~]# cat /etc/asterisk/dahdi-channels.conf
; Autogenerated by /usr/sbin/dahdi_genconf on Mon Aug 5 15:02:51 2013
; If you edit this file and execute /usr/sbin/dahdi_genconf again,
; your manual changes will be LOST.
; Dahdi Channels Configurations (chan_dahdi.conf)
;
; This is not intended to be a complete chan_dahdi.conf. Rather, it is intended
; to be #include-d by /etc/chan_dahdi.conf that will include the global settings
;
; Span 1: TE4/0/1 "T4XXP (PCI) Card 0 Span 1" (MASTER)
group=0,11
context=from-pstn
switchtype = euroisdn
signalling = pri_cpe
channel => 1-15,17-31
context = default
group = 63
... ...
... ...
; Span 4: TE4/0/4 "T4XXP (PCI) Card 0 Span 4"
group=0,14
context=from-pstn
switchtype = euroisdn
signalling = pri_cpe
channel => 94-108,110-124
context = default
group = 63
2. Please add the line: “#include dahdi-channels.conf” into the end of the“chan_dahdi.conf” file.
And users can run the following command to add it to the file.
[root@localhost ~]# echo #include dahdi-channels.conf >> /etc/asterisk/chan_dahdi.conf
3. Please run asterisk with the following command:
[root@localhost ~]# asterisk
[root@localhost ~]# asterisk -vvgr
[root@localhost ~]# reload
4. Please run the “dahdi show channels” command in the CLI. Users will get 124 channels.