Cisco PXM Version 1.1 User Manual page 94

Cisco sensitive routing user guide
Table of Contents

Advertisement

Configuration Data Schema
CREATE TABLE Filters (
GKID
MsgType
FilterType
'destinationinformation'
'remoteextensionaddress'
Value
);
ALTER TABLE TestOutputs ADD FOREIGN KEY (TestKey) REFERENCES TestRoutes
(TestKey) DEFERRABLE;
ALTER TABLE LogEntries ADD FOREIGN KEY (TestKey) REFERENCES TestRoutes
(TestKey) DEFERRABLE;
ALTER TABLE Filters
(GKID)
COMMIT;
Cisco Carrier Sensitive Routing User Guide
B-4
FilterKey
integer
varchar(64) NOT NULL,
text
CHECK (
lower(MsgType) = 'arq' OR
lower(MsgType) = 'lrq' OR
lower(MsgType) = 'rrq' OR
lower(MsgType) = 'urq' OR
lower(MsgType) = 'lcf' OR
lower(MsgType) = 'lrj' OR
lower(MsgType) = 'drq' OR
lower(MsgType) = 'brq' OR
lower(MsgType) = 'irr' OR
lower(MsgType) = 'rai'
),
text
text
DEFERRABLE;
NOT NULL PRIMARY KEY,
NOT NULL CONSTRAINT MsgTypeInvalid
NOT NULL CONSTRAINT FilterTypeInvalid
CHECK (
lower(FilterType) = 'endpoint' OR
lower(FilterType) = 'supportedprefix' OR
lower(FilterType) =
OR
lower(FilterType) =
OR
lower(FilterType) = 'redirectreason' OR
lower(FilterType) = 'answercall' OR
lower(FilterType) = 'notificationonly'
),
NOT NULL
ADD FOREIGN KEY (GKID)
AppendixB
Data Schema
REFERENCES GateKeepers

Advertisement

Table of Contents
loading

Table of Contents