Built motion from commit 14588770.|2.5.38
[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 _0xf6fb=['E_AGI_SERVER_CLOSE','nextTick','inherits','exports','util','net','events','./error','./channel','call','emit','createServer','listening','E_AGI_SERVER_ERROR','error','E_AGI_SERVER_VOICE_DISABLED','destroy','ready','connection','close'];(function(_0x2e40f5,_0x4c5d49){var _0x16b46f=function(_0x4f37c3){while(--_0x4f37c3){_0x2e40f5['push'](_0x2e40f5['shift']());}};_0x16b46f(++_0x4c5d49);}(_0xf6fb,0xf4));var _0xbf6f=function(_0x1c8b1d,_0x19f62f){_0x1c8b1d=_0x1c8b1d-0x0;var _0x942de9=_0xf6fb[_0x1c8b1d];return _0x942de9;};'use strict';var util=require(_0xbf6f('0x0'));var net=require(_0xbf6f('0x1'));var EventEmitter=require(_0xbf6f('0x2'))['EventEmitter'];var AGIError=require(_0xbf6f('0x3'));var AGIChannel=require(_0xbf6f('0x4'));var AGIServer=function(_0x4640e7,_0x312ee5,_0x85ad9){var _0x3c9ab0=this,_0x4640e7=_0x4640e7||0x11dd,_0x312ee5=_0x312ee5||'127.0.0.1',_0x35f507=null,_0x5ad888=0x0;EventEmitter[_0xbf6f('0x5')](_0x3c9ab0);function _0x3fd333(){if(!_0x4640e7){_0x3c9ab0[_0xbf6f('0x6')]('error',new AGIError('E_AGI_ARGUMENT_PORT'));return![];}_0x35f507=net[_0xbf6f('0x7')]();_0x35f507['listen'](_0x4640e7,_0x312ee5);_0x35f507['on']('listening',function(){_0x3c9ab0[_0xbf6f('0x6')](_0xbf6f('0x8'));});_0x35f507['on']('connection',function(_0x13d200){_0x35f507['getConnections'](function(_0x217147,_0xb5c83b){if(_0x217147){_0x3c9ab0[_0xbf6f('0x6')]('error',new AGIError(_0xbf6f('0x9'),_0x217147));}else if(_0x85ad9&&_0x85ad9<0x0){_0x3c9ab0[_0xbf6f('0x6')](_0xbf6f('0xa'),new AGIError(_0xbf6f('0xb')));_0x13d200[_0xbf6f('0xc')]();}else if(_0x85ad9&&_0x85ad9>0x0&&_0x85ad9<_0xb5c83b){_0x5ad888+=0x1;_0x3c9ab0[_0xbf6f('0x6')](_0xbf6f('0xa'),new AGIError('E_AGI_SERVER_MAXCONNECTION',_0x5ad888));_0x13d200['destroy']();}else{var _0x38dfaf=new AGIChannel(_0x13d200);_0x38dfaf['on'](_0xbf6f('0xd'),function(){_0x3c9ab0[_0xbf6f('0x6')](_0xbf6f('0xe'),_0x38dfaf);});}});});_0x35f507['on'](_0xbf6f('0xa'),function(_0x4a9391){_0x3c9ab0[_0xbf6f('0x6')](_0xbf6f('0xa'),new AGIError(_0xbf6f('0x9'),_0x4a9391['code']));});_0x35f507['on']('close',function(){_0x3c9ab0['emit'](_0xbf6f('0xf'),new AGIError(_0xbf6f('0x10')));});}process[_0xbf6f('0x11')](function(){_0x3fd333();});};util[_0xbf6f('0x12')](AGIServer,EventEmitter);module[_0xbf6f('0x13')]=function(_0x57f21f,_0x8f5896,_0x1fdad6){return new AGIServer(_0x57f21f,_0x8f5896,_0x1fdad6);};