keywords: ip pbx voip gateway gsm gateway

×

Notice

The forum is in read only mode.
× Questions about D-110P 1 Span E1/T1/J1 Interface Card

HELP URGENT! Problem with D110P

14 years 8 months ago #3595 by stojko
Please for help!
I am trying to install D110P with PBX in a FLASH. My configuration is:
Asterisk source: 1.4.21.2
Zaptel source: 1.4.12.1
Libpri:1.4.10
CentOS 5.2 32 bit kernel - 2.6.18

I follow your instructions in manual but after I type ztcfg -vvvvvvvv i receive:
Zaptel Version: 1.4.12.1
Echo Canceller: MG2
Configuration
======================


Channel map:


0 channels to configure.

root@pbx:/usr/src/asterisk $

And I dont know what to do next.

Please for help it is urgent! Thanks in advance.
14 years 8 months ago #3596 by stojko
I have succeeded. I have typed genzaptelconf -sdmV insted of ztcfg –vvvvvvvv and everything is fine now. When I type zap show channels I receive all 30 channels.

Could some one can explain to me this difference between genzaptelconf and ztcfg ?

Regards
14 years 8 months ago #3609 by stojko
I have second problem now.I have installed A1200P with D110P. Everything works fine till first reboot, after which I receive ZT_SPANCONFIG failed on span 1: Invalid argument (22) What is it now?
When I type dmesg:
TE110P: Setting up global serial parameters for E1 FALC V1.2
TE110P: Successfully initialized serial bus for card
buffer re-sync occur from -1 to 3
Found a Wildcard: Digium Wildcard TE110P T1/E1

i] Last edited by stojko at 2009-8-1 16:49 [/i
14 years 8 months ago #3615 by Denins.Den
Hi,
The problem is the driver load order, please do like this:

please edit the S09zaptel like this after 177 line in /etc/rc3.d
add: service zaptel stop
spleep 8
# Load drivers
rmmod wcusb 2> /dev/null
rmmod wcfxsusb 2> /dev/null
rmmod audio 2> /dev/null
if [ $system = debian ]; then
echo -n "Loading zaptel framework: "
modprobe zaptel ${ARGS} 2> /dev/null && echo -n "done"
echo "."
elif [ $system = redhat ]; then
service zaptel stop
sleep 8
action "Loading zaptel framework: " modprobe zaptel ${ARGS}
fi
echo -n "Waiting for zap to come online..."
TMOUT=$ZAP_DEV_TIMEOUT # max secs to wait
while [ ! -d /dev/zap ] ; do
sleep 1
TMOUT=`expr $TMOUT - 1`
if [ $TMOUT -eq 0 ] ; then
echo "Error: missing /dev/zap!"
exit 1
fi
done
zaptel-channels.conf like this order( E1 first):


#
# This file is parsed by the Zaptel Configurator, ztcfg
#

# It must be in the module loading order


# Span 1: TE4/0/1 "T4XXP (PCI) Card 0 Span 1" (MASTER)
span=1,1,0,ccs,hdb3,crc4
# termtype: te
bchan=1-15,17-31
dchan=16

#Span 2: OPVXA1200/0 "OpenVox A1200P Board 1"
fxsks=32-43
14 years 8 months ago #3623 by stojko
Thank you!
Time to create page: 0.033 seconds
Powered by Kunena Forum