Initial Commit of AgileBill Open Source

This commit is contained in:
unknown
2008-11-26 14:50:40 -08:00
parent ae5a0fc25e
commit 02306ccc47
2954 changed files with 410976 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?php
class voip_in_network
{
}
?>

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<construct>
<module>voip_in_network</module>
<table>voip_in_network</table>
<dependancy>voip</dependancy>
<cache>0</cache>
<order_by>id</order_by>
<limit>35</limit>
<index>
<did>did</did>
</index>
<field>
<id>
<type>I4</type>
</id>
<site_id>
<type>I4</type>
</site_id>
<did>
<type>C(16)</type>
<unique>1</unique>
</did>
</field>
<method>0</method>
<trigger>0</trigger>
</construct>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<install>
<module_properties>
<name>voip_in_network</name>
<parent>voip</parent>
<notes>This module stores the data for the in network checks</notes>
<menu_display></menu_display>
<dependancy>voip</dependancy>
<sub_modules></sub_modules>
</module_properties>
<sql_inserts>
<module_method>
</module_method>
</sql_inserts>
</install>