[Asterisk-Users] Re: Second X100P Card

Bisker, Scott (7805) sbisker at harvardgrp.com
Fri Apr 30 07:15:28 MST 2004


In your zapata.conf where do your Zap channels 1-2 reside?  In your extensions.conf where do your dial strings reside?  Make sure they are the same, and make sure in zaptel.conf your context declaration comes before your channel declaration. E.G.

<zapata.conf>
signalling => fxs_ks
context => default
usecallerid => no
hidecallerid => no
cancallforward => no
callwaiting => no
threewaycalling => no
callreturn => no
busycount => 10
busydetect => no
callerid => ""
echocancel => no
echocancelwhenbridged => no
group=
txgain= 1.0
rxgain= 1.0
channel => 1-2


<extenstions.conf>
[default]
exten => _5X.,1,Answer()
exten => _5X.,2,Wait(1)
exten => _5X.,Dial(Zap/1/${EXTEN:1})
exten => _5X.,Congestion
exten => _9X.,1,Answer()
exten => _9X.,2,Wait(1)
exten => _9X.,Dial(Zap/2/${EXTEN:1})
exten => _9X.,Congestion





-----Original Message-----
From: asterisk-users-admin at lists.digium.com
[mailto:asterisk-users-admin at lists.digium.com]On Behalf Of Paul Tyreman
Sent: Friday, April 30, 2004 9:50 AM
To: Asterisk-Users at lists.digium.com
Subject: [Asterisk-Users] Re: Second X100P Card


Ok, in my zaptel.conf file, I have added the line:

fxsks=1-2


And in my zapata.conf file, I have changed "channel => 1" to

channel => 1-2


I have also run ztcfg -vv and got the following results:

Channel 01: FXS Kewlstart (Default) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Slaves: 02)
2 channels configured.


In my extensions.conf I put this:

exten => _5X.,1,Dial,Zap/1/${EXTEN:1} ; house line
exten => _9X.,1,Dial,Zap/2/${EXTEN:1} ; business line

Thats not really what I want - I want to be able to press 9 and it call out
on the business line, and if it's inuse to use the home line, but for now
I'd be happy to just get that working.


This doesn't work.  When I go to the asterisk server, it says:

Timeout but no rule 't' in context


Thanks, Paul.


_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list