e2d4e9519a04acff49a3ac7db1ff84f8158c2883
[motion2.git] / server / api / voiceExtension / voiceExtension.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 _0x32f9=['hook','VoiceExtension','save','remove','emit','hasOwnProperty'];(function(_0x5a5d3f,_0x5581b4){var _0x2c7620=function(_0x3b863e){while(--_0x3b863e){_0x5a5d3f['push'](_0x5a5d3f['shift']());}};_0x2c7620(++_0x5581b4);}(_0x32f9,0xeb));var _0x932f=function(_0x7e2eb0,_0x17cd58){_0x7e2eb0=_0x7e2eb0-0x0;var _0xd92de4=_0x32f9[_0x7e2eb0];return _0xd92de4;};'use strict';var EventEmitter=require('events');var VoiceExtension=require('../../mysqldb')['db'][_0x932f('0x0')];var VoiceExtensionEvents=new EventEmitter();VoiceExtensionEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x932f('0x1'),'afterUpdate':'update','afterDestroy':_0x932f('0x2')};function emitEvent(_0x37a452){return function(_0x274753,_0x269ded,_0x397b36){VoiceExtensionEvents[_0x932f('0x3')](_0x37a452+':'+_0x274753['id'],_0x274753);VoiceExtensionEvents['emit'](_0x37a452,_0x274753);_0x397b36(null);};}for(var e in events){if(events[_0x932f('0x4')](e)){var event=events[e];VoiceExtension[_0x932f('0x5')](e,emitEvent(event));}}module['exports']=VoiceExtensionEvents;