|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
<table id="carrierroute" xmlns:db="http://docbook.org/ns/docbook">
|
|
<table id="carrierroute" xmlns:db="http://docbook.org/ns/docbook">
|
|
<name>carrierroute</name>
|
|
<name>carrierroute</name>
|
|
- <version>1</version>
|
|
|
|
|
|
+ <version>2</version>
|
|
<type db="mysql">&MYSQL_TABLE_TYPE;</type>
|
|
<type db="mysql">&MYSQL_TABLE_TYPE;</type>
|
|
<description>
|
|
<description>
|
|
<db:para>This table is used by the carrierroute module to provides routing, balancing and blacklisting capabilities. More information is available at: http://www.openser.org/docs/modules/devel/carrierroute.html
|
|
<db:para>This table is used by the carrierroute module to provides routing, balancing and blacklisting capabilities. More information is available at: http://www.openser.org/docs/modules/devel/carrierroute.html
|
|
@@ -52,6 +52,22 @@
|
|
<description>This column contains the scan prefix, which define the matching portion of a phone number.</description>
|
|
<description>This column contains the scan prefix, which define the matching portion of a phone number.</description>
|
|
</column>
|
|
</column>
|
|
|
|
|
|
|
|
+ <column>
|
|
|
|
+ <name>flags</name>
|
|
|
|
+ <type>unsigned int</type>
|
|
|
|
+ <size>&flag_len;</size>
|
|
|
|
+ <default>0</default>
|
|
|
|
+ <description>This column contains the flags used for rule matching.</description>
|
|
|
|
+ </column>
|
|
|
|
+
|
|
|
|
+ <column>
|
|
|
|
+ <name>mask</name>
|
|
|
|
+ <type>unsigned int</type>
|
|
|
|
+ <size>&flag_len;</size>
|
|
|
|
+ <default>0</default>
|
|
|
|
+ <description>This column contains the mask that is applied to the message flags before rule matching.</description>
|
|
|
|
+ </column>
|
|
|
|
+
|
|
<column>
|
|
<column>
|
|
<name>prob</name>
|
|
<name>prob</name>
|
|
<type>float</type>
|
|
<type>float</type>
|