Built motion from commit (unavailable).|2.5.10
[motion2.git] / server / services / agi / server.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 _0x0a34=['getConnections','E_AGI_SERVER_ERROR','E_AGI_SERVER_VOICE_DISABLED','destroy','E_AGI_SERVER_MAXCONNECTION','code','close','E_AGI_SERVER_CLOSE','nextTick','inherits','util','net','EventEmitter','./error','./channel','127.0.0.1','call','error','E_AGI_ARGUMENT_PORT','createServer','listen','listening','emit','connection'];(function(_0x434097,_0x1c7d55){var _0x5d532a=function(_0x2c33d4){while(--_0x2c33d4){_0x434097['push'](_0x434097['shift']());}};_0x5d532a(++_0x1c7d55);}(_0x0a34,0x12a));var _0x40a3=function(_0x17b6e3,_0x4522ed){_0x17b6e3=_0x17b6e3-0x0;var _0x3906f3=_0x0a34[_0x17b6e3];return _0x3906f3;};'use strict';var util=require(_0x40a3('0x0'));var net=require(_0x40a3('0x1'));var EventEmitter=require('events')[_0x40a3('0x2')];var AGIError=require(_0x40a3('0x3'));var AGIChannel=require(_0x40a3('0x4'));var AGIServer=function(_0x5dfeb1,_0x13fe1b,_0x3b6860){var _0x3a8eb0=this,_0x5dfeb1=_0x5dfeb1||0x11dd,_0x13fe1b=_0x13fe1b||_0x40a3('0x5'),_0x1cdc8a=null,_0xbda4a8=0x0;EventEmitter[_0x40a3('0x6')](_0x3a8eb0);function _0x3bf1de(){if(!_0x5dfeb1){_0x3a8eb0['emit'](_0x40a3('0x7'),new AGIError(_0x40a3('0x8')));return![];}_0x1cdc8a=net[_0x40a3('0x9')]();_0x1cdc8a[_0x40a3('0xa')](_0x5dfeb1,_0x13fe1b);_0x1cdc8a['on'](_0x40a3('0xb'),function(){_0x3a8eb0[_0x40a3('0xc')]('listening');});_0x1cdc8a['on'](_0x40a3('0xd'),function(_0x236dc8){_0x1cdc8a[_0x40a3('0xe')](function(_0x52adb2,_0x1ee5f8){if(_0x52adb2){_0x3a8eb0[_0x40a3('0xc')]('error',new AGIError(_0x40a3('0xf'),_0x52adb2));}else if(_0x3b6860&&_0x3b6860<0x0){_0x3a8eb0[_0x40a3('0xc')]('error',new AGIError(_0x40a3('0x10')));_0x236dc8[_0x40a3('0x11')]();}else if(_0x3b6860&&_0x3b6860>0x0&&_0x3b6860<_0x1ee5f8){_0xbda4a8+=0x1;_0x3a8eb0['emit'](_0x40a3('0x7'),new AGIError(_0x40a3('0x12'),_0xbda4a8));_0x236dc8[_0x40a3('0x11')]();}else{var _0x476c82=new AGIChannel(_0x236dc8);_0x476c82['on']('ready',function(){_0x3a8eb0['emit']('connection',_0x476c82);});}});});_0x1cdc8a['on'](_0x40a3('0x7'),function(_0x19e09e){_0x3a8eb0[_0x40a3('0xc')]('error',new AGIError(_0x40a3('0xf'),_0x19e09e[_0x40a3('0x13')]));});_0x1cdc8a['on']('close',function(){_0x3a8eb0[_0x40a3('0xc')](_0x40a3('0x14'),new AGIError(_0x40a3('0x15')));});}process[_0x40a3('0x16')](function(){_0x3bf1de();});};util[_0x40a3('0x17')](AGIServer,EventEmitter);module['exports']=function(_0x1e4194,_0x275270,_0x3b4b67){return new AGIServer(_0x1e4194,_0x275270,_0x3b4b67);};