mirror of https://github.com/sipwise/db-schema.git
parent
7992569e42
commit
100ba51795
@ -0,0 +1,8 @@
|
||||
use provisioning;
|
||||
set autocommit=0;
|
||||
|
||||
insert into voip_preferences values (null, 5, 'rtp_interface', 'RTP interface', 0, 1, 1, 0, 1, 1, 0, now(), 0, 0, 'enum', 0, 'Logical RTP interface to use for media packets');
|
||||
select last_insert_id() into @ins_id;
|
||||
insert into voip_preferences_enum values (null, @ins_id, 'default', null, 1, 1, 1, 1, null, 1);
|
||||
|
||||
commit;
|
||||
Loading…
Reference in new issue