01a2711061ba5034f5e5ad369c8d8e43bf47d93e
[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 _0x2ab7=['save','remove','emit','exports','events','setMaxListeners'];(function(_0x54e6f5,_0x4f4e99){var _0x5e8794=function(_0x27512b){while(--_0x27512b){_0x54e6f5['push'](_0x54e6f5['shift']());}};_0x5e8794(++_0x4f4e99);}(_0x2ab7,0x16c));var _0x72ab=function(_0x2a02b9,_0x110c2c){_0x2a02b9=_0x2a02b9-0x0;var _0x578f84=_0x2ab7[_0x2a02b9];return _0x578f84;};'use strict';var EventEmitter=require(_0x72ab('0x0'));var VoiceQueue=require('../../mysqldb')['db']['VoiceQueue'];var VoiceQueueEvents=new EventEmitter();VoiceQueueEvents[_0x72ab('0x1')](0x0);var events={'afterCreate':_0x72ab('0x2'),'afterUpdate':'update','afterDestroy':_0x72ab('0x3')};function emitEvent(_0x26509f){return function(_0x5ee13,_0x342eb9,_0x43638a){VoiceQueueEvents[_0x72ab('0x4')](_0x26509f+':'+_0x5ee13['id'],_0x5ee13);VoiceQueueEvents[_0x72ab('0x4')](_0x26509f,_0x5ee13);_0x43638a(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];VoiceQueue['hook'](e,emitEvent(event));}}module[_0x72ab('0x5')]=VoiceQueueEvents;