TT#6399 add option force_interdomain to force_outbound_calls_to_peer (mr4.5)

Change-Id: Ida00ad42d990dbaae9bdd0b7a79c24d62406627b
changes/78/10278/1
Andrew Pogrebennyk 9 years ago
parent fa39323ca8
commit c441c675fc

@ -5,11 +5,11 @@ SELECT id INTO @vpid FROM voip_preferences
WHERE attribute = 'force_outbound_calls_to_peer'; WHERE attribute = 'force_outbound_calls_to_peer';
INSERT INTO voip_preferences_enum INSERT INTO voip_preferences_enum
(preference_id, label, value, usr_pref, prof_pref, dom_pref, peer_pref, contract_pref, contract_location_pref, dev_pref, devprof_pref, default_val) (preference_id, label, value, usr_pref, prof_pref, dom_pref, peer_pref, contract_pref, contract_location_pref, default_val)
VALUES ( VALUES (
@vpid, 'If caller and callee belong to different domains', @vpid, 'If caller and callee belong to different domains',
'force_interdomain', 'force_interdomain',
1, 0, 1, 0, 1, 0, 0, 0, NULL 1, 0, 1, 0, 1, 0, NULL
); );
COMMIT; COMMIT;

Loading…
Cancel
Save