I installed a rhino RCB8Fxx/1 card in to a fress installed trixbox 2.6
Configure the card using the following commands:
amportal stop
yum -y install rhino-util
setup-rhino
genzaptelcnf
ztcfg -vvvv
amportal start
I got a error saying genzaptelcnf
-bash: genzaptelcnf: command not found
After that I manually configure the zaptel.conf and uncomment rcbfx in /etc/sysconfig/zaptel. and zapata-auto.conf
Running command cat /proc/zaptel/* i get the following response.
Span 1: ZTDUMMY/1 "ZTDUMMY/1 (source: RTC) 1" (MASTER)
Span 2: Rhino RCB8FXX/1 "Rhino RCB8FXX/1"
1 FXO/1/0 FXSKS (In use)
2 FXO/1/1 FXSKS (In use)
3 FXO/1/2 FXSKS (In use)
4 FXO/1/3 FXSKS (In use)
5 ---/1/4
6 ---/1/5
7 ---/1/6
8 ---/1/7
going into asterisk command line an running "zap show channels" I get a error command not found.
I temporally replace this card with a grand stream 4 port FXO just to be able to keep going but would like to know what I'm doing wrong. Becouse I do not get any incoming c.q. outgoing call when using the Rhino board.
----------Zaptel.conf-----------------
# Span 1: ZTDUMMY/1 "ZTDUMMY/1 (source: RTC) 1" (MASTER)
# Span 2: Rhino RCB8FXX/1 "Rhino RCB8FXX/1"
fxsks=1
fxsks=2
fxsks=3
fxsks=4
# Global data
loadzone = us
defaultzone= us
------------Zapata.conf-----------------
;
; Zapata telephony interface
;
; Configuration file
[trunkgroups]
[channels]
language=en
context=from-zaptel
signalling=fxs_ks
rxwink=300 ; Atlas seems to use long (250ms) winks
;
; Whether or not to do distinctive ring detection on FXO lines
;
;usedistinctiveringdetection=yes
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=no
echocancelwhenbridged=no
;echotraining=800
rxgain=5.0
txgain=0.0
group=0
callgroup=1
pickupgroup=1
immediate=no
;faxdetect=both
faxdetect=incoming
;faxdetect=outgoing
;faxdetect=no
;Include genzaptelconf configs
#include zapata-auto.conf
group=1
;Include AMP configs
#include zapata_additional.conf
-------------------zapata-auto.conf---------------------------------
; Autogenerated by /usr/sbin/genzaptelconf -- do not hand edit
; Zaptel Channels Configurations (zapata.conf)
;
; This is not intended to be a complete zapata.conf. Rather, it is intended
; to be #include-d by /etc/zapata.conf that will include the global settings
;
; Span 1: ZTDUMMY/1 "ZTDUMMY/1 (source: RTC) 1" (MASTER)
; Span 2: Rhino RCB8FXX/1 "Rhino RCB8FXX/1"
;;; line="1 FXO/1/0 FXSKS (In use)"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-zaptel
channel => 1
context=default
;;; line="2 FXO/1/1 FXSKS (In use)"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-zaptel
channel => 2
context=default
;;; line="3 FXO/1/2 FXSKS (In use)"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-zaptel
channel => 3
context=default
;;; line="4 FXO/1/3 FXSKS (In use)"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-zaptel
channel => 4
context=default
Member Since:
2007-01-11