[Asterisk-Users] Adding another X100P after X100P and TDM400P is already configured

Brian West brian at bkw.org
Thu Feb 5 22:01:35 MST 2004


if you load wcfxo first then wcfxs its like this:

fxsks=1-2
fxols=3-4

reverse if you load wcfxs first.

bkw

On Thu, 5 Feb 2004, Steven E. Frazier wrote:

> 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
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list