overlaps..
Posted: Mon Jan 29, 2007 2:03 pm
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
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})