6b5e599ea0dc72c6baa3875620b6a9bfcb5abb0f
[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 _0x9b1f=['hasOwnProperty','exports','events','update','emit'];(function(_0x46c535,_0x4b0863){var _0x4c1187=function(_0x5b0c0b){while(--_0x5b0c0b){_0x46c535['push'](_0x46c535['shift']());}};_0x4c1187(++_0x4b0863);}(_0x9b1f,0x19c));var _0xf9b1=function(_0x29d915,_0x54a040){_0x29d915=_0x29d915-0x0;var _0x160f86=_0x9b1f[_0x29d915];return _0x160f86;};'use strict';var EventEmitter=require(_0xf9b1('0x0'));var VoiceQueue=require('../../mysqldb')['db']['VoiceQueue'];var VoiceQueueEvents=new EventEmitter();VoiceQueueEvents['setMaxListeners'](0x0);var events={'afterCreate':'save','afterUpdate':_0xf9b1('0x1'),'afterDestroy':'remove'};function emitEvent(_0x34841b){return function(_0x32178d,_0xf4c1ab,_0x35a146){VoiceQueueEvents[_0xf9b1('0x2')](_0x34841b+':'+_0x32178d['id'],_0x32178d);VoiceQueueEvents[_0xf9b1('0x2')](_0x34841b,_0x32178d);_0x35a146(null);};}for(var e in events){if(events[_0xf9b1('0x3')](e)){var event=events[e];VoiceQueue['hook'](e,emitEvent(event));}}module[_0xf9b1('0x4')]=VoiceQueueEvents;