Built motion from commit (unavailable).|2.4.20
[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 _0xd2ce=['destroy','E_AGI_SERVER_MAXCONNECTION','code','close','E_AGI_SERVER_CLOSE','nextTick','inherits','exports','net','EventEmitter','./error','./channel','127.0.0.1','call','emit','E_AGI_ARGUMENT_PORT','createServer','listening','connection','error','E_AGI_SERVER_ERROR','E_AGI_SERVER_VOICE_DISABLED'];(function(_0x45235a,_0x19f830){var _0x55c38f=function(_0x36c0a){while(--_0x36c0a){_0x45235a['push'](_0x45235a['shift']());}};_0x55c38f(++_0x19f830);}(_0xd2ce,0x13c));var _0xed2c=function(_0x1b349a,_0x22222c){_0x1b349a=_0x1b349a-0x0;var _0x5d1f7c=_0xd2ce[_0x1b349a];return _0x5d1f7c;};'use strict';var util=require('util');var net=require(_0xed2c('0x0'));var EventEmitter=require('events')[_0xed2c('0x1')];var AGIError=require(_0xed2c('0x2'));var AGIChannel=require(_0xed2c('0x3'));var AGIServer=function(_0x1e3c07,_0x167209,_0x2fe29b){var _0x418d1c=this,_0x1e3c07=_0x1e3c07||0x11dd,_0x167209=_0x167209||_0xed2c('0x4'),_0x5b6ccb=null,_0x38aa25=0x0;EventEmitter[_0xed2c('0x5')](_0x418d1c);function _0x523fb0(){if(!_0x1e3c07){_0x418d1c[_0xed2c('0x6')]('error',new AGIError(_0xed2c('0x7')));return![];}_0x5b6ccb=net[_0xed2c('0x8')]();_0x5b6ccb['listen'](_0x1e3c07,_0x167209);_0x5b6ccb['on']('listening',function(){_0x418d1c[_0xed2c('0x6')](_0xed2c('0x9'));});_0x5b6ccb['on'](_0xed2c('0xa'),function(_0x26a384){_0x5b6ccb['getConnections'](function(_0x1876b0,_0xd9a8fd){if(_0x1876b0){_0x418d1c[_0xed2c('0x6')](_0xed2c('0xb'),new AGIError(_0xed2c('0xc'),_0x1876b0));}else if(_0x2fe29b&&_0x2fe29b<0x0){_0x418d1c['emit'](_0xed2c('0xb'),new AGIError(_0xed2c('0xd')));_0x26a384[_0xed2c('0xe')]();}else if(_0x2fe29b&&_0x2fe29b>0x0&&_0x2fe29b<_0xd9a8fd){_0x38aa25+=0x1;_0x418d1c[_0xed2c('0x6')](_0xed2c('0xb'),new AGIError(_0xed2c('0xf'),_0x38aa25));_0x26a384['destroy']();}else{var _0x361f5b=new AGIChannel(_0x26a384);_0x361f5b['on']('ready',function(){_0x418d1c[_0xed2c('0x6')](_0xed2c('0xa'),_0x361f5b);});}});});_0x5b6ccb['on'](_0xed2c('0xb'),function(_0x1373cd){_0x418d1c[_0xed2c('0x6')](_0xed2c('0xb'),new AGIError(_0xed2c('0xc'),_0x1373cd[_0xed2c('0x10')]));});_0x5b6ccb['on'](_0xed2c('0x11'),function(){_0x418d1c[_0xed2c('0x6')](_0xed2c('0x11'),new AGIError(_0xed2c('0x12')));});}process[_0xed2c('0x13')](function(){_0x523fb0();});};util[_0xed2c('0x14')](AGIServer,EventEmitter);module[_0xed2c('0x15')]=function(_0x358b06,_0x11c79d,_0x5a66b1){return new AGIServer(_0x358b06,_0x11c79d,_0x5a66b1);};