2
0
Эх сурвалжийг харах

- new column to dispatcher table to hold priority
- regenerated scripts to create the table


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@5457 689a6050-402a-0410-94f2-e92a70836424

Daniel-Constantin Mierla 16 жил өмнө
parent
commit
1b4f5086ff

+ 9 - 1
lib/srdb1/schema/dispatcher.xml

@@ -9,7 +9,7 @@
 
 <table id="dispatcher" xmlns:db="http://docbook.org/ns/docbook">
     <name>dispatcher</name>
-    <version>2</version>
+    <version>3</version>
     <type db="mysql">&MYSQL_TABLE_TYPE;</type>
     <description>
         <db:para>This table is used by the dispatcher module. It contains the sets of destinations used for load balancing and dispatching. More information about the dispatcher module can be found at: &KAMAILIO_MOD_DOC;dispatcher.html
@@ -50,6 +50,14 @@
         <natural/>
     </column>
 
+    <column id="priority">
+        <name>priority</name>
+        <type>int</type>
+        <description>Priority of destination SIP address</description>
+        <default>0</default>
+        <natural/>
+    </column>
+
     <column>
         <name>description</name>
         <type>string</type>