Built motion from commit 2e74e5e.|0.0.138
[motion.git] / server / models / tools_trunk.js
index e62789c..ca991ec 100644 (file)
@@ -410,7 +410,7 @@ module.exports = function(sequelize, DataTypes) {
     call_limit: {
       type: DataTypes.INTEGER(11),
       allowNull: true,
-      defaultValue: null
+      defaultValue: 1000
     },
     registertrying: { //Send a 100 Trying when the device registers.
       type: DataTypes.ENUM('yes', 'no'),