- Code: Select all
; /etc/zaptel.conf:
; Digium/Clone T100P EXAMPLE:
; Here is an example of a configuration where an T100P single T1 card is used
; for connecting a single T1 PRI circuit with 23 voice channels
span=1,1,0,esf,b8zs
bchan=1-23
dchan=24
loadzone = us
defaultzone=us
; FOR A RBS WinkStart T1 YOU WOULD USE SOMETHING LIKE THIS:
; span=1,1,0,esf,b8zs
; e&m=1-24
; loadzone = us
; defaultzone=us
;
; FOR AN ANALOG T1 ChannelBank YOU WOULD USE SOMETHING LIKE THIS:
; span=1,1,0,esf,b8zs
; fxoks=1-24
; loadzone = us
; defaultzone=us
;
AND
- Code: Select all
; /etc/zaptel.conf:
; Digium/Clone X100P EXAMPLE:
; Here is an example of a configuration where an X100P single FXO card is used
; for zaptel timing and not used for calling:
;
; NOTE: you can get an X100P on ebay for $10-30 that will work with Asterisk
loadzone=us
defaultzone=us
fxsks=1
And they must be:
- Code: Select all
# /etc/zaptel.conf:
# Digium/Clone T100P EXAMPLE:
# Here is an example of a configuration where an T100P single T1 card is used
# for connecting a single T1 PRI circuit with 23 voice channels
span=1,1,0,esf,b8zs
bchan=1-23
dchan=24
loadzone = us
defaultzone=us
# FOR A RBS WinkStart T1 YOU WOULD USE SOMETHING LIKE THIS:
# span=1,1,0,esf,b8zs
# e&m=1-24
# loadzone = us
# defaultzone=us
#
# FOR AN ANALOG T1 ChannelBank YOU WOULD USE SOMETHING LIKE THIS:
# span=1,1,0,esf,b8zs
# fxoks=1-24
# loadzone = us
# defaultzone=us
#
AND
- Code: Select all
# /etc/zaptel.conf:
# Digium/Clone X100P EXAMPLE:
# Here is an example of a configuration where an X100P single FXO card is used
# for zaptel timing and not used for calling:
#
# NOTE: you can get an X100P on ebay for $10-30 that will work with Asterisk
loadzone=us
defaultzone=us
fxsks=1