Page 1 of 1

vicidialer auto-congestion problem

PostPosted: Sun Mar 30, 2008 11:33 pm
by srinivas
hello all,

The following dialplan works with some of the voip service providers
and when i tested this one with talk free account asterisk CLI is
showing CHANNEL AUTO-CONGESTION.

version:
astguiclient_2.0.4.tar.gz
asterisk-1.4.17
libpri-1.4.3
zaptel-1.4.7.1

exten => 8365,1,AGI(agi://127.0.0.1:4577/call_log)
exten => 8365,2,AMD(3500|1500|300|5000|120|50|5|256)
;exten => 8365,3,AGI(VD_amd.agi,${EXTEN})
exten => 8365,4,AGI(agi-VDADtransfer.agi,${EXTEN})
exten => 8365,5,AGI(agi-VDADtransfer.agi,${EXTEN})
exten => 8365,6,AGI(agi-VDADtransfer.agi,${EXTEN})
exten => 8365,7,Hangup


what might be the problem
can anybody have any idea?

Thanks in advance
srinivas antarvedi

PostPosted: Tue Apr 01, 2008 7:45 pm
by mflorell
While we still don't recommend using Asterisk 1.4.X I would recommend at least upgrading to 1.4.18. There are a lot of bugs that were fixed in that release.

Have you tried running on Asterisk 1.2.27?