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

8 lines
321 B

use provisioning
select id from voip_preferences where attribute='bypass_rtpproxy' into @pref_id;
INSERT INTO voip_preferences_enum
(preference_id, label, value, usr_pref, dom_pref, contract_pref, prof_pref, peer_pref, default_val)
VALUES
(@pref_id, 'If both parties are on public IP', 'both_public', 1, 1, 1, 0, 0, 0);