ed7bd59e964c6a71365fb44ae7b164a4c7cb0ee0
[motion2.git] / server / services / ami / model / agent.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x47c8=['email','accountcode','fullname','unknown','status','address','phone','mobile','online','voiceStatusTime','voiceStatusQueue','onhold','local','md5','prototype','updateStatusRealtime','state','toLowerCase','idle','inuse','talking','statePause','toNumber','format','voiceStatus','voiceStatusCallerIdNumber','interface','emit','user:ami:update','util','moment','../../../config/environment','defaults','redis','localhost','name'];(function(_0x17ce52,_0x174d05){var _0x468524=function(_0x5c44b5){while(--_0x5c44b5){_0x17ce52['push'](_0x17ce52['shift']());}};_0x468524(++_0x174d05);}(_0x47c8,0x89));var _0x847c=function(_0x328ebc,_0x2811a8){_0x328ebc=_0x328ebc-0x0;var _0x54be14=_0x47c8[_0x328ebc];return _0x54be14;};'use strict';var _=require('lodash');var util=require(_0x847c('0x0'));var moment=require(_0x847c('0x1'));var md5=require('md5');var Redis=require('ioredis');var config=require(_0x847c('0x2'));config['redis']=_[_0x847c('0x3')](config[_0x847c('0x4')],{'host':_0x847c('0x5'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config['redis']));function Agent(_0x434961){this['id']=_0x434961['id']||0x0;this['name']=_0x434961[_0x847c('0x6')]||'';this['email']=_0x434961[_0x847c('0x7')]||'';this[_0x847c('0x8')]=_0x434961[_0x847c('0x8')]||'';this[_0x847c('0x9')]=_0x434961['fullname']||'';this['state']=_0x847c('0xa');this['stateTime']=0x0;this[_0x847c('0xb')]=_0x847c('0xa');this[_0x847c('0xc')]='';this[_0x847c('0xd')]='';this[_0x847c('0xe')]='';this['interface']='';this[_0x847c('0xf')]=_0x434961[_0x847c('0xf')]||![];this['voiceStatus']=_0x847c('0xa');this[_0x847c('0x10')]=0x0;this['voiceStatusCallerIdNumber']='';this[_0x847c('0x11')]='';this[_0x847c('0x12')]=![];this[_0x847c('0x13')]=![];this[_0x847c('0x14')]='';}Agent[_0x847c('0x15')][_0x847c('0x16')]=function(_0x14a970){var _0x141373;if(_0x14a970&&_0x14a970['state']){_0x141373=_0x14a970[_0x847c('0x17')][_0x847c('0x18')]();switch(_0x141373){case'not_inuse':_0x141373=_0x847c('0x19');break;case _0x847c('0x1a'):_0x141373=_0x847c('0x1b');break;}}if(_0x141373&&this['voiceStatus']!==_0x141373||_0x14a970[_0x847c('0x1c')]){this[_0x847c('0x10')]=_[_0x847c('0x1d')](moment()[_0x847c('0x1e')]('x'));}if(_0x141373){this[_0x847c('0x1f')]=_0x141373;}var _0x2e8281={'id':this['id'],'name':this[_0x847c('0x6')],'email':this[_0x847c('0x7')],'accountcode':this[_0x847c('0x8')],'fullname':this[_0x847c('0x9')],'state':this['state'],'stateTime':this['stateTime'],'status':this[_0x847c('0xb')],'address':this[_0x847c('0xc')],'online':this['online'],'voiceStatus':this[_0x847c('0x1f')],'voiceStatusTime':this[_0x847c('0x10')],'voiceStatusCallerIdNumber':this[_0x847c('0x20')],'voiceStatusQueue':this[_0x847c('0x11')],'interface':this[_0x847c('0x21')],'onhold':this[_0x847c('0x12')]};var _0x236bf0=md5(JSON['stringify'](_0x2e8281));if(this[_0x847c('0x14')]!==_0x236bf0){this['md5']=_0x236bf0;io['to'](util[_0x847c('0x1e')]('user:%s',_0x2e8281[_0x847c('0x6')]))[_0x847c('0x22')](_0x847c('0x23'),_['omit'](_0x2e8281,['online']));io[_0x847c('0x22')]('user:presence',_0x2e8281);}};module['exports']=Agent;