Page 1 of 1

overlaps..

PostPosted: Mon Jan 29, 2007 2:03 pm
by enjay
Guess this has been an ongoing problem but getting overlaps when our dial level exceeds 3.0 Hangups take ~15-20 seconds to complete.

the system load even at dial level of 5.0 is below 1.0 so Im not thinking its a load issue but hangups are taking a LONG time..

asterisk 1.2.7.1 (have system lockup issues running 1.2.10 (have not tested any other releases after 1.2.10).

Zaptel 1.2.7

Libpri - 1.2.3

astgui 2.0b2

Code: Select all
exten => _602NXXXXXX,1,SetCallerID(${CALLERIDNUM})
exten => _602NXXXXXX,2,Dial(Zap/g3/${EXTEN}||o)
exten => _602NXXXXXX,3,Dial(Zap/g1/${EXTEN}||o)
exten => _602NXXXXXX,4,Hangup


Code: Select all
exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log) ; DeadAGI is new
exten => h,2,DeadAGI(agi://127.0.0.1:4577/VD_hangup--HVcauses--PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME})

PostPosted: Mon Jan 29, 2007 4:58 pm
by mflorell
I would strongly suggest upgrading to Asterisk 1.2.14. It is much more stable than earlier version especially for VICIDIAL high-volume systems.

PostPosted: Mon Jan 29, 2007 8:01 pm
by enjay
Will do this evening..

PostPosted: Thu Feb 01, 2007 2:45 pm
by enjay
So 1.2.14 appears to have helped a TON though for some reason we appear to be having problems hanging up on FAX machines. Any ideas?

-Art

PostPosted: Thu Feb 01, 2007 10:31 pm
by mflorell
1.2.14 is much better than previous versions, we have almost no crashes across 14 servers since we upgraded over a month ago.

As for your fax machine problem, no idea what that might be. Do you have faxdetect enabled in any way in your dialplan?