Smartswitch
|
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... | |
This struct allows to apply a filter when fetching CDR.
string calleeIdPattern |
If not empty, selects CDR which calleeId
matches specified pattern.
string from |
If not empty, selects CDR which startTime is greater or equal to from
.
string to |
If not empty, selects CDR which startTime is less or equal to to
.