Smartswitch
|
module Telephony { ... }
Modules | |
CallGeneration | |
Forwarding | |
Interfaces | |
interface | Queue |
This interface allows to manipulate a Queue. More... | |
interface | QueueMember |
This interface allows to manipulate a QueueMember. More... | |
Structs | |
struct | Cdr |
The struct defines the Call Detail Record for one call leg. More... | |
struct | CdrBilling |
The struct defines the biling-part of a CDR. More... | |
struct | CdrFilter |
This struct allows to apply a filter when fetching CDR. More... | |
struct | ChannelBilling |
The struct defines the biling-part of a ChannelInfo. More... | |
struct | ChannelInfo |
The struct defines the information about a currently active channel. More... | |
Sequences | |
sequence< CdrBilling > | CdrBillingOpt |
sequence< Cdr > | CdrSequence |
sequence< ChannelBilling > | ChannelBillingOpt |
sequence< ChannelInfo > | ChannelInfoSequence |
Enumerations | |
enum | CallbackMode { Async, SyncDial, SyncDialAnswer } |
Select a mode to perform a callback. More... | |
sequence<CdrBilling> CdrBillingOpt |
sequence<Cdr> CdrSequence |
sequence<ChannelBilling> ChannelBillingOpt |
sequence<ChannelInfo> ChannelInfoSequence |
enum CallbackMode |
Select a mode to perform a callback.