Introduction
I wanted to utilise an X100P SE to integrate my UK land line with my PBX. The purpose of this article is to document the configuration changes made and discuss the detection of caller id using this card.
Page Contents
Hardware
Authentic X100P SE 'Wildcard' purchased Sep 09
Software
dahdi-linux-2.2.0.2
dahdi-tools-2.2.0
asterisk-1.4.26.2
asterisk-addons-1.4.9
freepbx-2.5.2
I have updated the fixes below to include Dahdi 2.6.1+2.6.1 and Asterisk 11.2.1
Configuration
The correct modules were automatically loaded and the appropriate timing source automatically selected via the dahdi init script. The wcfxo module handles the si3034 chipset utilised by the X100P SE, it also handles other similar chipsets and cards.
/etc/dahdi/genconf_parameters
lc_country uk
context_lines from-zaptel
freepbx yes
optionally you may want to uncomment the following line to use the oslec echo canceller
echo_can oslec
Generate config files
dahdi_genconf system chandahdi=verbose
This should create /etc/dahdi/system.conf and /etc/asterisk/dahdi-channels. ...