Hi, I am trying to figure out how to setup asterisk with a TDM400 (TDM04B), so that the first 3 lines incoming will be answered and the 4th line is just for outgoing calls but doesn't answer on incoming calls. Anyone know how to set that up? My zaptel.conf : ########################################### # Span 1: WCTDM/0 "Wildcard TDM400P REV I Board 1" fxsks=1-4 # Global data loadzone = us defaultzone = us My zapata.conf ########################################### ; 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 callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=no echotraining=800 rxgain=0.0 txgain=0.0 group=0 callgroup=1 pickupgroup=1 immediate=no ;faxdetect=both faxdetect=incoming ;faxdetect=outgoing ;faxdetect=no Thanks for any advice S. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051101/8f9342ea/attachment.htm
> > I am trying to figure out how to setup asterisk with a TDM400 (TDM04B), so that the first 3 lines incomingwill be answered and the 4th line is just for outgoing> calls but doesnt answer on incoming calls. >The easiest way to do that is to give the channel a weird context name. For example, if module #4 / channel #4 is the one that you don't want answered, then use a definition something like this in zapata.conf: context=NoAnswer signalling=fxs_ks <other defintions as needed> channel => 4 Just make sure there is not a context in extensions.conf for "NoAnswer".