This example shows how to configure a schedule for an audio service to provide:
The sample schedule:
For demonstration purposes, the sample schedule is configured in the global configuration to make the service schedule available to all subscribers to the two audio services. It is assumed that subscribers are continuously logged in to the system to access the audio services.
To configure a schedule to make the Audio-Gold service available on Saturday and Sunday and the Audio-Bronze service available for the rest of the week:
- user@host# edit services global schedule audioSchedule
Enter a description of the schedule.
- [edit services global schedule audioSchedule]
- user@host# set description description
- user@host# edit services global schedule audioSchedule
event audioTime1
- [edit services global schedule audioSchedule event audioTime1]
- user@host# set from day-of-week 6
- user@host# set action action-1 type activate
service Audio-Gold
- user@host# set action action-2 type deny-deactivate
service Audio-Bronze
- user@host# edit services global schedule audioSchedule
event audioTime2
- [edit services global schedule audioSchedule event audioTime2]
- user@host# set from day-of-week 1
- user@host# set action action-1 type activate
service Audio-Bronze
- user@host# set action action-2 type deny-deactivate
service Audio-Gold