[Asterisk-Users] adding another fxo card

Ric Moseley ricmoe at gmail.com
Tue Aug 16 07:04:34 MST 2005


I have Asterisk working with one FXO card (clone x100P card PCI card).
 I am trying to add 2 more cards so my question is - do I just
increase the channel count on the zaptel.conf and zapata.conf files?

[original]

/etc/zaptel.conf

fxsks=1
loadzone = us
defaultzone=us

/etc/asterisk/zapata.conf

[channels]
language=en
context=from-pstn
signalling=fxs_ks
faxdetect=incoming
usecallerid=yes
echocancel=yes
echocancelwhenbridged=no
;echotraining=yes
echotraining=800
group=0
channel=1

[new]

/etc/zaptel.conf

fxsks=1-3
loadzone = us
defaultzone=us

/etc/asterisk/zapata.conf

[channels]
language=en
context=from-pstn
signalling=fxs_ks
faxdetect=incoming
usecallerid=yes
echocancel=yes
echocancelwhenbridged=no
;echotraining=yes
echotraining=800
group=0
channel=1-3


OR do I create multiple instances of the channels in the zapata.conf
file?  And do I put them in the same group of different groups?

/etc/asterisk/zapata.conf

[channels]
language=en

context=from-pstn
signalling=fxs_ks
faxdetect=incoming
usecallerid=yes
echocancel=yes
echocancelwhenbridged=no
;echotraining=yes
echotraining=800
group=0
channel=1-3

context=from-pstn
signalling=fxs_ks
faxdetect=incoming
usecallerid=yes
echocancel=yes
echocancelwhenbridged=no
;echotraining=yes
echotraining=800
group=0
channel=2

context=from-pstn
signalling=fxs_ks
faxdetect=incoming
usecallerid=yes
echocancel=yes
echocancelwhenbridged=no
;echotraining=yes
echotraining=800
group=0
channel=3

Thanks.

Ric.



More information about the asterisk-users mailing list