@@ -12,11 +12,16 @@ For each call:
12
12
account balance will be **decreased ** on call cost if it uses account for **origination ** (customer)
13
13
and **increased ** if it uses account for **termination ** (vendor).
14
14
15
-
16
15
.. _account_id :
17
16
18
17
Id
19
- Unique account id.
18
+ Auto-generated unique account id.
19
+
20
+ UUID
21
+ Auto-generated unique account UUID. UUID used as identifier for :ref: `Customer API <customer_api >`
22
+
23
+ EXTERNAL
24
+ **external_id ** account attribute value. **external_id ** stores ID from external system when data provisioned via :ref: `Admin API <admin_api >`
20
25
21
26
.. _account_name :
22
27
@@ -41,15 +46,15 @@ Min balance
41
46
Max balance
42
47
If account balance become greater than this limit, then routes, which are belongs to this account, will not be used for calls termination.
43
48
44
- .. _account_balance_low_threshold :
49
+ VAT
50
+ Account VAT value. Affects calculation of customer_price in CDR.
45
51
46
- Balance low threshold
47
- If account balance become less than this limit, notification will be send by email.
52
+ Destination rate limit
53
+ Maximum per-minute price
48
54
49
- .. _account_balance_high_threshold :
55
+ Max call duration
56
+ Maximum calls duration originated by account or terminated to account in seconds
50
57
51
- Balance high threshold
52
- If account balance become greater than this limit, notification will be send by email.
53
58
54
59
Origination capacity
55
60
Maximum capacity which can be originated for this account.
@@ -73,10 +78,24 @@ Invoice period
73
78
Invoice template
74
79
Template for generation of PDF invoice documents. (Templates can be configured at *Billing->Invoice templates *)
75
80
76
- Sent invoices to
81
+ Send invoices to
77
82
Contacts list to send invoices that were generated.
78
83
84
+ Invoice Ref template
85
+ Invoice reference generation template. Use **$id ** as unique value per account.
86
+
79
87
Timezone
80
88
Timezone which will be used for invoices generation and statistics for this account.
81
89
82
90
91
+ .. _account_balance_low_threshold :
92
+
93
+ Balance low threshold
94
+ If account balance become less than this limit, notification will be send by email.
95
+
96
+ .. _account_balance_high_threshold :
97
+
98
+ Balance high threshold
99
+ If account balance become greater than this limit, notification will be send by email.
100
+
101
+
0 commit comments