MT#13595 add new option to pref bypass_rtpproxy

changes/36/1836/6
Andrew Pogrebennyk 11 years ago
parent 5c09dae133
commit 750e43a504

@ -0,0 +1,8 @@
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);
Loading…
Cancel
Save