MT#33031 config: add reseller_id as default

* panel will add that preference at user level

Change-Id: I69b0b90993eb5bbb834587027c9166de7096ab69
mr11.4.1
Victor Seva 2 years ago committed by Alessio Garzi
parent b9485a639e
commit 5270a63f73

@ -64,6 +64,7 @@ local defaults = {
account_id = 0,
ext_subscriber_id = "",
ext_contract_id = "",
reseller_id = 0,
ringtimeout = 180,
}
},

@ -175,6 +175,7 @@ TestNGCP = {} --class
"ext_subscriber_id",
"ringtimeout",
"account_id",
"reseller_id",
"ext_contract_id",
"cli",
"cc",
@ -278,6 +279,7 @@ TestNGCP = {} --class
"ext_subscriber_id",
"ringtimeout",
"account_id",
"reseller_id",
"ext_contract_id",
"cli",
"cc",
@ -351,6 +353,7 @@ TestNGCP = {} --class
"ext_subscriber_id",
"ringtimeout",
"account_id",
"reseller_id",
"ext_contract_id",
"cli",
"cc",
@ -418,6 +421,7 @@ TestNGCP = {} --class
"ext_subscriber_id",
"ringtimeout",
"account_id",
"reseller_id",
"ext_contract_id",
"cli",
"cc",
@ -482,6 +486,7 @@ TestNGCP = {} --class
"ext_subscriber_id",
"ringtimeout",
"account_id",
"reseller_id",
"ext_contract_id"
}

@ -133,6 +133,7 @@ TestNGCPUserPrefs = {} --class
"ext_subscriber_id",
"ringtimeout",
"account_id",
"reseller_id",
"ext_contract_id",
"cli",
"cc",
@ -166,6 +167,7 @@ TestNGCPUserPrefs = {} --class
"ext_subscriber_id",
"ringtimeout",
"account_id",
"reseller_id",
"ext_contract_id",
"cli",
"cc",
@ -268,6 +270,7 @@ TestNGCPUserPrefs = {} --class
"ext_subscriber_id",
"ringtimeout",
"account_id",
"reseller_id",
"ext_contract_id",
"emergency_location_format",
"emergency_location_object"

Loading…
Cancel
Save