76b705186bd47c1feb760bd857dc5e072df6fd11
[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 _0x51ee=['onhold','stringify','omit','emit','user:presence','exports','lodash','util','md5','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','email','accountcode','fullname','unknown','address','phone','mobile','interface','online','voiceStatusTime','voiceStatusCallerIdNumber','voiceStatusQueue','local','prototype','updateStatusRealtime','state','toLowerCase','not_inuse','idle','inuse','talking','voiceStatus','statePause','toNumber','format','stateTime'];(function(_0x1bf228,_0x43de68){var _0x336d6b=function(_0x1c4596){while(--_0x1c4596){_0x1bf228['push'](_0x1bf228['shift']());}};_0x336d6b(++_0x43de68);}(_0x51ee,0xae));var _0xe51e=function(_0xd44d19,_0x1e996f){_0xd44d19=_0xd44d19-0x0;var _0x45efeb=_0x51ee[_0xd44d19];return _0x45efeb;};'use strict';var _=require(_0xe51e('0x0'));var util=require(_0xe51e('0x1'));var moment=require('moment');var md5=require(_0xe51e('0x2'));var Redis=require(_0xe51e('0x3'));var config=require(_0xe51e('0x4'));config[_0xe51e('0x5')]=_[_0xe51e('0x6')](config[_0xe51e('0x5')],{'host':_0xe51e('0x7'),'port':0x18eb});var io=require(_0xe51e('0x8'))(new Redis(config['redis']));function Agent(_0x230610){this['id']=_0x230610['id']||0x0;this[_0xe51e('0x9')]=_0x230610[_0xe51e('0x9')]||'';this[_0xe51e('0xa')]=_0x230610[_0xe51e('0xa')]||'';this[_0xe51e('0xb')]=_0x230610[_0xe51e('0xb')]||'';this[_0xe51e('0xc')]=_0x230610['fullname']||'';this['state']=_0xe51e('0xd');this['stateTime']=0x0;this['status']=_0xe51e('0xd');this[_0xe51e('0xe')]='';this[_0xe51e('0xf')]='';this[_0xe51e('0x10')]='';this[_0xe51e('0x11')]='';this['online']=_0x230610[_0xe51e('0x12')]||![];this['voiceStatus']=_0xe51e('0xd');this[_0xe51e('0x13')]=0x0;this[_0xe51e('0x14')]='';this[_0xe51e('0x15')]='';this['onhold']=![];this[_0xe51e('0x16')]=![];this[_0xe51e('0x2')]='';}Agent[_0xe51e('0x17')][_0xe51e('0x18')]=function(_0x5711c7){var _0x37b4f0;if(_0x5711c7&&_0x5711c7[_0xe51e('0x19')]){_0x37b4f0=_0x5711c7[_0xe51e('0x19')][_0xe51e('0x1a')]();switch(_0x37b4f0){case _0xe51e('0x1b'):_0x37b4f0=_0xe51e('0x1c');break;case _0xe51e('0x1d'):_0x37b4f0=_0xe51e('0x1e');break;}}if(_0x37b4f0&&this[_0xe51e('0x1f')]!==_0x37b4f0||_0x5711c7[_0xe51e('0x20')]){this[_0xe51e('0x13')]=_[_0xe51e('0x21')](moment()[_0xe51e('0x22')]('x'));}if(_0x37b4f0){this['voiceStatus']=_0x37b4f0;}var _0x102737={'id':this['id'],'name':this[_0xe51e('0x9')],'email':this[_0xe51e('0xa')],'accountcode':this[_0xe51e('0xb')],'fullname':this[_0xe51e('0xc')],'state':this[_0xe51e('0x19')],'stateTime':this[_0xe51e('0x23')],'status':this['status'],'address':this[_0xe51e('0xe')],'online':this['online'],'voiceStatus':this[_0xe51e('0x1f')],'voiceStatusTime':this[_0xe51e('0x13')],'voiceStatusCallerIdNumber':this[_0xe51e('0x14')],'voiceStatusQueue':this['voiceStatusQueue'],'interface':this['interface'],'onhold':this[_0xe51e('0x24')]};var _0x6ba543=md5(JSON[_0xe51e('0x25')](_0x102737));if(this[_0xe51e('0x2')]!==_0x6ba543){this['md5']=_0x6ba543;io['to'](util[_0xe51e('0x22')]('user:%s',_0x102737[_0xe51e('0x9')]))['emit']('user:ami:update',_[_0xe51e('0x26')](_0x102737,[_0xe51e('0x12')]));io[_0xe51e('0x27')](_0xe51e('0x28'),_0x102737);}};module[_0xe51e('0x29')]=Agent;