found a bug with in-group drop call settings:

Discussions about development of VICIDIAL and astGUIclient

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

found a bug with in-group drop call settings:

Postby bobbymc » Wed May 26, 2010 1:54 pm

agi-VDAD_ALL_inbound.agi

due to this bug the drop action seconds are ignored

BUG:
if ( ($hold_time_option !~ /NONE/ ) && ( $holdtime_estimate_sec_diff > $hold_time_option_second ) && ($wait_in_queue < 2) )

FIX:
if ( ($hold_time_option !~ /NONE/ ) && ( $holdtime_estimate_sec_diff > $hold_time_option_seconds ) && ($wait_in_queue < 2) )

if you pay attention hold_time_option_second was missing the s at the end
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Postby williamconley » Wed May 26, 2010 5:03 pm

which version?

this should be posted in the "Issue Tracker"

I find it in early versions of 2.0.5 (all i have loaded, don't have any SVN handy) from Vicibox
Code: Select all
 nano +2003 /var/lib/asterisk/agi-bin/agi-VDAD_ALL_inbound.agi


2.2.0 does not have the bug :)
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)


Return to Development

Who is online

Users browsing this forum: No registered users and 14 guests