Built motion from commit 0c27b27.|1.0.11
[motion.git] / server / models / history / report_call_history.js
index 05d4b2f..3d504a9 100644 (file)
@@ -12,7 +12,7 @@ module.exports = function(sequelize, DataTypes) {
     },
     type: {
       type: DataTypes.ENUM,
-      values: ['inbound', 'internal', 'outbound', 'inbound-fax', 'outbound-fax', 'tigerdial']
+      values: ['inbound', 'internal', 'outbound', 'inbound-fax', 'outbound-fax', 'tigerdial', 'chanspy']
     },
     tag: DataTypes.STRING,
     accountcode: DataTypes.STRING,