mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
36 lines
1.1 KiB
ReStructuredText
36 lines
1.1 KiB
ReStructuredText
DestinationRateTimings.csv
|
|
++++++++++++++++++++++++++
|
|
|
|
Enable DestinationRates at specific times.
|
|
|
|
CSV fields examples as tabular representations:
|
|
|
|
+-----------------+----------------------+-----------+--------+
|
|
| Tag | DestinationRatesTag | TimingTag | Weight |
|
|
+=================+======================+===========+========+
|
|
| RETAIL1 | DR_RETAIL_PEAK | PEAK | 10 |
|
|
+-----------------+----------------------+-----------+--------+
|
|
| RETAIL1 | DR_FREESWITCH_USERS | ALWAYS | 10 |
|
|
+-----------------+----------------------+-----------+--------+
|
|
|
|
|
|
**Fields**
|
|
|
|
Index 0 - *Tag*
|
|
Free-text field used to reference the entry from other files.
|
|
|
|
Index 1 - *DestinationRatesTag*
|
|
References profile in DestinationRates.csv_.
|
|
|
|
Index 2 - *TimingTag*
|
|
References profile defined in Timings.csv_.
|
|
|
|
Index 3 - *Weight*
|
|
Solves possible conflicts between different DestinationRateTimings profiles matching on same interval.
|
|
Higher *Weight* has higher priority.
|
|
|
|
|
|
.. _DestinationRates.csv: csv_tpdestinationrates.html
|
|
.. _Timings.csv: csv_tptimings.html
|
|
|