mirror of https://github.com/sipwise/db-schema.git
Authoritative is rejecting call with 404 if number is not assigned to local subscriber. Skip Rewrite is skipping lnp rewrite rules. Change-Id: I8d7654bbe02db6f2a92f93712e5b34185ede423dchanges/27/6427/1
parent
be887d26d7
commit
3592e829db
@ -0,0 +1,5 @@
|
||||
USE billing;
|
||||
|
||||
ALTER TABLE lnp_providers
|
||||
ADD COLUMN authoritative TINYINT(1) NOT NULL DEFAULT 0,
|
||||
ADD COLUMN skip_rewrite TINYINT(1) NOT NULL DEFAULT 0;
|
Loading…
Reference in new issue