Skip to content

Commit

Permalink
Added New Class SeedIvrLanagMapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Freduah committed Aug 1, 2013
1 parent d8e8942 commit 1411076
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ public String handleCallStatus(@RequestParam("DialCallStatus") String dialCallSt
int day = cal.get(Calendar.DAY_OF_WEEK);
int hr = cal.get(Calendar.HOUR_OF_DAY);
if(day >= Calendar.MONDAY && day <= Calendar.SATURDAY) {
if(hr >= 7 && hr <= 21){
if(hr >= 1 && hr <= 21){

return playTwiml(Arrays.asList(ivrClipManager.urlFor(AudioPrompts.CALL_CENTER_DIAL_FAILED.getFileName(), valueOf(language))));
}
Expand Down

0 comments on commit 1411076

Please sign in to comment.