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/15709.down

11 lines
604 B

USE provisioning;
UPDATE voip_preferences SET type = 1 WHERE attribute = 'transcode_dtmf';
UPDATE voip_preferences SET type = 1 WHERE attribute = 'transcode_cn';
USE kamailio;
UPDATE usr_preferences SET type = 1 WHERE attribute = 'transcode_dtmf';
UPDATE usr_preferences SET type = 1 WHERE attribute = 'transcode_cn';
UPDATE dom_preferences SET type = 1 WHERE attribute = 'transcode_dtmf';
UPDATE dom_preferences SET type = 1 WHERE attribute = 'transcode_cn';
UPDATE peer_preferences SET type = 1 WHERE attribute = 'transcode_dtmf';
UPDATE peer_preferences SET type = 1 WHERE attribute = 'transcode_cn';