Here you go:

zaptel.conf

fxsks=1
loadzone=us
defaultzone=us


zapata.conf

[channels]
language=en
echocancel=yes
echocancelwhenbridged=yes

context=from-pstn
signalling=fxs_ks
callerid=asreceived
channel=1


Scott
----- Original Message ----- 
From: "Nik Martin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 20, 2004 11:45 AM
Subject: RE: [Asterisk-Users] x100p card + dailing out


> Post your zapata.conf and zaptel.conf
> 
> Nik
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED] On Behalf Of Pats1776
> > Sent: Thursday, May 20, 2004 9:45 AM
> > To: [EMAIL PROTECTED]
> > Subject: [Asterisk-Users] x100p card + dailing out
> > 
> > 
> > I think I have it configured properly.  ztcfg -vv shows it as 
> > channel 1 and zttool shows it as OK.  But I can't dial out.
> > 
> > When I try, it shows it arrive in teh right stack, but then 
> > issues the following errors:
> > 
> > channel.c:1676 ast_request: No channel type registered for 
> > '{PSTN-1}' app_dial.c:554 dial_exec: Unable to create channel 
> > of type '{PSTN-1}' = = Everyone is busy at this time
> > 
> > My config files are below:
> > 
> > sip.conf
> > 
> > [general]
> > 
> > port = 5060
> > bindaddr = 0.0.0.0
> > disallow=all
> > allow=gsm
> > allow=ulaw
> > allow=alaw
> > allow=G723.1
> > context=from-sip
> > 
> > [2000]
> > type=friend
> > username=2000
> > secret=xxxxxxxx
> > host=dynamic
> > mailbox=2000
> > 
> > 
> > 
> > extensions.conf
> > 
> > [general]
> > static=yes
> > writeprotect=yes
> > 
> > [globals]
> > PSTN-1=Zap/1
> > 
> > [from-sip]
> > exten => 2000,1,Dial(SIP/2000,20)
> > exten => 2000,2,Voicemail(u2000)
> > exten => 2000,102,Voicemail(b2000)
> > exten => 2000,103,Hangup
> > 
> > exten => 2999,1,VoicemailMain(${CALLERIDNUM})
> > 
> > include => to-pstn
> > 
> > [to-pstn]
> > exten => _1NXXNXXXXXX,1,Dial(${PSTN-1}/${EXTEN})
> > exten => _NXXNXXXXXX,1,Dial({PSTN-1}/1${EXTEN})
> > 
> > 
> > Can anyone help me out here?
> > 
> > Thanks,
> > 
> > Scott
> > 
> > 
> > _______________________________________________
> > Asterisk-Users mailing list
> > [EMAIL PROTECTED] 
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> >    http://lists.digium.com/mailman/listinfo/asterisk-users
> > 
> > 
> 
> _______________________________________________
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users

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

Reply via email to