[Asterisk-code-review] res pjsip: Endpoint IP Access Controls (asterisk[13])

Alexei Gradinari asteriskteam at digium.com
Fri Apr 8 15:42:50 CDT 2016


Alexei Gradinari has posted comments on this change.

Change subject: res_pjsip: Endpoint IP Access Controls
......................................................................


Patch Set 2:

I think also need to alter realtime DB table ps_endpoints
ALTER TABLE `ps_endpoints` ADD (
    `deny` VARCHAR(95) DEFAULT NULL,
    `permit` VARCHAR(95) DEFAULT NULL,
    `acl` VARCHAR(40) DEFAULT NULL,
    `contact_deny` VARCHAR(95) DEFAULT NULL,
    `contact_permit` VARCHAR(95) DEFAULT NULL,
    `contact_acl` VARCHAR(40) DEFAULT NULL
);

I don't know how do it using alembic

-- 
To view, visit https://gerrit.asterisk.org/2551
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I456dea3909d929d413864fb347d28578415ebf02
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Alexei Gradinari <alex2grad at gmail.com>
Gerrit-Reviewer: Alexei Gradinari <alex2grad at gmail.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: George Joseph <george.joseph at fairview5.com>
Gerrit-HasComments: No



More information about the asterisk-code-review mailing list