Initial Commit of AgileBill Open Source
This commit is contained in:
5
modules/voip_iax/voip_iax.inc.php
Normal file
5
modules/voip_iax/voip_iax.inc.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
class voip_sip
|
||||
{
|
||||
}
|
||||
?>
|
34
modules/voip_iax/voip_iax_construct.xml
Normal file
34
modules/voip_iax/voip_iax_construct.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<construct>
|
||||
<module>voip_iax</module>
|
||||
<table>voip_iax</table>
|
||||
<dependancy>voip</dependancy>
|
||||
<cache>0</cache>
|
||||
<order_by>id</order_by>
|
||||
<limit>35</limit>
|
||||
<index>
|
||||
<keyword>keyword</keyword>
|
||||
</index>
|
||||
<field>
|
||||
<id>
|
||||
<type>I4</type>
|
||||
</id>
|
||||
<site_id>
|
||||
<type>I4</type>
|
||||
</site_id>
|
||||
<iax>
|
||||
<type>C(32)</type>
|
||||
</iax>
|
||||
<keyword>
|
||||
<type>C(32)</type>
|
||||
</keyword>
|
||||
<data>
|
||||
<type>C(255)</type>
|
||||
</data>
|
||||
<flags>
|
||||
<type>L</type>
|
||||
</flags>
|
||||
</field>
|
||||
<method>0</method>
|
||||
<trigger>0</trigger>
|
||||
</construct>
|
15
modules/voip_iax/voip_iax_install.xml
Normal file
15
modules/voip_iax/voip_iax_install.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<install>
|
||||
<module_properties>
|
||||
<name>voip_iax</name>
|
||||
<parent>voip</parent>
|
||||
<notes>This module stores the IAX records</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