ZAP Channel TX/RX Settings

Hi ,

Is it possible to have different tx/rx settings for different fxo modules on a TDM400P card installed. Would it be something like :

group=0
channel => 4
rxgain=9.0
txgain=6.0

group=0
channel => 3
rxgain=6.0
txgain=3.0

Placed in /etc/zaptel.conf ?

Thanks ,

Luke

your channel => xxx line inherits the settings above it … so maybe you want [code]group=0
rxgain=9.0
txgain=6.0
channel => 4

group=0
rxgain=6.0
txgain=3.0
channel => 3
[/quote]

in theory, this should set different gain settings for the channels specified. i’ve never tried it, but i would hope it worked as expected. in fact, i have a install that uses a mixture of analogue and PRI cards and have the gains specified like above, but i’ve never proved that it does applu the different settings.

Thanks ,
I have applied it but it doesn’t seem to work :frowning:
I think it may be a faulty line or module.

;
; 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
hanguponpolarityswitch=yes
busydetect=no
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=800
rxgain=9.0
txgain=6.0
group=0
callgroup=1
pickupgroup=1
immediate=yes

;faxdetect=both
faxdetect=incoming
;faxdetect=outgoing
;faxdetect=no

;Include genzaptelconf configs
#include zapata-auto.conf

group=0

;Include AMP configs
#include zapata_additional.conf
channel => 4
group=0
rxgain=6.0
txgain=3.0
channel => 3