Asterisk and Dahdi Installation : Sangoma A104

I have installed the Sangoma A104DE PCI Express Telephony Card - 4 Port PRI Card and completed the installation steps of Dahdi & Asterisk(Installing Asterisk From Source - Asterisk Project - Asterisk Project Wiki),

[test@ ~]$ lspci | grep Sangoma
91:04.0 Network controller: Sangoma Technologies Corp. A104d QUAD T1/E1 AFT card

[test@ ~]$ lsmod | grep dahdi
dahdi 237568 0

Dmesg output is as

[ 23.580425] dahdi: loading out-of-tree module taints kernel.
[ 23.580522] dahdi: module verification failed: signature and/or required key missing - tainting kernel
[ 23.581828] dahdi: Version: 3.2.0
[ 23.582133] dahdi: Telephony Interface Registered on major 196
[ 23.643870] WANPIPE™ Hardware Support Module 7.0.34.0 (c) 1994-2016 Sangoma Technologies Inc
[ 23.644095] usbcore: registered new interface driver sdlausb
[ 23.674645] WANPIPE™ Interface Support Module 7.0.34.0 (c) 1994-2016 Sangoma Technologies Inc
[ 23.796173] WANPIPE™ Multi-Protocol WAN Driver Module 7.0.34.0 (c) 1994-2016 Sangoma Technologies Inc
[ 23.796175] wanpipe: Probing for WANPIPE hardware.
[ 23.800209] wanpipe: AFT-A104-SH PCI T1/E1 card found (HDLC (DS) rev.45), cpu(s) 1, line(s) 4, bus #145, slot #4, irq #11
[ 23.800279] wanpipe: Allocating maximum 4 devices: wanpipe1 - wanpipe4.
[ 23.800478] WANPIPE: TDM Codecs Initialized

Query is , Do these outputs ensure that we have completed the installation successfully or are there any extra packages or configuration required? The reason for this query is in the installation step(Validating Your Installation - Asterisk Project - Asterisk Project Wiki, following output denoted successful asterisk & dahdi installation.)

[root@server asterisk-14.X.Y]# lsmod | grep dahdi
dahdi_transcode 7928 1 wctc4xxp
dahdi_voicebus 40464 2 wctdm24xxp,wcte12xp
dahdi 196544 12 wctdm24xxp,wcte11xp,wct1xxp,wcte12xp,wct4xxp
crc_ccitt 2096 1 dahdi

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