Changing OUT-> *out everywhere, tests fscdr

This commit is contained in:
DanB
2013-08-04 13:17:55 +02:00
parent 80e5fa7403
commit d1fd3e4e09
12 changed files with 79 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ Creates a new AccountActions profile within a tariff plan.
"AccountActionsId": "AA_SAMPLE_2",
"ActionTimingsId": "SAMPLE_AT_1",
"ActionTriggersId": "SAMPLE_ATRS_1",
"Direction": "OUT",
"Direction": "*out",
"TPid": "SAMPLE_TP_1",
"Tenant": "TENANT1"
}
@@ -124,7 +124,7 @@ Queries specific AccountActions profile on tariff plan.
"AccountActionsId": "AA_SAMPLE_2",
"ActionTimingsId": "SAMPLE_AT_1",
"ActionTriggersId": "SAMPLE_ATRS_1",
"Direction": "OUT",
"Direction": "*out",
"TPid": "SAMPLE_TP_1",
"Tenant": "TENANT1"
}

View File

@@ -38,9 +38,9 @@ Creates a new ActionTriggers profile within a tariff plan.
"ActionTriggers": [
{
"ActionsId": "ACTION_1",
"BalanceType": "MONETARY",
"BalanceType": "*monetary",
"DestinationId": "",
"Direction": "OUT",
"Direction": "*out",
"ThresholdType": "MIN_BALANCE",
"ThresholdValue": 5,
"Weight": 10

View File

@@ -13,7 +13,7 @@ Creates a new RatingProfile within a tariff plan.
RatingProfileId string // RatingProfile id
Tenant string // Tenant's Id
TOR string // TypeOfRecord
Direction string // Traffic direction, OUT is the only one supported for now
Direction string // Traffic direction, *out is the only one supported for now
Subject string // Rating subject, usually the same as account
RatesFallbackSubject string // Fallback on this subject if rates not found for destination
RatingActivations []RatingActivation // Activate rate profiles at specific time
@@ -34,7 +34,7 @@ Creates a new RatingProfile within a tariff plan.
"method": "Apier.SetTPRatingProfile",
"params": [
{
"Direction": "OUT",
"Direction": "*out",
"RatingProfileId": "SAMPLE_RP_2",
"RatingActivations": [
{
@@ -123,7 +123,7 @@ Queries specific RatingProfile on tariff plan.
RatingProfileId string // RatingProfile id
Tenant string // Tenant's Id
TOR string // TypeOfRecord
Direction string // Traffic direction, OUT is the only one supported for now
Direction string // Traffic direction, *out is the only one supported for now
Subject string // Rating subject, usually the same as account
RatesFallbackSubject string // Fallback on this subject if rates not found for destination
RatingActivations []RatingActivation // Activate rate profiles at specific time
@@ -141,7 +141,7 @@ Queries specific RatingProfile on tariff plan.
"error": null,
"id": 0,
"result": {
"Direction": "OUT",
"Direction": "*out",
"RatingProfileId": "SAMPLE_RP_2",
"RatesFallbackSubject": "",
"RatingActivations": [