MT#22085 MT#19637 improve preference descriptions

Change-Id: I8a3bbb634750923dfb42874ac6a03d746a61e384
(cherry picked from commit 9e197028ca)
(cherry picked from commit 0d671c3fdc)
changes/03/7803/1
Gerhard Jungwirth 9 years ago
parent e287e58aa1
commit 57c4c178de

@ -0,0 +1,13 @@
SET AUTOCOMMIT=0;
USE provisioning;
UPDATE voip_preferences
SET description = 'Defines a default caller LNP prefix which is written into CDRs if no LNP entry is found for the caller number in the LNP database. This prefix is NOT used for routing purposes like rewrite rules, only for CDR tagging.'
WHERE attribute = 'default_lnp_prefix';
UPDATE voip_preferences
SET label = 'Enable Caller LNP lookup'
WHERE attribute = 'caller_lnp_lookup';
COMMIT;
Loading…
Cancel
Save