On Mon, Jul 14, 2014 at 12:42:34PM -0400, Jerry Geis wrote: > Have a new TE133 in a dell R320. > > dahdi_cfg -vvv shows: > DAHDI Tools Version - 2.9.1 > > DAHDI Version: 2.9.1 > Echo Canceller(s): > Configuration > ====================== > > SPAN 1: ESF/B8ZS Build-out: 0 db (CSU)/0-133 feet (DSX-1) > > Channel map: > > Channel 01: Clear channel (Default) (Echo Canceler: mg2) (Slaves: 01) > Channel 02: Clear channel (Default) (Echo Canceler: mg2) (Slaves: 02) > Channel 03: Clear channel (Default) (Echo Canceler: mg2) (Slaves: 03) > Channel 04: Clear channel (Default) (Echo Canceler: mg2) (Slaves: 04) > Channel 05: Clear channel (Default) (Echo Canceler: mg2) (Slaves: 05) > Channel 06: Clear channel (Default) (Echo Canceler: mg2) (Slaves: 06) > Channel 24: D-channel (Default) (Echo Canceler: none) (Slaves: 24) > > 7 channels to configure. > > DAHDI_SPANCONFIG failed on span 1: No such device or address (6) > > > Not sure why??? > > system.conf shows: > cat system.conf > loadzone=us > defaultzone=us > > > span=1,0,0,esf,b8zs > bchan=1-6 > dchan=24 > echocanceller=mg2,1-6 > > > I installed from source. > I am running asterisk 11.10.0 > libpri is 1.4.14 > > dahdi modules are loaded with lsmod | grep dahdi > lsmod | grep dahdi > dahdi_transcode 6729 1 wctc4xxp > dahdi_voicebus 54866 2 wctdm24xxp,wcte12xp > dahdi 224134 11 > dahdi_transcode,wcb4xxp,wctdm,wcfxo,wctdm24xxp,wcte11xp,wct1xxp,wcte12xp,dahdi_voicebus,wct4xxp,oct612x > crc_ccitt 1717 2 wctdm24xxp,dahdi
Looking at the above, it appears you do not have the wcte13xp driver loaded. Check your /etc/dahdi/modules file and add a line to load the wcte13xp driver. Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
