Built motion from commit (unavailable).|2.5.15
[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 _0x92e8=['E_AGI_SERVER_MAXCONNECTION','ready','close','E_AGI_SERVER_CLOSE','nextTick','inherits','exports','util','EventEmitter','./channel','127.0.0.1','error','E_AGI_ARGUMENT_PORT','createServer','listening','emit','connection','E_AGI_SERVER_ERROR','E_AGI_SERVER_VOICE_DISABLED','destroy'];(function(_0x5afeab,_0x536dcd){var _0x419cd3=function(_0x20edb8){while(--_0x20edb8){_0x5afeab['push'](_0x5afeab['shift']());}};_0x419cd3(++_0x536dcd);}(_0x92e8,0x7f));var _0x892e=function(_0x5a91a5,_0x1eb099){_0x5a91a5=_0x5a91a5-0x0;var _0x8f99de=_0x92e8[_0x5a91a5];return _0x8f99de;};'use strict';var util=require(_0x892e('0x0'));var net=require('net');var EventEmitter=require('events')[_0x892e('0x1')];var AGIError=require('./error');var AGIChannel=require(_0x892e('0x2'));var AGIServer=function(_0x35184e,_0x2cb68f,_0xe95e5f){var _0x297ee4=this,_0x35184e=_0x35184e||0x11dd,_0x2cb68f=_0x2cb68f||_0x892e('0x3'),_0x3b557d=null,_0x47adfa=0x0;EventEmitter['call'](_0x297ee4);function _0x35856f(){if(!_0x35184e){_0x297ee4['emit'](_0x892e('0x4'),new AGIError(_0x892e('0x5')));return![];}_0x3b557d=net[_0x892e('0x6')]();_0x3b557d['listen'](_0x35184e,_0x2cb68f);_0x3b557d['on'](_0x892e('0x7'),function(){_0x297ee4[_0x892e('0x8')](_0x892e('0x7'));});_0x3b557d['on'](_0x892e('0x9'),function(_0x7e5ba0){_0x3b557d['getConnections'](function(_0x174166,_0x2cd23d){if(_0x174166){_0x297ee4[_0x892e('0x8')]('error',new AGIError(_0x892e('0xa'),_0x174166));}else if(_0xe95e5f&&_0xe95e5f<0x0){_0x297ee4['emit'](_0x892e('0x4'),new AGIError(_0x892e('0xb')));_0x7e5ba0[_0x892e('0xc')]();}else if(_0xe95e5f&&_0xe95e5f>0x0&&_0xe95e5f<_0x2cd23d){_0x47adfa+=0x1;_0x297ee4[_0x892e('0x8')](_0x892e('0x4'),new AGIError(_0x892e('0xd'),_0x47adfa));_0x7e5ba0[_0x892e('0xc')]();}else{var _0x24d070=new AGIChannel(_0x7e5ba0);_0x24d070['on'](_0x892e('0xe'),function(){_0x297ee4[_0x892e('0x8')](_0x892e('0x9'),_0x24d070);});}});});_0x3b557d['on']('error',function(_0x356a4f){_0x297ee4['emit'](_0x892e('0x4'),new AGIError('E_AGI_SERVER_ERROR',_0x356a4f['code']));});_0x3b557d['on'](_0x892e('0xf'),function(){_0x297ee4[_0x892e('0x8')](_0x892e('0xf'),new AGIError(_0x892e('0x10')));});}process[_0x892e('0x11')](function(){_0x35856f();});};util[_0x892e('0x12')](AGIServer,EventEmitter);module[_0x892e('0x13')]=function(_0x5220c9,_0x3e3805,_0x31cc52){return new AGIServer(_0x5220c9,_0x3e3805,_0x31cc52);};