ftocc

Rhino RCB4FXO **Need help removing a line**

rmtelecom
Posts: 34
Member Since:
2007-11-04

Hello All... I have a rhino r4fxo tdm card. The problem being is that I only have 3 pots lines. What is the best way to remove the 4th channel so that the system only sees 3 zap channels available.

Regards,
Ryan



csgcomm
Posts: 140
Member Since:
2007-01-09
As I recall it should be in

As I recall it should be in etc/asterisk/zapata.conf (your might be different) but look for something like this:

language=en
context=from-zaptel
signalling=fxs_ks
channel => 1-4

change channel => 1-4
to
channel => 1-3

Hope this helps.

Chris

--

Chris

FtOCC Tech
Top Tier Datacom
Sacramento, California
info@toptierdatacom.com



rmtelecom
Posts: 34
Member Since:
2007-11-04
Settings

Thanks Chris.. my zapata.conf file looks as such

; Zapata telephony interface
;
; Configuration file

[trunkgroups]

[channels]

language=en
context=from-pstn
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=yes
echocancelwhenbridged=no
;echotraining=800
rxgain=0.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

however my zapata-auto.conf file looks to have the auto config

; 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 RCB4FXO/1 "Rhino RCB4FXO/1"
;;; line="1 FXO/1/0 FXSKS"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-zaptel
channel => 1
context=default

;;; line="2 FXO/1/1 FXSKS"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-zaptel
channel => 2
context=default

;;; line="3 FXO/1/2 FXSKS"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-zaptel
channel => 3
context=default

;;; line="4 FXO/1/3 FXSKS"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-zaptel
channel => 4
context=default

now if i just add the one line in zapata.conf
channel => 1-3

will that be all that is needed to resolve this problem.

Thanks,
Ryan



csgcomm
Posts: 140
Member Since:
2007-01-09
Try removing: ;;; line="4

Try removing:

;;; line="4 FXO/1/3 FXSKS"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-zaptel
channel => 4
context=default

That should do it.

--

Chris

FtOCC Tech
Top Tier Datacom
Sacramento, California
info@toptierdatacom.com



rmtelecom
Posts: 34
Member Since:
2007-11-04
All good, thanks

All good, thanks



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.