This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/modules/voip_local_lookup/voip_local_lookup_construct.xml
2008-11-26 14:50:40 -08:00

32 lines
721 B
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<construct>
<module>voip_local_lookup</module>
<table>voip_local_lookup</table>
<dependancy>voip</dependancy>
<cache>0</cache>
<order_by>id</order_by>
<limit>35</limit>
<index>
<npa>npa,nxx</npa>
</index>
<field>
<id>
<type>I4</type>
<unique>1</unique>
</id>
<site_id>
<type>I4</type>
</site_id>
<npa>
<type>C(4)</type>
</npa>
<nxx>
<type>C(4)</type>
</nxx>
<grouping>
<type>I4</type>
</grouping>
</field>
<method>0</method>
<trigger>0</trigger>
</construct>