X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fmodels%2Fhistory%2Freport_call_history.js;h=3d504a930d10654b7a2573c4c74e8917e6a73de1;hb=edd67e8d6c66241fae1370a7106d343e4f62a447;hp=05d4b2fc376b079f380edc38023899c153afd2ba;hpb=ec988e98666cb2864979ce180139d97ae4729cfe;p=motion.git diff --git a/server/models/history/report_call_history.js b/server/models/history/report_call_history.js index 05d4b2f..3d504a9 100644 --- a/server/models/history/report_call_history.js +++ b/server/models/history/report_call_history.js @@ -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,