TDM400s

Help!
I have two TDM400s installed (working great) but I need to set rx and txgain for each of the 6 fxo channels. I dont know how. When I set them in the zapata.conf file I see in ztmonitor all the channels have been set to the first or last settings in the conf file???

Is there an example that I can look at to show the correct way to enter them for each channel???

thanks

Asterisk is great!!!

each time something is defined it carries until defined again. so if you want channel 1-3 set to +5 rxgain and 4-6 set to +10 you could do

(other configuration params)
rxgain=+5.0
channel=1-3

(other params are not defined but will carry over)
rxgain=+10.0
channel=4-6