Built motion from commit 0c27b27.|1.0.11
[motion.git] / server / models / report_call.js
index 18cbc9f..1657bd7 100644 (file)
@@ -11,7 +11,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,