ef63b76033d343108875ebea25db208a06123448
[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 _0x8c23=['hook','exports','events','setMaxListeners','save','update','remove','emit','hasOwnProperty'];(function(_0x4ccec2,_0xaa3cb6){var _0x43e9e9=function(_0x1fee35){while(--_0x1fee35){_0x4ccec2['push'](_0x4ccec2['shift']());}};_0x43e9e9(++_0xaa3cb6);}(_0x8c23,0x122));var _0x38c2=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0x8c23[_0x3dd15e];return _0x231fd0;};'use strict';var EventEmitter=require(_0x38c2('0x0'));var VoiceQueue=require('../../mysqldb')['db']['VoiceQueue'];var VoiceQueueEvents=new EventEmitter();VoiceQueueEvents[_0x38c2('0x1')](0x0);var events={'afterCreate':_0x38c2('0x2'),'afterUpdate':_0x38c2('0x3'),'afterDestroy':_0x38c2('0x4')};function emitEvent(_0x5eaec1){return function(_0x216eb1,_0x54d316,_0x448a51){VoiceQueueEvents['emit'](_0x5eaec1+':'+_0x216eb1['id'],_0x216eb1);VoiceQueueEvents[_0x38c2('0x5')](_0x5eaec1,_0x216eb1);_0x448a51(null);};}for(var e in events){if(events[_0x38c2('0x6')](e)){var event=events[e];VoiceQueue[_0x38c2('0x7')](e,emitEvent(event));}}module[_0x38c2('0x8')]=VoiceQueueEvents;