|
**You
must have Asterisk and zaptel installed before you begin configuration**
fxsks=1 # X100P signalling=fxs_ks ; X100P C) Add this line to the end of the [default] context in your extensions.conf file exten => _XXXXXX,1,Dial,Zap/1/${EXTEN} ; Press any 7 digit number and try to dial that number through Zap channel 1 exten => s,1,Wait(1) You will have to configure your extensions.conf file to fit your specific needs either for answering or dialing. Check out the wiki-pages for more information. Do a modprobe wcfxo from console, this loads the driver
for the x100p card. Followed by asterisk -vvvgc, which starts asterisk
with verbosity(vvv), console(c) and core dumping(g) if asterisk seg faults.
Configure
TDM10B, TDM20B, TDM30B & TDM40B FXS Card fxoks=1-X # Change X to the number of FXS modules you have
on the card, if only one, remove the '-X' B) Add this to the bottom of /etc/asterisk/zapata.conf signalling=fxo_ks C) Add these lines to the [default] context of your extensions.conf file exten => 1000,1,Dial,Zap/1|20 ; Exten 1000 dials Zap
channel 1 with a ring time option of 20 secs, which is the analog telephone
plugged into the first port of the TDM400P. If you have more than one module on the card copy the dialplan for exten 1000 and just change the 1000 to x000 so you can differentiate which channel you are using. But remember to change the Zap/X channel in the Dial command, as well as the voicemailbox number. exten => 2000,1,Dial,Zap/2|20 ; Dial Zap channel 2 and
if busy asterisk will jump to a priority that is 101+n, which in this
case is priority 102 D) Add this to /etc/asterisk/voicemail.conf 1000 => Your4-DigitPIN,Your Name,Your@emailaddress.com Go on configuring extensions for however many channels you have available. Check out the wiki-pages for more information. You will also need to set up voicemail boxes, using the voicemail.conf, check out the wiki-pages for help. Do a modprobe wctdm,(if you have latest cvs otherwise its modprobe wcfxs) which will load the driver for the TDM Card. Next type in console asterisk -vvvgc to start asterisk with verbosity(vvv), console(c), and core dumping(g) if asterisk seg faults. Configure TDM01B, TDM02B,
TDM03B & TDM04B FXO Card fxsks=1-X # Change X to the number of FXO modules you have
on the card, if only one, remove the '-X' B) Add this to the bottom of /etc/asterisk/zapata.conf. We will set up 1 line to be exclusively for incoming calls and the rest for outgoing calls signalling=fxs_ks C) Add these lines to the [default] context of your extensions.conf file exten => _NXXXXXX,1,Dial(Zap/g1/${EXTEN}|20,t) ; Any 7-digit extension that doesnt start with one dials out using the first available channel in group 1 exten => s,1,Wait(1) D) Add this to /etc/asterisk/voicemail.conf 8500 => Your4-DigitPIN,Your Name,Your@emailaddress.com Check out the wiki-pages for more information. Do a modprobe wctdm,(if you have latest cvs otherwise its modprobe wcfxs) which will load the driver for the TDM Card. Next type in console asterisk -vvvgc to start asterisk with verbosity(vvv), console(c), and core dumping(g) if asterisk seg faults. Configure TDM 1-Port FXS &
1-2 Port FXO Card fxoks=1 # Make sure that the FXS(green) module is closest
to the bracket if you are looking at the side of the card with all of
the electronic components. B) Add this to the bottom of /etc/asterisk/zapata.conf. signalling=fxo_ks signalling=fxs_ks C) Add these lines to the [default] context of your extensions.conf file exten => 1000,1,Dial,Zap/1|20 ; Exten 1000 dials Zap
channel 1 with a ring time option of 20 secs, which is the analog telephone
plugged into the first port of the TDM400P. exten => _NXXXXXX,1,Dial(Zap/g2/${EXTEN}|20,t) ; Any 7-digit extension that doesnt start with one dials out using the first available channel in group 2 D) Add these lines to the end of your extensions.conf file [incoming] E) Add this to /etc/asterisk/voicemail.conf 1000 => Your4-DigitPIN,Your Name,Your@emailaddress.com Check out the wiki-pages for more information. Do a modprobe wctdm, (if you have latest cvs otherwise its modprobe wcfxs) which will load the driver for the TDM Card. Next type in console asterisk -vvvgc to start asterisk with verbosity(vvv), console(c), and core dumping(g) if asterisk seg faults. Configure TDM 2-Port FXS &
1-2 Port FXO Card fxoks=1-2 # Make sure that the FXS(green) modules are closest
to the bracket if you are looking at the side of the card with all of
the electronic components. B) Add this to the bottom of /etc/asterisk/zapata.conf. We will set up the 2 FXS modules to talk to analog phones and the FXO module(s) to recieve calls signalling=fxo_ks signalling=fxs_ks C) Add these lines to the [default] context of your extensions.conf file exten => 1000,1,Dial,Zap/1|20 ; Exten 1000 dials Zap
channel 1 with a ring time option of 20 secs, which is the analog telephone
plugged into the first port of the TDM400P. exten => 2000,1,Dial,Zap/2|20 exten => _NXXXXXX,1,Dial(Zap/g2/${EXTEN}|20,t) ; Any 7-digit extension that doesnt start with one dials out using the first available channel in group 2 D) Add these lines to the end of your extensions.conf file [incoming] E) Add this to /etc/asterisk/voicemail.conf 1000 => Your4-DigitPIN,Your Name,Your@emailaddress.com Check out the wiki-pages for more information. Do a modprobe wctdm, (if you have latest cvs otherwise its
modprobe wcfxs) which will load the driver for the TDM Card. Next type
in console asterisk -vvvgc to start asterisk with verbosity(vvv), console(c),
and core dumping(g) if asterisk seg faults. Configure
TDM 3-Port FXS & 1-Port FXO Card fxoks=1-3 # Make sure that the FXS(green) modules are closest
to the bracket if you are looking at the side of the card with all of
the electronic components.
signalling=fxo_ks signalling=fxs_ks C) Add these lines to the [default] context of your extensions.conf file exten => 1000,1,Dial,Zap/1|20 ; Exten 1000 dials Zap
channel 1 with a ring time option of 20 secs, which is the analog telephone
plugged into the first port of the TDM400P. exten => 2000,1,Dial,Zap/2|20 exten => 3000,1,Dial,Zap/3|20 exten => _NXXXXXX,1,Dial(Zap/4/${EXTEN}|20,t) D) Add these lines to the end of your extensions.conf file [incoming] E) Add this to /etc/asterisk/voicemail.conf 1000 => Your4-DigitPIN,Your Name,Your@emailaddress.com Check out the wiki-pages for more information. Do a modprobe wctdm, (if you have latest cvs otherwise its modprobe wcfxs) which will load the driver for the TDM Card. Next type in console asterisk -vvvgc to start asterisk with verbosity(vvv), console(c), and core dumping(g) if asterisk seg faults. Configure Dev-Kit PCI (TDM11B)
fxoks=1 # Make sure that the FXS(green) module is closest
to the bracket if you are looking at the side of the card with all of
the electronic components. B) Add this to the bottom of /etc/asterisk/zapata.conf. echocancel=yes ; You can set this to 32, 64, or 128, tweak
to your needs. signalling=fxs_ks C) Add these lines to the [default] context of your extensions.conf file exten => 1000,1,Dial,Zap/1|20 ; Exten 1000 dials Zap
channel 1 with a ring time option of 20 secs, which is the analog telephone
plugged into the first port of the TDM400P. exten => _NXXXXXX,1,Dial(Zap/g2/${EXTEN}|20,t) ; Any 7-digit extension that doesnt start with 1 D) Add these lines to the end of your extensions.conf file [incoming] E ) Add this to /etc/asterisk/voicemail.conf 1000 => Your4-DigitPIN,Your Name,Your@emailaddress.com Check out the wiki-pages for more information. Do a modprobe wctdm, (if you have latest cvs otherwise its modprobe wcfxs) which will load the driver for the TDM Card. Next type in console asterisk -vvvgc to start asterisk with verbosity(vvv), console(c), and core dumping(g) if asterisk seg faults. Configure Dev-Kit TDM (TDM40B
& X100P) fxsks=1 # X100P
echocancel=yes ; You can set this to 32, 64, or 128, tweak
to your needs. signalling=fxo_ks C) Add these lines to the [default] context of your extensions.conf file exten => 1000,1,Dial,Zap/1|20 ; Exten 1000 dials Zap
channel 1 with a ring time option of 20 secs, which is the analog telephone
plugged into the first port of the TDM400P. exten => 2000,1,Dial,Zap/2|20 exten => 3000,1,Dial,Zap/3|20 exten => 4000,1,Dial,Zap/4|20 exten => 5000,1,Dial,Zap/5|20 exten => _9NXXXXXX,1,Dial(Zap/g1/${EXTEN:1}|20,t) ; Dialing 9 lets you dialout D) Add these lines to the end of your extensions.conf file [incoming] Check out the wiki-pages for more information. Do a modprobe wcfxo and then modprobe wctdm, (if you have latest cvs otherwise its modprobe wcfxs) which will load the drivers for the X100P and the TDM Card. Next type in console asterisk -vvvgc to start asterisk with verbosity(vvv), console(c), and core dumping(g) if asterisk seg faults. Configure T100P, E100P or
TE110P For PRI span=1,1,0,esf,b8zs defaultzone=us signalling=pri_cpe ; pri_cpe = PRI slave ; pri_net = PRI
master C) Add this line to the end of the [default] context in your extensions.conf file exten => _XXXXXX,1,Dial,Zap/g1/${EXTEN} ; Press any 7 digit number and try to dial that number through Zap channel 1 exten => s,1,Wait(1) You will have to configure your extensions.conf file to fit your specific needs either for answering or dialing. Check out the wiki-pages for more information. Do a modprobe wct1xxp for the T100P or E100P or modprobe wcte11xp for the TE110P, from console, this loads the driver for the Wildcard. Next do a ztcfg -vv to setup the zaptel channels for the card. Followed by asterisk -vvvgc, which starts asterisk with verbosity(vvv), console(c) and core dumping(g) if asterisk seg faults. Configure T100P, E100P or
TE110P For FXS/FXO Channel Banks
span=1,1,0,esf,b8zs signalling=fxo_ks ; FXS for ringing phones signalling=fxs_ks ; FXO for connecting to the Telco C) Add this line to the end of the [default] context in your extensions.conf file exten => _XXXXXX,1,Dial,Zap/g2/${EXTEN} ; Press any 7 digit number and try to dial that number through Zap channel 1 D) Add these lines to the end of your extensions.conf file [incoming] You will have to configure your extensions.conf file to fit your specific needs either for answering or dialing. Check out the wiki-pages for more information. Do a modprobe wct1xxp for the T100P or E100P or modprobe wcte11xp for the TE110P, from console, this loads the driver for the Wildcard. Next do a ztcfg -vv to setup the zaptel channels for the card. Followed by asterisk -vvvgc, which starts asterisk with verbosity(vvv), console(c) and core dumping(g) if asterisk seg faults. |