c83850eb8057bde3db630cb0cc08c30c802be925
[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 _0x88de=['hasOwnProperty','hook','exports','events','setMaxListeners','save','update','remove','emit'];(function(_0x415f7e,_0x4630b6){var _0x311ff4=function(_0x19c19d){while(--_0x19c19d){_0x415f7e['push'](_0x415f7e['shift']());}};_0x311ff4(++_0x4630b6);}(_0x88de,0x1a1));var _0xe88d=function(_0x27312d,_0x3ff92f){_0x27312d=_0x27312d-0x0;var _0x1fe40d=_0x88de[_0x27312d];return _0x1fe40d;};'use strict';var EventEmitter=require(_0xe88d('0x0'));var VoiceExtension=require('../../mysqldb')['db']['VoiceExtension'];var VoiceExtensionEvents=new EventEmitter();VoiceExtensionEvents[_0xe88d('0x1')](0x0);var events={'afterCreate':_0xe88d('0x2'),'afterUpdate':_0xe88d('0x3'),'afterDestroy':_0xe88d('0x4')};function emitEvent(_0x3ca14f){return function(_0x1743c1,_0x30d011,_0x55672b){VoiceExtensionEvents[_0xe88d('0x5')](_0x3ca14f+':'+_0x1743c1['id'],_0x1743c1);VoiceExtensionEvents[_0xe88d('0x5')](_0x3ca14f,_0x1743c1);_0x55672b(null);};}for(var e in events){if(events[_0xe88d('0x6')](e)){var event=events[e];VoiceExtension[_0xe88d('0x7')](e,emitEvent(event));}}module[_0xe88d('0x8')]=VoiceExtensionEvents;