Hello,
I’m trying to set up Asterisk with a Wildcard TDM400 (1 FXO, 3 FXS) on a Slackware 12.1 system. I’ve tinkered endlessly with extensions.conf and zapata.conf, but no matter what ido, I can’t get out of the rut of ztcfg saying 4 channels to configure. I’ve tried examples from all over the net, went through the O’Reilly book examples, but I just can’t make anything of anything I’ve seen. Can anyone help me out with example files?
[code]
; Autogenerated by /usr/sbin/zapconf on Mon Dec 8 21:33:40 2008 – do not hand edit
; Zaptel Channels Configurations (zapata.conf)
;
; This is not intended to be a complete zapata.conf. Rather, it is intended
; to be #include-d by /etc/zapata.conf that will include the global settings
;
; Span 1: WCTDM/0 “Wildcard TDM400P REV I Board 1” (MASTER)
;;; line="1 WCTDM/0/0 FXSKS"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-zaptel
channel => 1
callerid=
group=
context=default
;;; line="2 WCTDM/0/1 FXOLS"
signalling=fxo_ls
callerid=“Channel 2” <4002>
mailbox=4002
group=5
context=from-internal
channel => 2
callerid=
mailbox=
group=
context=default
;;; line="3 WCTDM/0/2 FXOLS"
signalling=fxo_ls
callerid=“Channel 3” <4003>
mailbox=4003
group=5
context=from-internal
channel => 3
callerid=
mailbox=
group=
context=default
;;; line="4 WCTDM/0/3 FXOLS"
signalling=fxo_ls
callerid=“Channel 4” <4004>
mailbox=4004
group=5
context=from-internal
channel => 4
callerid=
mailbox=
group=
context=default
[/code][/code]