فهرست منبع

* Updated schema and scripts due to gw table change.
* Improved descriptions.


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

Juha Heinanen 17 سال پیش
والد
کامیت
1655fbd867
2فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 4 4
      lib/srdb1/schema/gw.xml
  2. 2 2
      lib/srdb1/schema/lcr.xml

+ 4 - 4
lib/srdb1/schema/gw.xml

@@ -10,7 +10,7 @@
 
 <table id="gw" xmlns:db="http://docbook.org/ns/docbook">
     <name>gw</name>
-    <version>6</version>
+    <version>7</version>
     <type db="mysql">&MYSQL_TABLE_TYPE;</type>
     <description>
         <db:para>This table contains Least Cost Routing Gateway definitions for the LCR module.
@@ -74,16 +74,16 @@
         <name>strip</name>
         <type>unsigned char</type>
         <null/>
-        <description>The number of digits to strip from the RURI before applying the prefix.</description>
+        <description>The number of digits to strip from Request URI user part before inserting tag</description>
     </column>
 
     <column>
-        <name>prefix</name>
+        <name>tag</name>
         <type>string</type>
         <size>16</size>
         <null/>
         <default><null/></default>
-        <description>The R-URI(destination) prefix</description>
+        <description>Request URI user part tag</description>
     </column>
 
     <column>

+ 2 - 2
lib/srdb1/schema/lcr.xml

@@ -33,7 +33,7 @@
         <size>16</size>
 		<null/>
         <default><null/></default>
-        <description>The Request-URI (destination) prefix.</description>
+        <description>Prefix of Request URI user part</description>
         <natural/>
     </column>
 
@@ -43,7 +43,7 @@
         <size>&domain_len;</size>
         <null/>
         <default><null/></default>
-        <description>The FROM (source) URI.</description>
+        <description>Pattern that is matched to caller's URI</description>
     </column>
 
     <column id="grp_id">