Initial Commit of AgileBill Open Source
This commit is contained in:
6
modules/voip_in_network/voip_in_network.inc.php
Normal file
6
modules/voip_in_network/voip_in_network.inc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
class voip_in_network
|
||||
{
|
||||
}
|
||||
?>
|
26
modules/voip_in_network/voip_in_network_construct.xml
Normal file
26
modules/voip_in_network/voip_in_network_construct.xml
Normal 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>
|
15
modules/voip_in_network/voip_in_network_install.xml
Normal file
15
modules/voip_in_network/voip_in_network_install.xml
Normal 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>
|
Reference in New Issue
Block a user