[Asterisk-Users] Adding another X100P after X100P and TDM400P is already configured
Steven E. Frazier
sfrazier at fraziercorp.com
Thu Feb 5 21:30:17 MST 2004
History:
1. Added X100P to my system
2. Added TDM400P (2 port)
Worked fine so far
3. Now I want to add an additional X100P
Is the following configs files ok and is there any issue with adding the
X100P (channel 4) after my 2 analog FXS channels?
Thanks.
Steve
Here is my /etc/zaptel.conf
fxsks=1,4
fxols=2-3
loadzone = us
defaultzone = us
Here is my /etc/asterisk/zapata.conf
; Zapata telephony interface sample configuration file
;
[channels]
;
; X100P plugged into PSTN
; X100P # 1
context=incoming
signalling=fxs_ks
echocancel=yes
echocancelwhenbridged=yes
relaxdtmf=yes
rxgain=1.5
txgain=1.5
immediate=no
busydetect=no
callprogress=no
musiconhold=default
usecallerid=yes
callerid=asreceived
channel => 1
;
;
;
; TDM200B Port #1 plugged into analog Phone
;
;
context=toll-access
signalling=fxo_ls
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
echocancel=yes
echocancelwhenbridged=yes
relaxdtmf=yes
rxgain=1.5
txgain=1.5
immediate=no
musiconhold=default
usecallerid=yes
callerid="Livingroom" <2201>
mailbox=2201
channel => 2
;
; TDM200B Port #2
;
;
context=toll-access
signalling=fxo_ls
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
echocancel=yes
echocancelwhenbridged=yes
relaxdtmf=yes
rxgain=1.5
txgain=1.5
immediate=no
musiconhold=default
usecallerid=yes
callerid="Kitchen" <2202>
mailbox=2202
channel => 3
; X100P # 2
context=incoming
signalling=fxs_ks
echocancel=yes
echocancelwhenbridged=yes
relaxdtmf=yes
rxgain=1.5
txgain=1.5
immediate=no
busydetect=no
callprogress=no
musiconhold=default
usecallerid=yes
callerid=asreceived
channel => 4
More information about the asterisk-users
mailing list