TT#25312 make conference_pin editable for subscribers

Change-Id: I625a026ad745ea8d20d9ef0840963e89ec15c315
(cherry picked from commit 7e2490f1d0)
changes/17/17317/1
Gerhard Jungwirth 8 years ago
parent fe0746cd30
commit 65a2dc0398

@ -0,0 +1,3 @@
USE provisioning;
UPDATE voip_preferences SET expose_to_customer=0 WHERE attribute='conference_pin';

@ -0,0 +1,3 @@
USE provisioning;
UPDATE voip_preferences SET expose_to_customer=1 WHERE attribute='conference_pin';
Loading…
Cancel
Save