You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15700.up

7 lines
432 B

USE provisioning;
SET autocommit=0;
UPDATE voip_preferences SET label='Block outgoing anonymous calls from this user',description='If enabled, outgoing anonymous calls from this user will be dropped' WHERE attribute='upn_block_clir';
UPDATE voip_preferences SET description='The content to put into the From display-name for outbound calls from the platform to the subscriber/peer' WHERE attribute='outbound_from_display';
commit;