9496227959e5bd111c89072c22af8f73234b7907
[motion2.git] / server / api / voiceQueue / voiceQueue.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 _0xee68=['hook','events','VoiceQueue','setMaxListeners','save','update','remove','emit','hasOwnProperty'];(function(_0x48b150,_0x300860){var _0x38203=function(_0x46dfdd){while(--_0x46dfdd){_0x48b150['push'](_0x48b150['shift']());}};_0x38203(++_0x300860);}(_0xee68,0x7f));var _0x8ee6=function(_0x1646fa,_0x4e5bd7){_0x1646fa=_0x1646fa-0x0;var _0x5a47a5=_0xee68[_0x1646fa];return _0x5a47a5;};'use strict';var EventEmitter=require(_0x8ee6('0x0'));var VoiceQueue=require('../../mysqldb')['db'][_0x8ee6('0x1')];var VoiceQueueEvents=new EventEmitter();VoiceQueueEvents[_0x8ee6('0x2')](0x0);var events={'afterCreate':_0x8ee6('0x3'),'afterUpdate':_0x8ee6('0x4'),'afterDestroy':_0x8ee6('0x5')};function emitEvent(_0x375b75){return function(_0x3ad9f2,_0x4d99cb,_0x422a53){VoiceQueueEvents[_0x8ee6('0x6')](_0x375b75+':'+_0x3ad9f2['id'],_0x3ad9f2);VoiceQueueEvents[_0x8ee6('0x6')](_0x375b75,_0x3ad9f2);_0x422a53(null);};}for(var e in events){if(events[_0x8ee6('0x7')](e)){var event=events[e];VoiceQueue[_0x8ee6('0x8')](e,emitEvent(event));}}module['exports']=VoiceQueueEvents;