[Asterisk-Users] Time to beg on my knees for help!!!
Lucas Wrenn
lucas at eyeonsystems.com
Fri Feb 18 16:30:47 MST 2005
Specs: Fedora Core 3. Dual P3 600 (Dell PEdge 1300) SCSI Disks
1x X100P (channel 1)
1x TDM20 (channels 2+3)
1x Knockoff X100P (channel 4)
I am looking to have all local and all toll free calls go outbound through
the Copper line, and all long-distance and international to go out through
the Vonage line. This way I can eliminate LD on my home line, and pay
minimal LD charges through vonage, but not use vonage every time we pick up
the phone.
Right now when I try to run * I get.
Blahblahblah.. [chan_modem_bestdata.so] => (BestData (Conexant V.90 Chipset)
VoiceModem Driver)
[chan_zap.so] => (Zapata Telephony)
== Parsing '/etc/asterisk/zapata.conf': Found
Feb 18 16:33:39 WARNING[2753]: chan_zap.c:783 zt_open: Unable to specify
channel 1: No such device or address
Feb 18 16:33:39 ERROR[2753]: chan_zap.c:6316 mkintf: Unable to open channel
1: No such device or address
here = 0, tmp->channel = 1, channel = 1
Feb 18 16:33:39 ERROR[2753]: chan_zap.c:9274 setup_zap: Unable to register
channel '1'
Feb 18 16:33:39 WARNING[2753]: loader.c:396 ast_load_resource: chan_zap.so:
load_module failed, returning -1
== Unregistered channel type 'Zap'
Feb 18 16:33:39 WARNING[2753]: loader.c:500 load_modules: Loading module
chan_zap.so failed!
Here's my config files.
zaptel.conf:
fxsks=1,4
fxoks=2-3
defaultzone=us
loadzone=us
zapata.conf:
[trunkgroups]
[channels]
language=en
usecallerid=yes
hidecallerid=no
callwaiting=no
usecallingpres=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
immediate=no
musiconhold=default
;;; INCOMING COPPER X100P
signalling = fxs_ks ; x100p
group=1
echocancel=yes
relaxdtmf=yes
callerid=asrecieved
context=copperincoming
channel => 1
;;; INCOMING VONAGE X100P
signalling = fxs_ks ; x100p
group=2
echocancel=yes
relaxdtmf=yes
callerid=asrecieved
context=vonageincoming
channel => 4
;;; INTERNAL TDM20B
signalling = fxo_ks ; tdm20b
echocancel=yes
relaxdtmf=yes
callerid="Home" <6000>
mailbox=6000
;adsi=yes
group=4
context=international
musiconhold=default
channel => 2
signalling = fxo_ks ; tdm20b
echocancel=yes
relaxdtmf=yes
callerid="Eyeonsystems, Inc" <6001>
mailbox=6001
group=3
context=international
musiconhold=default
channel => 3
extensions.conf:
[general]
[incoming]
exten => _X.,1,Answer
exten => _X.,2,Playback(invalid)
exten => _X.,3,Hangup
[copperincoming]
exten => s,1,Dial(Zap/3,Zap/4)
[vonageincoming]
exten => s,1,Dial(Zap/4)
[internal]
exten => 6000,1,Dial(Zap/3)
exten => 6000,2,hangup
exten => 6001,1,Dial(Zap/4)
exten => 6001,2,Hangup
exten => 6002,1,Wait(1)
exten => 6002,2,Answer
exten => 6002,3,Playback(demo-congrats)
exten => 6002,4,Hangup
[directdialcopper]
ignorepat => 9
exten => 9,1,Dial(Zap/g1/)
exten => 9,2,Congestion
[directdialvonage]
ignorepat => 9
exten => 9,1,Dial(Zap/g2/)
exten => 9,2,Congestion
[international]
ignorepat => 9
exten => _9011.,1,Dial(Zap/g2/${EXTEN:1})
exten => _9011.,2,Congestion
include => longdistance
[longdistance]
ignorepat => 9
exten => _91NXXNXXXXXX,1,Dial(Zap/g2/${EXTEN:1})
exten => _91NXXNXXXXXX,2,Congestion
include => local
[local]
include => tollfreeall
include => freelocal
[tollfreeall]
include => tollfree800
include => tollfree877
include => tollfree888
[freelocal]
ignorepat => 9
exten => _9NXXXXXX,1,Dial(Zap/g1/${EXTEN:1})
exten => _9NXXXXXX,2,Congestion
include => default
[tollfree800]
ignorepat => 9
exten => _91800NXXXXXX,1,Dial(Zap/g1/${EXTEN:1})
exten => _91800NXXXXXX,2,Congestion
include => default
[tollfree877]
ignorepat => 9
exten => _91877NXXXXXX,1,Dial(Zap/g1/${EXTEN:1})
exten => _91877NXXXXXX,2,Congestion
include => default
[tollfree888]
ignorepat => 9
exten => _91888NXXXXXX,1,Dial(Zap/g1/${EXTEN:1})
exten => _91888NXXXXXX,2,Congestion
include => default
Sorry for dumping so much information but I need a little help here and
would love to get this working. Thanks.
Complete and total * Newbie.
lucasNOSPAM at NOSPAMeyeonsystems.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050218/71eafe3d/attachment.htm
More information about the asterisk-users
mailing list