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_pool/voip_pool_construct.xml

68 lines
2.5 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1" ?>
<construct>
<module>voip_pool</module>
<table>voip_pool</table>
<dependancy>voip</dependancy>
<cache>0</cache>
<order_by>npa</order_by>
<limit>35</limit>
<index>
<full>npa,nxx,station,country_code,voip_did_plugin_id</full>
<pluginccarea>voip_did_plugin_id,country_code,areacode</pluginccarea>
<nums>site_id,country_code,areacode</nums>
</index>
<field>
<id>
<type>I4</type>
<unique>1</unique>
</id>
<site_id>
<type>I4</type>
</site_id>
<account_id>
<type>I4</type>
</account_id>
<npa>
<type>C(16)</type>
<min_len>3</min_len>
<max_len>3</max_len>
<validate>numeric</validate>
</npa>
<nxx>
<type>C(16)</type>
<min_len>3</min_len>
<max_len>3</max_len>
<validate>numeric</validate>
</nxx>
<station>
<type>C(32)</type>
<min_len>2</min_len>
<validate>numeric</validate>
</station>
<country_code>
<type>I4</type>
</country_code>
<date_reserved>
<type>I8</type>
</date_reserved>
<voip_did_plugin_id>
<type>I4</type>
</voip_did_plugin_id>
<areacode>
<type>I4</type>
</areacode>
</field>
<method>
<add>id,site_id,npa,nxx,station,country_code,date_reserved,voip_did_plugin_id</add>
<view>id,site_id,account_id,npa,nxx,station,country_code,date_reserved,voip_did_plugin_id</view>
<update>id,site_id,account_id,npa,nxx,station,country_code,date_reserved,voip_did_plugin_id</update>
<delete>id,site_id,account_id,npa,nxx,station,country_code,date_reserved,voip_did_plugin_id</delete>
<search>id,site_id,account_id,npa,nxx,station,country_code,date_reserved,voip_did_plugin_id</search>
<search_export>id,account_id,npa,nxx,station,country_code,date_reserved,voip_did_plugin_id</search_export>
<export_excel>id,account_id,npa,nxx,station,country_code,date_reserved,voip_did_plugin_id</export_excel>
<export_xml>id,account_id,npa,nxx,station,country_code,date_reserved,voip_did_plugin_id</export_xml>
<export_tab>id,account_id,npa,nxx,station,country_code,date_reserved,voip_did_plugin_id</export_tab>
<export_csv>id,account_id,npa,nxx,station,country_code,date_reserved,voip_did_plugin_id</export_csv>
</method>
<trigger>0</trigger>
</construct>