cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1131
Views
0
Helpful
2
Replies

ICD Script Problem

osamaokok
Level 2
Level 2

Hi,

Just want to implement simple script for ICD as follows:

. check if working day

               working hours

                        select resource

               otherwise

                         play prompt " working hours from ..."

                         exit

               play prompt "Working days from ......."

               exit

exit

The attached script is exactly as descriped but when executed every thing is fine but when off hours the correct prompt is played and then the following message is played Sorry we are currently experince system problem, and unable to process you call.

can anyone help to solve this issue.

Regards

Okok

1 Accepted Solution

Accepted Solutions

Jonathan Schulenberg
Hall of Fame
Hall of Fame

The only thing that stands out to me is that you set a different timezone. Try setting it back to the default TZ[primary] value and see if the problem continues. If it doesn't you may have run into a timezone-related defect.

Please remember to rate helpful responses and identify helpful or correct answers.

View solution in original post

2 Replies 2

Jonathan Schulenberg
Hall of Fame
Hall of Fame

The only thing that stands out to me is that you set a different timezone. Try setting it back to the default TZ[primary] value and see if the problem continues. If it doesn't you may have run into a timezone-related defect.

Please remember to rate helpful responses and identify helpful or correct answers.

Hi Jonathan

Thanks you are the man your answer is correct the issue was in timezone.

Regards

Ausama