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

68 lines
2.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<construct>
<module>voip_fax</module>
<table>voip_fax</table>
<dependancy>voip</dependancy>
<cache>0</cache>
<order_by>date_orig</order_by>
<limit>50</limit>
<index>
<dst_idx>dst</dst_idx>
</index>
<field>
<id>
<type>I4</type>
<unique>1</unique>
</id>
<site_id>
<type>I4</type>
</site_id>
<account_id>
<type>I4</type>
<asso_table>account</asso_table>
<asso_field>username</asso_field>
</account_id>
<date_orig>
<type>C(16)</type>
<validate>date-time</validate>
</date_orig>
<clid>
<type>C(64)</type>
</clid>
<src>
<type>C(64)</type>
</src>
<dst>
<type>C(64)</type>
</dst>
<pages>
<type>I4</type>
</pages>
<image_size>
<type>C(16)</type>
</image_size>
<image_resolution>
<type>C(16)</type>
</image_resolution>
<transfer_rate>
<type>I4</type>
</transfer_rate>
<image_bytes>
<type>I4</type>
</image_bytes>
<bad_rows>
<type>I4</type>
</bad_rows>
<mime_type>
<type>C(32)</type>
</mime_type>
</field>
<method>
<add>id,site_id,account_id,date_orig,clid,src,dst,pages,image_size,image_resolution,transfer_rate,image_bytes,bad_rows,mime_type</add>
<update>id,site_id,account_id,clid,src,dst,pages,image_size,image_resolution,transfer_rate,image_bytes,bad_rows,mime_type</update>
<delete>id,site_id,account_id,date_orig,clid,src,dst,pages,image_size,image_resolution,transfer_rate,image_bytes,bad_rows,mime_type</delete>
<view>id,site_id,account_id,date_orig,clid,src,dst,pages,image_size,image_resolution,transfer_rate,image_bytes,bad_rows,mime_type</view>
<search>id,site_id,account_id,date_orig,clid,src,dst,pages,image_size,image_resolution,transfer_rate,image_bytes,bad_rows,mime_type</search>
</method>
<trigger>0</trigger>
</construct>