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_vm/voip_vm_construct.xml

59 lines
1.8 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1" ?>
<construct>
<module>voip_vm</module>
<table>voip_vm</table>
<dependancy>voip</dependancy>
<cache>0</cache>
<order_by>id</order_by>
<limit>35</limit>
<index>
<context>context,mailbox</context>
</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>
<validate>any</validate>
</account_id>
<context>
<type>C(128)</type>
</context>
<mailbox>
<type>C(128)</type>
<validate>any</validate>
</mailbox>
<password>
<type>C(128)</type>
<validate>any</validate>
</password>
<fullname>
<type>C(128)</type>
<validate>any</validate>
</fullname>
<email>
<type>C(128)</type>
</email>
<pager>
<type>C(128)</type>
</pager>
<options>
<type>C(128)</type>
</options>
</field>
<method>
<add>id,site_id,account_id,context,mailbox,password,fullname,email,pager,options</add>
<update>id,site_id,account_id,context,mailbox,password,fullname,email,pager,options</update>
<delete>id,site_id,account_id,context,mailbox,password,fullname,email,pager,options</delete>
<view>id,site_id,account_id,context,mailbox,password,fullname,email,pager,options</view>
<search>id,site_id,account_id,context,mailbox,password,fullname,email,pager,options</search>
</method>
<trigger>0</trigger>
</construct>