mirror of https://github.com/sipwise/db-schema.git
parent
4918c79fde
commit
950852114a
@ -0,0 +1,9 @@
|
||||
USE provisioning
|
||||
SET autocommit=0;
|
||||
|
||||
SELECT id FROM voip_sound_groups WHERE name='conference' INTO @grp_id;
|
||||
INSERT INTO voip_sound_handles (name,group_id) VALUES ('conference_pin', @grp_id);
|
||||
INSERT INTO voip_sound_handles (name,group_id) VALUES ('conference_waiting_music', @grp_id);
|
||||
|
||||
commit;
|
||||
|
Loading…
Reference in new issue