Hi,
I am very new to Asterisk and I have a task of configuring my Asterisk server with a E1 card.
When I dial the configured number I get the following error :
Unable to create channel of type ‘Zap’ (cause 34 - Circuit/channel congestion)
and then
Timeout, but no rule ‘t’ in context ‘sip-out’
I tried my best to search for a solution my reading hundreds of forums, articles and some Asterisk books. But no luck yet. So anyone please give me some hint, I would be so glad!
Here are my extension files (the relevant parts)
=============================================
zapata.conf :
[channels]
language=uk
context=isdn
switchtype=euroisdn
signalling=pri_cpe
dchan=16
usecallerid=yes
hidecallerid=no
pridialplan=local
usecallerid=yes
hidecallerid=no
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
echocancel=yes
rxgain=0.0
txgain=0.0
group=1
channel=>1-10
===============================================
zaptel.conf
span = 1,1,0,ccs,hdb3,crc4
bchan=1-10
dchan=16
loadzone=uk
defaultzone=uk
===============================================
extensions.conf
[default]
exten => s,1,Hangup()
[sip-in]
;exten => s,1,Answer()
;exten => s,2,Playback(hello-world)
;exten => s,3,Hangup()
;exten => 123,1,Answer( )
;exten => 123,2,Hangup( )
[sip-out]
exten => s,1,Answer()
exten => s,2,Playback(helo-world)
exten => s,3,Hangup()
exten => 22222,1,Dial(Zap/g1/456878)
exten => 101,1,Dial(Zap/g1/0)
exten => 102,1,Dial(Zap/g1/1)
exten => 103,1,Dial(Zap/g1/3)
exten => 104,1,Dial(Zap/g1/4)
exten => 555,1,Dial(Zap/g1)
exten => 1234,1,Answer()
exten => 1234,2,Playback(hello-world)
exten => 1234,3,Hangup()
exten => 124,1,Answer()
exten => 124,2,Background(invalid)
exten => 124,3,Hangup()
[isdn]
exten => s,1,Answer()
exten => s,3,Hangup()
exten => 123,1,Dial(SIP/221)
===============================================
Please go through this and give me a hint so that I can move on! I am stuck very badly. Don’t have much time to Start from the basics of Asterisk.