Page 1 of 1

ERROR zaptel.conf.t100p.sample and zaptel.conf.x100p.sample

PostPosted: Wed Mar 21, 2007 3:36 pm
by eijal
The files zaptel.conf.t100p.sample and zaptel.conf.x100p.sample in /usr/src/astguiclient/agc_2-X/trunk/docs/conf_examples are:

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

PostPosted: Wed Mar 21, 2007 3:55 pm
by mflorell
pesky comments :D

Thanks

another pesky comment

PostPosted: Wed Mar 28, 2007 12:37 pm
by eijal
Another pesky comment:
in the directory /usr/src/astguiclient/agc_2-X/trunk/docs/conf_examples, the comments of zapata.conf.t100p.example and zapata.conf.x100p.example begin with
############# and they must begin with
;;;;;;;;;;;;;;;;;;;;;;;;;;

Thanks :wink:

PostPosted: Wed Mar 28, 2007 4:48 pm
by mflorell
I was one step ahead of you on that, changed those at the same time :D

PostPosted: Thu May 03, 2007 10:45 am
by eijal
mflorell wrote:I was one step ahead of you on that, changed those at the same time :D


Still the same error with the comments :cry:

bye

PostPosted: Thu May 03, 2007 2:24 pm
by Op3r
I think matt is saying that he changed it to the svn :)

PostPosted: Thu May 03, 2007 9:02 pm
by eijal
Op3r wrote:I think matt is saying that he changed it to the svn :)


If you see the svn, the mistake is still there