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/15048.up

11 lines
356 B

USE provisioning;
UPDATE voip_preferences SET label='User-Agent header passing mode'
WHERE attribute='ua_header_mode';
UPDATE voip_preferences SET label='User-Agent header replacement (if mode is "replace")'
WHERE attribute='ua_header_replace';
UPDATE voip_preferences SET label='Outbound History-Info Field'
WHERE attribute='outbound_history_info';