Built motion from commit 2239aeb.|0.0.113
[motion.git] / server / models / history / report_call_history.js
index 5cf8f4e..d1411b2 100644 (file)
@@ -11,7 +11,7 @@ module.exports = function(sequelize, DataTypes) {
     },
     type: {
       type: DataTypes.ENUM,
-      values: ['inbound', 'internal', 'outbound', 'inbound-fax', 'outbound-fax']
+      values: ['inbound', 'internal', 'outbound', 'inbound-fax', 'outbound-fax', 'tigerdial']
     },
     tag: DataTypes.STRING,
     accountcode: DataTypes.STRING,