Module: sip-router
Branch: master
Commit: 72f1a207344cd5fab981086a2c7bb0aef6883304
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=72f1a20…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Thu Oct 1 18:41:57 2009 +0200
dialog(k): use the version from (old) trunk, the ones from 1.5 is also old
---
lib/srdb1/schema/dialog.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/lib/srdb1/schema/dialog.xml b/lib/srdb1/schema/dialog.xml
index 3eaf631..cb0f931 100644
--- a/lib/srdb1/schema/dialog.xml
+++ b/lib/srdb1/schema/dialog.xml
@@ -162,6 +162,7 @@
<name>timeout</name>
<type>unsigned int</type>
<size>10</size>
+ <default>0</default>
<description>The timestamp (unix time) when the dialog will expire.
</description>
</column>
@@ -170,6 +171,7 @@
<name>sflags</name>
<type>unsigned int</type>
<size>10</size>
+ <default>0</default>
<description>The flags to set for dialog and usable from config file.
</description>
</column>
@@ -178,6 +180,7 @@
<name>toroute</name>
<type>unsigned int</type>
<size>10</size>
+ <default>0</default>
<description>The route to be executed at dialog timeout.
</description>
</column>