Smartswitch
Interfaces | Structs | Sequences | Enumerations
Smartswitch::Telephony::Forwarding Module Reference

module Forwarding { ... }

Interfaces

interface  Number
 This interface allows to manipulate the forwarding numbers which are bound to the Rule. More...
 
interface  Rule
 This interface allows to manipulate the forwarding rules for a given User or UserGroup. More...
 
interface  Timetable
 This interface enables to set the range of time during which the ForwardingRule should be active during the week. More...
 

Structs

struct  TimeOfDay
 Used to specify time of the day. More...
 

Sequences

sequence< NumberNumberSequence
 
sequence< RuleRuleSequence
 

Enumerations

enum  DayOfWeek {
  Monday, Tuesday, Wednesday, Thursday,
  Friday, Saturday, Sunday
}
 Enumerated days of the week. More...
 

Sequence Documentation

◆ NumberSequence

sequence<Number> NumberSequence

◆ RuleSequence

sequence<Rule> RuleSequence

Enumeration Type Documentation

◆ DayOfWeek

enum DayOfWeek

Enumerated days of the week.

Enumerator
Monday 
Tuesday 
Wednesday 
Thursday 
Friday 
Saturday 
Sunday