add mobile_push_enable preference

2.6
Andrew Pogrebennyk 13 years ago
parent 89f32c9459
commit 0dbbcf532b

@ -0,0 +1 @@
DELETE FROM provisioning.voip_preferences where attribute='mobile_push_enable';

@ -0,0 +1 @@
INSERT INTO provisioning.voip_preferences (attribute, type, dom_pref, usr_pref, peer_pref, data_type, max_occur, description) VALUES('mobile_push_enable', 1, 1, 1, 0, 'boolean', 1, 'Send inbound call to Mobile Push server when called subscriber is not registered. This can't be used together with CFNA as call will be then simply forwarded.');
Loading…
Cancel
Save