Callback time increments.

All installation and configuration problems and questions

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

Callback time increments.

Postby enjay » Fri Feb 29, 2008 6:38 pm

How difficult would it be to change the callback time increments from say 30 minutes to 5 minute increments?

could I just modify the vicidial.php code to reflect 00-05-10-15 so on instead of just 00 and 30?


-Art
enjay
 
Posts: 806
Joined: Mon Jun 19, 2006 12:40 pm
Location: Utah

Postby mflorell » Fri Feb 29, 2008 7:22 pm

That should just involve editing the select list code, nothing else should need to be changed I think.
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

matt

Postby eliasferreyra » Fri Feb 29, 2008 10:25 pm

matt ...


can we do that on vicidial.php 00-05-10-15 so on instead of just 00 and 30? :D
eliasferreyra
 
Posts: 367
Joined: Wed Jul 18, 2007 3:27 pm

Postby mflorell » Sat Mar 01, 2008 12:03 am

I will change it in SVN, it's a pretty simple fix, jut change these lines at the bottom of vicidial.php:

<option>00</option>
<option>30</option>

and put these lines in their place:

<option>00</option>
<option>05</option>
<option>10</option>
<option>15</option>
<option>20</option>
<option>25</option>
<option>30</option>
<option>35</option>
<option>40</option>
<option>45</option>
<option>50</option>
<option>55</option>
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby DarknessBBB » Sat Mar 01, 2008 2:29 am

This change is present in this diff file, too. ;)
http://www.eflo.net/VICIDIALmantis/view.php?id=149
DarknessBBB
 
Posts: 328
Joined: Mon Jul 16, 2007 10:14 am


Return to Support

Who is online

Users browsing this forum: No registered users and 264 guests