Hello,
We were previously running Asterisk 1.4 on linux. We built new server, installed Fedora 14 with asterisk 1.8.2.3, Dahdi complete 2.4.0 and libpri 1.4.11.5, all went pretty smooth. At this point I can’t seem to configure the Channels as I’m not really sure of the procedure. I went through the following commands:
dahdi_genconf , dahdi_cfg -v , /etc/init.d/dahdi restart ,
added the following:
Point file chan_dahdi.conf to /etc/asterisk/dahdi-channels.conf
open chan_dahdi.conf and include it under the section [channels]
NOTE: You can edit and configure /etc/asterisk/dahdi-channels.conf at any time
to set up your specific options there.
…
[channels]
include /etc/asterisk/dahdi-channels.conf
Our system is this
System
uname -a
Linux asterisk 2.6.35.10-74.fc14.i686.PAE #1 SMP Thu Dec 23 16:10:47 UTC 2010 i686 i686 i386 GNU/Linux
dahdi_hardware
pci:0000:00:05.0 wcte11xp+ e159:0001 Digium Wildcard TE110P T1/E1 Board
dahdi_scan
[1]
active=yes
alarms=OK
description=Digium Wildcard TE110P T1/E1 Card 0
name=WCT1/0
manufacturer=Digium
devicetype=Digium Wildcard TE110P T1/E1
location=PCI Bus 00 Slot 06
basechan=1
totchans=24
irq=24
type=digital-T1
syncsrc=0
lbo=0 db (CSU)/0-133 feet (DSX-1)
coding_opts=B8ZS,AMI
framing_opts=ESF,D4
coding=B8ZS
framing=ESF
dahdi show status
Description Alarms IRQ bpviol CRC4 Fra Codi Options LBO
Digium Wildcard TE110P T1/E1 Card 0 OK 36 0 0 ESF B8ZS 0 db (CSU)/0-133 feet (DSX-1)
dahdi show channels
Chan Extension Context Language MOH Interpret Blocked State
pseudo default default In Service
relevant dmesg info
[ 27.176836] dahdi: Telephony Interface Registered on major 196
[ 27.176852] dahdi: Version: 2.4.0
[ 27.235394] wcte11xp 0000:00:05.0: PCI INT A -> GSI 24 (level, low) -> IRQ 24
[ 27.236755] FALC version: 00000000
[ 27.236855] TE110P: Setting up global serial parameters for T1 FALC V1.2
[ 27.236919] TE110P: Successfully initialized serial bus for card
[ 27.246675] Found a Wildcard: Digium Wildcard TE110P T1/E1
[ 27.984364] dahdi_echocan_mg2: Registered echo canceler ‘MG2’
[ 27.985666] dahdi: Registered tone zone 0 (United States / North America)
[ 27.985715] TE110P: Span configured for ESF/B8ZS
[ 27.985727] Calling startup (flags is 4099)
[ 27.990153] wcte1xxp: Setting yellow alarm
[ 33.110818] wcte1xxp: Clearing yellow alarm
[ 36.290022] eth0: no IPv6 routers present
[ 1140.020927] TE110P: Span configured for ESF/B8ZS
[ 1140.020943] Calling startup (flags is 4099)
[ 1154.932725] Freed a Wildcard
[ 1154.959559] dahdi: Telephony Interface Unloaded
[ 1155.017025] dahdi: Telephony Interface Registered on major 196
[ 1155.017034] dahdi: Version: 2.4.0
[ 1155.058623] FALC version: 00000000
[ 1155.058729] TE110P: Setting up global serial parameters for T1 FALC V1.2
[ 1155.058799] TE110P: Successfully initialized serial bus for card
[ 1155.073581] Found a Wildcard: Digium Wildcard TE110P T1/E1
[ 1155.367414] dahdi_echocan_mg2: Registered echo canceler ‘MG2’
[ 1155.368779] dahdi: Registered tone zone 0 (United States / North America)
[ 1155.368831] TE110P: Span configured for ESF/B8ZS
[ 1155.368843] Calling startup (flags is 4099)
[ 1155.373407] wcte1xxp: Setting yellow alarm
[ 1160.492952] wcte1xxp: Clearing yellow alarm
more system.conf
Autogenerated by /usr/sbin/dahdi_genconf on Tue Feb 22 17:18:46 2011
If you edit this file and execute /usr/sbin/dahdi_genconf again,
your manual changes will be LOST.
Dahdi Configuration File
This file is parsed by the Dahdi Configurator, dahdi_cfg
Span 1: WCT1/0 “Digium Wildcard TE110P T1/E1 Card 0” (MASTER) B8ZS/ESF
span=1,1,0,esf,b8zs
termtype: te
bchan=1-23
dchan=24
echocanceller=mg2,1-23
Global data
loadzone = us
defaultzone = us
more dahdi-channels.conf
; Autogenerated by /usr/sbin/dahdi_genconf on Tue Feb 22 17:18:46 2011
; 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: WCT1/0 “Digium Wildcard TE110P T1/E1 Card 0” (MASTER) B8ZS/ESF
group=0,11
context=from-pstn
switchtype = 5ess
signalling = pri_cpe
channel => 1-23
context = default
group = 63
I’ve also tried using our previous 1.4 conf files but they seem to produce many errors. What is the procedure to configure the channels on the card? Do i need to create more conf files? Any/all help would be greatly appreciated