mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated call tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
3b37712d24
commit
e6834e1b78
@@ -364,7 +364,7 @@ flags
|
||||
**\*auth**
|
||||
Sends the request for authorization on CGRateS.
|
||||
|
||||
Auxiliary flags available: **\*attributes**, **\*thresholds**, **\*stats**, **\*resources**, **\*accounts**, **\*suppliers**, **\*suppliers_ignore_errors**, **\*suppliers_event_cost** which are used to influence the auth behavior on CGRateS side. More info on that can be found on the **SessionS** component's API behavior.
|
||||
Auxiliary flags available: **\*attributes**, **\*thresholds**, **\*stats**, **\*resources**, **\*accounts**, **\*routes**, **\*routes_ignore_errors**, **\*routes_event_cost** which are used to influence the auth behavior on CGRateS side. More info on that can be found on the **SessionS** component's API behavior.
|
||||
|
||||
**\*initiate**
|
||||
Initiates a session out of request on CGRateS side.
|
||||
@@ -384,7 +384,7 @@ flags
|
||||
**\*message**
|
||||
Process the request as individual message charging on CGRateS side.
|
||||
|
||||
Auxiliary flags available: **\*attributes**, **\*thresholds**, **\*stats**, **\*resources**, **\*accounts**, **\*suppliers**, **\*suppliers_ignore_errors**, **\*suppliers_event_cost** which are used to influence the behavior on CGRateS side.
|
||||
Auxiliary flags available: **\*attributes**, **\*thresholds**, **\*stats**, **\*resources**, **\*accounts**, **\*routes**, **\*routes_ignore_errors**, **\*routes_event_cost** which are used to influence the behavior on CGRateS side.
|
||||
|
||||
|
||||
**\*event**
|
||||
|
||||
@@ -214,7 +214,7 @@ flags
|
||||
**\*auth**
|
||||
Sends the Event for authorization on CGRateS.
|
||||
|
||||
Auxiliary flags available: **\*attributes**, **\*thresholds**, **\*stats**, **\*resources**, **\*accounts**, **\*suppliers**, **\*suppliers_ignore_errors**, **\*suppliers_event_cost** which are used to influence the auth behavior on CGRateS side. More info on that can be found on the **SessionS** component's API behavior.
|
||||
Auxiliary flags available: **\*attributes**, **\*thresholds**, **\*stats**, **\*resources**, **\*accounts**, **\*routes**, **\*routes_ignore_errors**, **\*routes_event_cost** which are used to influence the auth behavior on CGRateS side. More info on that can be found on the **SessionS** component's API behavior.
|
||||
|
||||
**\*initiate**
|
||||
Initiates a session out of Event on CGRateS side.
|
||||
@@ -234,7 +234,7 @@ flags
|
||||
**\*message**
|
||||
Process the Event as individual message charging on CGRateS side.
|
||||
|
||||
Auxiliary flags available: **\*attributes**, **\*thresholds**, **\*stats**, **\*resources**, **\*accounts**, **\*suppliers**, **\*suppliers_ignore_errors**, **\*suppliers_event_cost** which are used to influence the behavior on CGRateS side.
|
||||
Auxiliary flags available: **\*attributes**, **\*thresholds**, **\*stats**, **\*resources**, **\*accounts**, **\*routes**, **\*routes_ignore_errors**, **\*routes_event_cost** which are used to influence the behavior on CGRateS side.
|
||||
|
||||
**\*event**
|
||||
Process the Event as generic event on CGRateS side.
|
||||
|
||||
@@ -341,14 +341,14 @@ Instead of arguments, the options for enabling various functionaity will come in
|
||||
**\*terminate**
|
||||
Terminate a session (or initialize + terminate) out of event.
|
||||
|
||||
\*suppliers
|
||||
\*routes
|
||||
Process the event with :ref:`Suppliers`. Auxiliary flags available:
|
||||
|
||||
**\*ignore_errors**
|
||||
Ignore the suppliers with errors instead of failing the request completely.
|
||||
Ignore the routes with errors instead of failing the request completely.
|
||||
|
||||
**\*event_cost**
|
||||
Ignore suppliers with cost higher than the event cost.
|
||||
Ignore routes with cost higher than the event cost.
|
||||
|
||||
\*thresholds
|
||||
Process the event with :ref:`ThresholdS` for monitoring.
|
||||
|
||||
@@ -52,7 +52,7 @@ SupplierS
|
||||
|
||||
**SupplierS** is the **CGRateS** component responsible for handling the *SupplierProfiles*.
|
||||
|
||||
It is configured within **suppliers** section from :ref:`JSON configuration <configuration>` via the following parameters:
|
||||
It is configured within **routes** section from :ref:`JSON configuration <configuration>` via the following parameters:
|
||||
|
||||
enabled
|
||||
Will enable starting of the service. Possible values: <true|false>.
|
||||
|
||||
Reference in New Issue
Block a user