FreePBX Distro dahdi channels not configured

Hello,

I have a FreePBX Distro newly installed, and connected to a Xorcom Astribank to handle traffic from 7 FXO channels. I worked with Xorcom Support to recognize the dahdi channels into the system, but Asterisk does not show the channels when I use the “dahdi show channels” command within asterisk. Some online help I found says this issue usually means there are no channels configured in the chan_dahdi.conf file.

Any help with this issue is greatly appreciated.

I’ve configured the analog hardware using the FreePBX GUI Dahdi Configuration module, under analog hardware. Here is a screen shot:

The file chan_dahdi_groups.conf appears to have the group configuration I configured using the Dahdi Configuration Module. Here is the relevant part of the file:

;--------------------------------------------------------------------------------;
; Do NOT edit this file as it is auto-generated by FreePBX. ;
;--------------------------------------------------------------------------------;
; For information on adding additional paramaters to this file, please visit the ;
; FreePBX.org wiki page, or ask on IRC. This file was created by the new FreePBX ;
; BMO - Big Module Object. Any similarity in naming with BMO from Adventure Time ;
; is totally deliberate. ;
;--------------------------------------------------------------------------------;

signalling=fxs_ks
context=from-analog
group=1
channel=>15

signalling=fxs_ks
context=from-analog
group=2
channel=>16

signalling=fxs_ks
context=from-analog
group=3
channel=>17

signalling=fxs_ks
context=from-analog
group=4
channel=>18

signalling=fxs_ks
context=from-analog
group=5
channel=>19

signalling=fxs_ks
context=from-analog
group=5
channel=>20

signalling=fxs_ks
context=from-analog
group=5
channel=>21

I use the context from-analog because I have each analog line mapped to a DID.

The output of my lsdahdi:

### Span 1: XBUS-00/XPD-00 “Xorcom XPD [usb:X1080142].1: FXS” (MASTER)
1 FXS
2 FXS
3 FXS
4 FXS
5 FXS
6 FXS
7 FXS
8 FXS
9 Output
10 Output
11 Input
12 Input
13 Input
14 Input
### Span 2: XBUS-00/XPD-10 “Xorcom XPD [usb:X1080142].2: FXO”
15 FXO (battery)
16 FXO (battery)
17 FXO (battery)
18 FXO (battery)
19 FXO (battery)
20 FXO (battery)
21 FXO (battery)
22 FXO RED
### Span 3: XBUS-00/XPD-20 “Xorcom XPD [usb:X1080142].3: FXO”
23 FXO RED
24 FXO RED
25 FXO RED
26 FXO RED
27 FXO RED
28 FXO RED
29 FXO RED
30 FXO RED

The output of asterisk -rx “dahdi show channels”

Chan Extension Context Language MOH Interpret Blocked In Service Description
pseudo default default Yes

What am I missing to get asterisk to configure the dahdi channels?

Thank you

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.