[Asterisk-Users] Unable to forward frame

James Sturges thinking at 1am.com.au
Wed Mar 15 05:21:49 MST 2006


Hi,

I get this error in the log file when I call from my mobile to the Asterisk
server, but hang up the mobile before anyone picks up.

Normally I would not worry about it, but I have been having some bad
experiences (only recently, after about 9 months of good operation) with
asterisk, although there have been related issues with Telco lines /
equipment and also some Asterisk initiated CRC errors after upgrading to
1.2.  So I have downgraded to 1.0.9.

So I can isolate everything I have just installed a VERY VERY simple dial
plan.

The setup is

Telco <---> TDM 4 Port BRI <---> Ericsspn BP250

Extensions.conf (all of it!!!!)

[default]
exten => s,1,Dial(ZAP/g4/1111211,45,t)

[dialstring]

exten => i,1,Playback(invalid)
exten => i,2,Hangup
exten => t,1,Hangup

[te405p-frombp250]

exten => _3XX,1,Answer
exten => _3XX,2,Dial(Sip/${EXTEN},6000,t)
exten => _3XX,3,Hangup

exten => _X.,1,Answer
exten => _X.,2,Dial(Zap/g1/${EXTEN},6000,t)
exten => _X.,3,Hangup

[te405p-intelstra]

exten => _X.,1,Answer
exten => _X.,2,Dial(Zap/g4/${EXTEN},6000,t)
exten => _X.,3,Hangup

[from-sip]

exten => s,1,Dial(SIP/3332,45,t)

exten => _0X.,1,Answer
exten => _0X.,2,Dial(Zap/g1/${EXTEN:1},6000,t)
exten => _0X.,3,Hangup

exten => _X.,1,Answer
exten => _X.,2,Dial(Zap/g4/1111${EXTEN},6000,t)
exten => _X.,3,Hangup

Zapata.conf
[channels]
context=default
musiconhold=default
switchtype=euroisdn
usecallerid=yes
cidsignalling=v23
cidstart=polarity
hidecallerid=no
callwaiting=no
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
echotraining=800
rxgain=0.0
txgain=0.0

group=1
context=te405p-intelstra
;context=te405p-ext
pridialplan=local
signalling=pri_cpe
;overlapdial=yes
callerid=asreceived
channel=>1-15, 17-31
;channel=>32-46, 48-62

group=4
context=te405p-frombp250
;context=te405p-in
pridialplan=local
signalling=pri_net
overlapdial=yes
callerid=asreceived
channel=>94-108, 110-124
;channel=>32-46, 48-62


Zaptel.conf
span=1,1,0,ccs,hdb3,crc4
bchan=1-15
dchan=16
bchan=17-31
span=2,0,0,ccs,hdb3,crc4
bchan=32-46
dchan=47
bchan=48-62
span=3,0,0,ccs,hdb3,crc4
bchan=63-77
dchan=78
bchan=79-93
span=4,0,0,ccs,hdb3,crc4
bchan=94-108
dchan=109
bchan=110-124 

loadzone=au
defaultzone=au







More information about the asterisk-users mailing list