Browse Source

dialog(k): use the version from (old) trunk, the ones from 1.5 is also old

Henning Westerholt 16 years ago
parent
commit
72f1a20734
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lib/srdb1/schema/dialog.xml

+ 3 - 0
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>