TimeTables in stable
From Wildix
- Each timetable describe some time period. Basically main idea is restrict a some calls in some time period and force transfer this call to some another extension.
- Timetable can act in three states:
- Off. In this state timetable never will execute Goto.
- On. In this state timetable will always execute Goto
- AUTO. In this state timetable will execute GoTo depending to described by timetable time period and current timestamp.
- To create, delete and change TimeTables status you can use page DialPlan->TimeTables.
- To edit some TimeTable you can click to icon 'Edit' in action tab.
- Little example:
123,1,Macro(timetable|holidays|greetings|1) 123,2,Queue(TechSupport) greetings,1,SendText(“Hi! Office closed, please call at working time“); greetings,2,Wait(2) greetings,3,Playback(Mozart/Andante-ma-adagio) greetings,4,GoTo(1);
- When call to extension '123' will establish in time period, that describe timetable 'holidays' user will get SMS with text 'Hi! Office closed, please call at working time', and after he have a chance to hear perfect concerto Mozart's 'Andante ma adagio' in B flat Major by Bassoon. It's done because macro-timetable execute goto to context|extension|priority passed as 3,4 and 5 parameters.
User can bind snom functional keys for change state of timetable.To do this:
- Type of snom functional key must be 'Destination' ( 'Extension' )
- URL must be formed using follow syntax: *time*[timetable name]
So, to bind functional key for monitor and change state of timetable 'holidays' URL must be '*time*holidays'
