Built motion from commit (unavailable).|2.3.7
[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 _0x0410=['events','setMaxListeners','save','remove','emit','hasOwnProperty','hook','exports'];(function(_0x59ee6f,_0x450239){var _0x4c0979=function(_0x565e92){while(--_0x565e92){_0x59ee6f['push'](_0x59ee6f['shift']());}};_0x4c0979(++_0x450239);}(_0x0410,0x198));var _0x0041=function(_0x2a2dc5,_0x41d63c){_0x2a2dc5=_0x2a2dc5-0x0;var _0x3d8e98=_0x0410[_0x2a2dc5];return _0x3d8e98;};'use strict';var EventEmitter=require(_0x0041('0x0'));var VoiceQueue=require('../../mysqldb')['db']['VoiceQueue'];var VoiceQueueEvents=new EventEmitter();VoiceQueueEvents[_0x0041('0x1')](0x0);var events={'afterCreate':_0x0041('0x2'),'afterUpdate':'update','afterDestroy':_0x0041('0x3')};function emitEvent(_0x5f1265){return function(_0x42260a,_0x19f791,_0x256379){VoiceQueueEvents[_0x0041('0x4')](_0x5f1265+':'+_0x42260a['id'],_0x42260a);VoiceQueueEvents[_0x0041('0x4')](_0x5f1265,_0x42260a);_0x256379(null);};}for(var e in events){if(events[_0x0041('0x5')](e)){var event=events[e];VoiceQueue[_0x0041('0x6')](e,emitEvent(event));}}module[_0x0041('0x7')]=VoiceQueueEvents;