[Asterisk-Users] Zaptel.conf and multiple T1 woes
Chris Modesitt
chris at octelecom.net
Sun Mar 6 09:30:34 MST 2005
>Here is a sample of our zaptel.conf config as it was handed to me (I
>inherited this Asterisk project, btw). These configs are likely a train
>wreck, so if anybody could possible either generate a config that would
>work, or explain a somewhat laymens terms how I can go about making a
>good config, I'd appreciate it.
>zaptel.conf:
>span=1,0,0,esf,b8zs
>span=2,0,0,esf,b8zs
Try this:
span=1,1,0,esf,b8zs
span=2,2,0,esf,b8zs
Tells the card to pull timing from the telco.
>fxoks=1-24
Remove fxoks=1-24, In the setup you described you want to use the last 12
channels of both T1's for voice. This statement tells your card to run all
24 channels of the first T1 for voice. Also it's signaling type would not
use a D channel (this statement is used when connecting to a channel bank or
PBX that expects fxo).
>bchan=12-23,36-47
>dchan=24,48
>loadzone = us
>fxsks=49-53
Everything else looks good:)
Hope this helps
Chris.
More information about the asterisk-users
mailing list