Hello guys,
i’ve got a problem with calling out with my asterisk 1.2 system over my zap channels:
what i made
install wanpipe rpm
run wancfg
configured port 1 with euroisdn e1
wanrouter start
asterisk -r works
run wancfg_zaptel
configured everything
everything looks fine, ztcfg -vv shows me 31 chans configured
here my configuration, i think it’s an error in my config
extensions.conf
[globals]
…
…
TRUNK=Zap/g1
…
…
[default]
…
exten => _0.,1,Dial(Zap/g1/${EXTEN:1})
…
in asterisk CLI
vici*CLI> zap show channels
Chan Extension Context Language MusicOnHold
pseudo from-pstn
1 from-pstn
2 from-pstn
3 from-pstn
4 from-pstn
5 from-pstn
6 from-pstn
7 from-pstn
8 from-pstn
9 from-pstn
10 from-pstn
11 from-pstn
12 from-pstn
13 from-pstn
14 from-pstn
15 from-pstn
17 from-pstn
18 from-pstn
19 from-pstn
20 from-pstn
21 from-pstn
22 from-pstn
23 from-pstn
24 from-pstn
25 from-pstn
26 from-pstn
27 from-pstn
28 from-pstn
29 from-pstn
30 from-pstn
31 from-pstn
zapata conf:
[trunkgroups]
[channels]
context=default
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
relaxdtmf=yes
rxgain=0.0
txgain=0.0
group=1
callgroup=1
pickupgroup=1
immediate=no
;Sangoma A104 port 1 [slot:1 bus:12 span:1]
switchtype=euroisdn
context=from-pstn
group=0
signalling=pri_cpe
channel =>1-15,17-31
Ouboundcall in CLI:
-- Executing Dial("SIP/cc100-0989d768", "Zap/g1/017681050342") in new stack
Sep 18 05:00:38 NOTICE[5045]: app_dial.c:1076 dial_exec_full: Unable to create channel of type 'Zap' (cause 0 - Unknown)
== Everyone is busy/congested at this time (1:0/0/1)
-- Timeout on SIP/cc100-0989d768
== CDR updated on SIP/cc100-0989d768
-- Executing Goto("SIP/cc100-0989d768", "#|1") in new stack
-- Goto (default,#,1)
-- Executing Playback("SIP/cc100-0989d768", "invalid") in new stack
-- Playing 'invalid' (language 'en')
== Spawn extension (default, #, 1) exited non-zero on 'SIP/cc100-0989d768'
-- Executing DeadAGI("SIP/cc100-0989d768", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0-----CHANUNAVAIL----------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0-----CHANUNAVAIL---------- completed, returning 0
anyone an idea? perhaps a wrong configuration with the group?
regards
philip