Jean Lofrano | Hi,
My "playing audio Wecome" has:
press 1 to talk with help desk;
press 2 to talk about Cisco;
But, I want that Welcome prompt only outside business hour.
It solution will be, for example:
if { $STARTBusinessHour < "08:00hrs" } {
if { $ENDBusinessHour > "18:00hrs" }{
media play leg_incoming $WelcomePrompt
}
} else {
media play leg_incoming $AnotherWecolmePrompt
}
thanks. |
| Please sign in to flag this as inappropriate. |