All installation and configuration problems and questions
Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
by 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
-
by 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: 18387
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by 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?
-
eliasferreyra
-
- Posts: 367
- Joined: Wed Jul 18, 2007 3:27 pm
by 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: 18387
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
Return to Support
Who is online
Users browsing this forum: Google [Bot] and 87 guests