ddf4bd829468975074500d443c7efc277a000210
[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 _0xdf3b=['emit','hook','exports','events','../../mysqldb','VoiceQueue','setMaxListeners','save','remove'];(function(_0x341240,_0x52ac67){var _0x3ab00b=function(_0x49b3f4){while(--_0x49b3f4){_0x341240['push'](_0x341240['shift']());}};_0x3ab00b(++_0x52ac67);}(_0xdf3b,0x111));var _0xbdf3=function(_0x7dbd65,_0x18da49){_0x7dbd65=_0x7dbd65-0x0;var _0x33d551=_0xdf3b[_0x7dbd65];return _0x33d551;};'use strict';var EventEmitter=require(_0xbdf3('0x0'));var VoiceQueue=require(_0xbdf3('0x1'))['db'][_0xbdf3('0x2')];var VoiceQueueEvents=new EventEmitter();VoiceQueueEvents[_0xbdf3('0x3')](0x0);var events={'afterCreate':_0xbdf3('0x4'),'afterUpdate':'update','afterDestroy':_0xbdf3('0x5')};function emitEvent(_0x4044cb){return function(_0x14df24,_0x2c878e,_0xae42fa){VoiceQueueEvents[_0xbdf3('0x6')](_0x4044cb+':'+_0x14df24['id'],_0x14df24);VoiceQueueEvents[_0xbdf3('0x6')](_0x4044cb,_0x14df24);_0xae42fa(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];VoiceQueue[_0xbdf3('0x7')](e,emitEvent(event));}}module[_0xbdf3('0x8')]=VoiceQueueEvents;