Built motion from commit d5e4af8c.|2.6.23
[motion2.git] / server / services / agi / events.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 _0x9675=['subscribe','emit','error','parse','E_AGI_SERVER_ERROR','exports','lodash','events','ioredis','../../config/environment','redis','localhost'];(function(_0x45783c,_0x49c56d){var _0x1161da=function(_0x3c5d41){while(--_0x3c5d41){_0x45783c['push'](_0x45783c['shift']());}};_0x1161da(++_0x49c56d);}(_0x9675,0x14a));var _0x5967=function(_0x53d138,_0x463ffe){_0x53d138=_0x53d138-0x0;var _0x1ef55f=_0x9675[_0x53d138];return _0x1ef55f;};'use strict';var _=require(_0x5967('0x0'));var EventEmitter=require(_0x5967('0x1'))['EventEmitter'];var Redis=require(_0x5967('0x2'));var AGIError=require('./error');var config=require(_0x5967('0x3'));config[_0x5967('0x4')]=_['defaults'](config[_0x5967('0x4')],{'host':_0x5967('0x5'),'port':0x18eb});var eventEmitter=new EventEmitter();var sub=new Redis(config[_0x5967('0x4')]);sub[_0x5967('0x6')]('agi',function(_0x15b550){if(_0x15b550)return eventEmitter[_0x5967('0x7')](_0x5967('0x8'),new AGIError('E_AGI_SERVER_ERROR',_0x15b550));});sub['on']('message',function(_0x333ddf,_0x3b4651){if(_0x333ddf!=='agi')return;try{var _0x31e5ca=JSON[_0x5967('0x9')](_0x3b4651);eventEmitter['emit']('projectUpdate',_0x31e5ca);}catch(_0x1d9975){eventEmitter[_0x5967('0x7')](_0x5967('0x8'),new AGIError(_0x5967('0xa'),_0x1d9975));}});module[_0x5967('0xb')]={'EventEmitter':eventEmitter};