Built motion from commit 9ab4571.|0.0.110
[motion.git] / server / api / report_agent / report_agent.socket.js
index f6d496d..9871c4b 100644 (file)
@@ -1,50 +1 @@
-/**
- * Broadcast updates to client when the model changes
- */
-
-'use strict';
-
-var ReportAgent = require('../../models').ReportAgent;
-
-exports.register = function(socket) {
-  ReportAgent.afterCreate(function(doc) {
-    onSave(socket, doc);
-  });
-  ReportAgent.afterUpdate(function(doc) {
-    onSave(socket, doc);
-  });
-  ReportAgent.afterDestroy(function(doc) {
-    onRemove(socket, doc);
-  });
-}
-
-function onSave(socket, doc, cb) {
-  // socket.emit('report_agent:save', {
-  //   id: doc.id,
-  //   uniqueid: doc.uniqueid,
-  //   calleridnum: doc.callerinum,
-  //   calleridname: doc.calleridname,
-  //   queue: doc.queue,
-  //   interface: doc.interface,
-  //   membername: doc.membername,
-  //   agentcalledAt: doc.agentcalledAt,
-  //   agentconnectAt: doc.agentconnectAt,
-  //   holdtime: doc.holdtime,
-  //   agentcomplete: doc.agentcomplete,
-  //   agentcompleteAt: doc.agentcompleteAt,
-  //   talktime: doc.talktime,
-  //   agentacw: doc.agentacw,
-  //   acwtime: doc.acwtime,
-  //   agentringnoanswer: doc.agentringnoanswer,
-  //   agentringnoanswerAt: doc.agentringnoanswerAt,
-  //   lastevent: doc.lastevent
-  // });
-  if (socket.name === doc.membername || socket.role === 'admin') {
-    socket.emit('report_agent:save', doc);
-  }
-
-}
-
-function onRemove(socket, doc, cb) {
-  socket.emit('report_agent:remove', doc);
-}
+var _0xae1a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x72\x65\x67\x69\x73\x74\x65\x72","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x3A\x72\x65\x6D\x6F\x76\x65"];_0xae1a[0];var ReportAgent=require(_0xae1a[2])[_0xae1a[1]];exports[_0xae1a[3]]=function(_0x3899x2){ReportAgent[_0xae1a[4]](function(_0x3899x3){onSave(_0x3899x2,_0x3899x3)});ReportAgent[_0xae1a[5]](function(_0x3899x3){onSave(_0x3899x2,_0x3899x3)});ReportAgent[_0xae1a[6]](function(_0x3899x3){onRemove(_0x3899x2,_0x3899x3)})};function onSave(_0x3899x2,_0x3899x3,_0x3899x5){if(_0x3899x2[_0xae1a[7]]===_0x3899x3[_0xae1a[8]]||_0x3899x2[_0xae1a[9]]===_0xae1a[10]){_0x3899x2[_0xae1a[12]](_0xae1a[11],_0x3899x3)}}function onRemove(_0x3899x2,_0x3899x3,_0x3899x5){_0x3899x2[_0xae1a[12]](_0xae1a[13],_0x3899x3)}
\ No newline at end of file