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_rate/voip_rate_construct.xml
2008-11-26 14:50:40 -08:00

76 lines
2.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<construct>
<module>voip_rate</module>
<table>voip_rate</table>
<dependancy/>
<cache>0</cache>
<order_by>name</order_by>
<limit>25</limit>
<index>
<id>id</id>
</index>
<field>
<id>
<type>I4</type>
<unique>1</unique>
</id>
<site_id>
<type>I4</type>
</site_id>
<date_added>
<type>I8</type>
<convert>date-time</convert>
</date_added>
<name>
<type>C(32)</type>
<min_len>2</min_len>
<max_len>32</max_len>
<validate>any</validate>
</name>
<pattern>
<type>B</type>
</pattern>
<connect_fee>
<type>F</type>
</connect_fee>
<increment_seconds>
<type>I4</type>
<validate>any</validate>
</increment_seconds>
<seconds_included>
<type>I4</type>
</seconds_included>
<amount>
<type>F</type>
<validate>any</validate>
</amount>
<type>
<type>N</type>
</type>
<direction>
<type>N</type>
</direction>
<min>
<type>I4</type>
</min>
<max>
<type>I4</type>
</max>
<combine>
<type>L</type>
</combine>
<percall>
<type>L</type>
</percall>
</field>
<method>
<add>id,site_id,date_added,name,pattern,connect_fee,increment_seconds,seconds_included,amount,type,direction,min,max,combine,percall</add>
<update>id,site_id,date_added,name,pattern,connect_fee,increment_seconds,seconds_included,amount,type,direction,min,max,combine,percall</update>
<delete>id,site_id,date_added,name,pattern,connect_fee,increment_seconds,seconds_included,amount,type,direction,min,max,combine,percall</delete>
<view>id,site_id,date_added,name,pattern,connect_fee,increment_seconds,seconds_included,amount,type,direction,min,max,combine,percall</view>
<search>id,site_id,date_added,name,pattern,connect_fee,increment_seconds,seconds_included,amount,type,direction,min,max,combine,percall</search>
<import>name,pattern,connect_fee,increment_seconds,seconds_included,amount,type,direction,min,max,combine,percall</import>
</method>
<trigger>0</trigger>
</construct>