Module: sip-router
Branch: master
Commit: d0b60d5b967e9ea8df5c911c606ae1ddad490379
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d0b60d5b967e9ea8df5c911c606ae1ddad490379

Author: Henning Westerholt <[email protected]>
Committer: Henning Westerholt <[email protected]>
Date:   Thu Oct  1 18:26:17 2009 +0200

dialog(k): copy dialog table from 1.5 branch, the version in this tree is older

---

 lib/srdb1/schema/dialog.xml |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/lib/srdb1/schema/dialog.xml b/lib/srdb1/schema/dialog.xml
index 1738786..3eaf631 100644
--- a/lib/srdb1/schema/dialog.xml
+++ b/lib/srdb1/schema/dialog.xml
@@ -9,7 +9,7 @@
 
 <table id="dialog" xmlns:db="http://docbook.org/ns/docbook";>
        <name>dialog</name>
-       <version>2</version>
+       <version>3</version>
        <type db="mysql">&MYSQL_TABLE_TYPE;</type>
        <description>
                <db:para>Persistent dialog information for the dialog module. 
More 
@@ -166,6 +166,22 @@
                </description>
        </column>
 
+       <column>
+               <name>sflags</name>
+               <type>unsigned int</type>
+               <size>10</size>
+               <description>The flags to set for dialog and usable from config 
file.
+               </description>
+       </column>
+
+       <column>
+               <name>toroute</name>
+               <type>unsigned int</type>
+               <size>10</size>
+               <description>The route to be executed at dialog timeout.
+               </description>
+       </column>
+
        <index>
                <name>hash_idx</name>
                <colref linkend="hash_entry"/>


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to