On Thu, Aug 16, 2012 at 10:58 PM, Tony Graziano <
tgrazi...@myitdepartment.net> wrote:

> Eh, I cannot pate more than 20 or 30 entries in this field. I do not see
> it being stored in PG by any easily discernible name either, at least
> exclusively.
>
> It appears to be limited to a maximum of 1000 characters though.
>
> Given this limit, can one suggest how to artifically raise the limit to
> something (like 150,000 or 200,000) so I can test the performance in a very
> basic way with a highly inclusive ACL list?
>
>
Try to see if changing settings and maxlen attr in
/etc/sipxpbx/sipxproxy/sipxproxy.xml works

<setting name="SIPX_PROXY_WHITE_LIST">
      <type>
        <string multiLine="yes" maxLen="1000"/>
      </type>
    </setting>
    <setting name="SIPX_PROXY_BLACK_LIST">
      <type>
        <string multiLine="yes" maxLen="1000"/>
      </type>
    </setting>

Can you use subnets, CIDR notation, e.g. 192.168.0.1/24?

George
_______________________________________________
sipx-dev mailing list
sipx-dev@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to