TT#74752 - Change callist_clir_scope preference type

* The type was wrongly set to 1 which is reserved
	   to integer/boolean; it has to be 0 since it's a
	   string

Change-Id: Idf2582f9a3ac70eb032493495b71b3fb0a7c4431
changes/54/38754/1
Flaviu Mates 5 years ago
parent 75cdf38769
commit 23470d2176

@ -6,7 +6,7 @@ insert into voip_preferences
voip_preference_groups_id = (select id from voip_preference_groups where name="Access Restrictions"),
attribute = "calllist_clir_scope",
label = "Option for defining when CLIR should be used",
type = 1,
type = 0,
max_occur = 1,
usr_pref = 1,
prof_pref = 0,

Loading…
Cancel
Save