mirror of https://github.com/sipwise/db-schema.git
parent
4706b6f3ab
commit
bd065fc56c
@ -0,0 +1 @@
|
||||
DELETE FROM voip_preferences WHERE attribute = 'no_nat_sipping';
|
@ -0,0 +1 @@
|
||||
INSERT INTO provisioning.voip_preferences (attribute, type, dom_pref, usr_pref, peer_pref, data_type, max_occur, description) VALUES('no_nat_sipping', 1, 1, 1, 0, 'boolean', 1, 'Don\'t do NAT ping for domain/user. Use with caution: this only makes sense on the access network which does not need pings (e.g. CDMA)');
|
Loading…
Reference in new issue