mirror of https://github.com/sipwise/db-schema.git
Description for field upn_block_clir is fixed. This pref blocks outgoing calls and not incoming. Additionally fixed anonymous typo. Better description for outbound_from_display pref Change-Id: Ic578da7b3c14689a3883a5f18c804105961eb5b6mr10.2
parent
620885c0b1
commit
03d22cb20b
@ -0,0 +1,7 @@
|
||||
USE provisioning;
|
||||
SET autocommit=0;
|
||||
|
||||
UPDATE voip_preferences SET label='Block incoming anonymous calls from this user',description='If enabled, incoming anonyous calls from this user will be dropped' WHERE attribute='upn_block_clir';
|
||||
UPDATE voip_preferences SET description='The content to put into the From display-name for outbound calls from the platform to the subscriber' WHERE attribute='outbound_from_display';
|
||||
|
||||
commit;
|
||||
@ -0,0 +1,7 @@
|
||||
USE provisioning;
|
||||
SET autocommit=0;
|
||||
|
||||
UPDATE voip_preferences SET label='Block outgoing anonymous calls from this user',description='If enabled, outgoing anonymous calls from this user will be dropped' WHERE attribute='upn_block_clir';
|
||||
UPDATE voip_preferences SET description='The content to put into the From display-name for outbound calls from the platform to the subscriber/peer' WHERE attribute='outbound_from_display';
|
||||
|
||||
commit;
|
||||
Loading…
Reference in new issue