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/base/6346.down

10 lines
387 B

use provisioning;
DELETE FROM voip_preferences
WHERE attribute = 'user_cli';
UPDATE voip_preferences
SET description = 'E.164 number or complete SIP URI. "Calling line identification" - specifies the source E.164 number or SIP username that is used for outgoing calls. Automatically set to the primary E.164 number specified in the subscriber details.'
WHERE attribute = 'cli';