TT#25312 make conference_pin editable for subscribers

Change-Id: I625a026ad745ea8d20d9ef0840963e89ec15c315
changes/44/17244/2
Gerhard Jungwirth 8 years ago
parent 546f71665b
commit 7e2490f1d0

@ -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