Built motion from commit 3c2ce842.|2.6.31
[motion2.git] / server / services / ami / model / agent.js
index a2bf815..3b93219 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x7e40=['toLowerCase','not_inuse','idle','talking','voiceStatus','statePause','toNumber','format','stateTime','status','stringify','user:ami:update','omit','emit','exports','util','moment','ioredis','redis','socket.io-emitter','name','email','accountcode','fullname','state','unknown','phone','mobile','interface','online','voiceStatusTime','voiceStatusQueue','onhold','local','md5','prototype'];(function(_0x412cad,_0x4a0234){var _0x39a591=function(_0x31e4c2){while(--_0x31e4c2){_0x412cad['push'](_0x412cad['shift']());}};_0x39a591(++_0x4a0234);}(_0x7e40,0x9f));var _0x07e4=function(_0x5732d6,_0x2c9500){_0x5732d6=_0x5732d6-0x0;var _0x3a1a0f=_0x7e40[_0x5732d6];return _0x3a1a0f;};'use strict';var _=require('lodash');var util=require(_0x07e4('0x0'));var moment=require(_0x07e4('0x1'));var md5=require('md5');var Redis=require(_0x07e4('0x2'));var config=require('../../../config/environment');config['redis']=_['defaults'](config[_0x07e4('0x3')],{'host':'localhost','port':0x18eb});var io=require(_0x07e4('0x4'))(new Redis(config['redis']));function Agent(_0x4b1c3f){this['id']=_0x4b1c3f['id']||0x0;this['name']=_0x4b1c3f[_0x07e4('0x5')]||'';this[_0x07e4('0x6')]=_0x4b1c3f[_0x07e4('0x6')]||'';this[_0x07e4('0x7')]=_0x4b1c3f[_0x07e4('0x7')]||'';this['fullname']=_0x4b1c3f[_0x07e4('0x8')]||'';this[_0x07e4('0x9')]='unknown';this['stateTime']=0x0;this['status']=_0x07e4('0xa');this['address']='';this[_0x07e4('0xb')]='';this[_0x07e4('0xc')]='';this[_0x07e4('0xd')]='';this['online']=_0x4b1c3f[_0x07e4('0xe')]||![];this['voiceStatus']=_0x07e4('0xa');this[_0x07e4('0xf')]=0x0;this['voiceStatusCallerIdNumber']='';this[_0x07e4('0x10')]='';this[_0x07e4('0x11')]=![];this[_0x07e4('0x12')]=![];this[_0x07e4('0x13')]='';}Agent[_0x07e4('0x14')]['updateStatusRealtime']=function(_0x3cb034){var _0x304d1d;if(_0x3cb034&&_0x3cb034[_0x07e4('0x9')]){_0x304d1d=_0x3cb034[_0x07e4('0x9')][_0x07e4('0x15')]();switch(_0x304d1d){case _0x07e4('0x16'):_0x304d1d=_0x07e4('0x17');break;case'inuse':_0x304d1d=_0x07e4('0x18');break;}}if(_0x304d1d&&this[_0x07e4('0x19')]!==_0x304d1d||_0x3cb034[_0x07e4('0x1a')]){this[_0x07e4('0xf')]=_[_0x07e4('0x1b')](moment()[_0x07e4('0x1c')]('x'));}if(_0x304d1d){this[_0x07e4('0x19')]=_0x304d1d;}var _0x3045a5={'id':this['id'],'name':this[_0x07e4('0x5')],'email':this['email'],'accountcode':this[_0x07e4('0x7')],'fullname':this[_0x07e4('0x8')],'state':this['state'],'stateTime':this[_0x07e4('0x1d')],'status':this[_0x07e4('0x1e')],'address':this['address'],'online':this['online'],'voiceStatus':this[_0x07e4('0x19')],'voiceStatusTime':this[_0x07e4('0xf')],'voiceStatusCallerIdNumber':this['voiceStatusCallerIdNumber'],'voiceStatusQueue':this['voiceStatusQueue'],'interface':this[_0x07e4('0xd')],'onhold':this['onhold']};var _0x2553cc=md5(JSON[_0x07e4('0x1f')](_0x3045a5));if(this[_0x07e4('0x13')]!==_0x2553cc){this[_0x07e4('0x13')]=_0x2553cc;io['to'](util[_0x07e4('0x1c')]('user:%s',_0x3045a5[_0x07e4('0x5')]))['emit'](_0x07e4('0x20'),_[_0x07e4('0x21')](_0x3045a5,[_0x07e4('0xe')]));io[_0x07e4('0x22')]('user:presence',_0x3045a5);}};module[_0x07e4('0x23')]=Agent;
\ No newline at end of file
+var _0x6f64=['mobile','online','voiceStatus','voiceStatusTime','voiceStatusCallerIdNumber','onhold','local','updateStatusRealtime','toLowerCase','not_inuse','idle','inuse','statePause','toNumber','format','address','voiceStatusQueue','interface','emit','omit','user:presence','exports','util','moment','md5','ioredis','redis','defaults','socket.io-emitter','name','email','accountcode','fullname','state','unknown','stateTime','status','phone'];(function(_0x3bbd1f,_0x119571){var _0x4cb1fe=function(_0x354967){while(--_0x354967){_0x3bbd1f['push'](_0x3bbd1f['shift']());}};_0x4cb1fe(++_0x119571);}(_0x6f64,0x1de));var _0x46f6=function(_0x2a43e5,_0x4ad894){_0x2a43e5=_0x2a43e5-0x0;var _0x28301d=_0x6f64[_0x2a43e5];return _0x28301d;};'use strict';var _=require('lodash');var util=require(_0x46f6('0x0'));var moment=require(_0x46f6('0x1'));var md5=require(_0x46f6('0x2'));var Redis=require(_0x46f6('0x3'));var config=require('../../../config/environment');config[_0x46f6('0x4')]=_[_0x46f6('0x5')](config[_0x46f6('0x4')],{'host':'localhost','port':0x18eb});var io=require(_0x46f6('0x6'))(new Redis(config[_0x46f6('0x4')]));function Agent(_0x527b04){this['id']=_0x527b04['id']||0x0;this['name']=_0x527b04[_0x46f6('0x7')]||'';this[_0x46f6('0x8')]=_0x527b04[_0x46f6('0x8')]||'';this[_0x46f6('0x9')]=_0x527b04[_0x46f6('0x9')]||'';this[_0x46f6('0xa')]=_0x527b04[_0x46f6('0xa')]||'';this[_0x46f6('0xb')]=_0x46f6('0xc');this[_0x46f6('0xd')]=0x0;this[_0x46f6('0xe')]=_0x46f6('0xc');this['address']='';this[_0x46f6('0xf')]='';this[_0x46f6('0x10')]='';this['interface']='';this['online']=_0x527b04[_0x46f6('0x11')]||![];this[_0x46f6('0x12')]=_0x46f6('0xc');this[_0x46f6('0x13')]=0x0;this[_0x46f6('0x14')]='';this['voiceStatusQueue']='';this[_0x46f6('0x15')]=![];this[_0x46f6('0x16')]=![];this[_0x46f6('0x2')]='';}Agent['prototype'][_0x46f6('0x17')]=function(_0x719bfe){var _0x6e1c7e;if(_0x719bfe&&_0x719bfe[_0x46f6('0xb')]){_0x6e1c7e=_0x719bfe['state'][_0x46f6('0x18')]();switch(_0x6e1c7e){case _0x46f6('0x19'):_0x6e1c7e=_0x46f6('0x1a');break;case _0x46f6('0x1b'):_0x6e1c7e='talking';break;}}if(_0x6e1c7e&&this[_0x46f6('0x12')]!==_0x6e1c7e||_0x719bfe[_0x46f6('0x1c')]){this[_0x46f6('0x13')]=_[_0x46f6('0x1d')](moment()[_0x46f6('0x1e')]('x'));}if(_0x6e1c7e){this[_0x46f6('0x12')]=_0x6e1c7e;}var _0x13197f={'id':this['id'],'name':this[_0x46f6('0x7')],'email':this[_0x46f6('0x8')],'accountcode':this[_0x46f6('0x9')],'fullname':this[_0x46f6('0xa')],'state':this[_0x46f6('0xb')],'stateTime':this[_0x46f6('0xd')],'status':this[_0x46f6('0xe')],'address':this[_0x46f6('0x1f')],'online':this[_0x46f6('0x11')],'voiceStatus':this[_0x46f6('0x12')],'voiceStatusTime':this[_0x46f6('0x13')],'voiceStatusCallerIdNumber':this[_0x46f6('0x14')],'voiceStatusQueue':this[_0x46f6('0x20')],'interface':this[_0x46f6('0x21')],'onhold':this[_0x46f6('0x15')]};var _0x29d392=md5(JSON['stringify'](_0x13197f));if(this[_0x46f6('0x2')]!==_0x29d392){this['md5']=_0x29d392;io['to'](util[_0x46f6('0x1e')]('user:%s',_0x13197f[_0x46f6('0x7')]))[_0x46f6('0x22')]('user:ami:update',_[_0x46f6('0x23')](_0x13197f,[_0x46f6('0x11')]));io[_0x46f6('0x22')](_0x46f6('0x24'),_0x13197f);}};module[_0x46f6('0x25')]=Agent;
\ No newline at end of file