mirror of https://github.com/sipwise/db-schema.git
* This is needed for csc so that subscribers can add a custom announcement as destination to a CF Change-Id: I65095b0f357dae05225b69fc174863bbe134ec9bmr9.3
parent
df0b55cde7
commit
ba46ef5503
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
UPDATE voip_sound_handles SET expose_to_customer = '0' WHERE name LIKE "custom_announcement_%";
|
||||
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
UPDATE voip_sound_handles SET expose_to_customer = '1' WHERE name LIKE "custom_announcement_%";
|
||||
Loading…
Reference in new issue