c3aca3ec68d2e60f8e692db9cafedcd30c6f613b
[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 _0x1e5c=['hasOwnProperty','hook','VoiceQueue','save','remove','emit'];(function(_0x40bee5,_0x156710){var _0x355fad=function(_0x27596c){while(--_0x27596c){_0x40bee5['push'](_0x40bee5['shift']());}};_0x355fad(++_0x156710);}(_0x1e5c,0x152));var _0xc1e5=function(_0x2d939c,_0xfc448f){_0x2d939c=_0x2d939c-0x0;var _0x908e5b=_0x1e5c[_0x2d939c];return _0x908e5b;};'use strict';var EventEmitter=require('events');var VoiceQueue=require('../../mysqldb')['db'][_0xc1e5('0x0')];var VoiceQueueEvents=new EventEmitter();VoiceQueueEvents['setMaxListeners'](0x0);var events={'afterCreate':_0xc1e5('0x1'),'afterUpdate':'update','afterDestroy':_0xc1e5('0x2')};function emitEvent(_0x41922a){return function(_0x114c60,_0x51f598,_0x463c3c){VoiceQueueEvents[_0xc1e5('0x3')](_0x41922a+':'+_0x114c60['id'],_0x114c60);VoiceQueueEvents[_0xc1e5('0x3')](_0x41922a,_0x114c60);_0x463c3c(null);};}for(var e in events){if(events[_0xc1e5('0x4')](e)){var event=events[e];VoiceQueue[_0xc1e5('0x5')](e,emitEvent(event));}}module['exports']=VoiceQueueEvents;