Smartswitch
Data Members | List of all members
Smartswitch::Telephony::CdrFilter Struct Reference

This struct allows to apply a filter when fetching CDR. More...

defined in <CdrFilter.ice>

struct CdrFilter { ... }

Data Members

string calleeIdPattern
 If not empty, selects CDR which calleeId matches specified pattern. More...
 
string from
 If not empty, selects CDR which startTime is greater or equal to from. More...
 
string to
 If not empty, selects CDR which startTime is less or equal to to. More...
 

Detailed Description

This struct allows to apply a filter when fetching CDR.

See also
Session::getCdr()

Data Member Documentation

◆ calleeIdPattern

string calleeIdPattern

If not empty, selects CDR which calleeId matches specified pattern.

◆ from

string from

If not empty, selects CDR which startTime is greater or equal to from.

◆ to

string to

If not empty, selects CDR which startTime is less or equal to to.


The documentation for this struct was generated from the following file: