Built motion from commit (unavailable).|2.5.9
[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 _0x9c44=['emit','E_AGI_SERVER_MAXCONNECTION','destroy','ready','code','close','inherits','exports','events','EventEmitter','./error','./channel','127.0.0.1','call','error','E_AGI_ARGUMENT_PORT','createServer','listen','listening','connection','getConnections','E_AGI_SERVER_ERROR','E_AGI_SERVER_VOICE_DISABLED'];(function(_0xca047f,_0x48590a){var _0x17cc5a=function(_0x50cd2c){while(--_0x50cd2c){_0xca047f['push'](_0xca047f['shift']());}};_0x17cc5a(++_0x48590a);}(_0x9c44,0x178));var _0x49c4=function(_0x4b055c,_0x4b870b){_0x4b055c=_0x4b055c-0x0;var _0x4b62bb=_0x9c44[_0x4b055c];return _0x4b62bb;};'use strict';var util=require('util');var net=require('net');var EventEmitter=require(_0x49c4('0x0'))[_0x49c4('0x1')];var AGIError=require(_0x49c4('0x2'));var AGIChannel=require(_0x49c4('0x3'));var AGIServer=function(_0x455700,_0x2ad237,_0x4e0313){var _0x4941f1=this,_0x455700=_0x455700||0x11dd,_0x2ad237=_0x2ad237||_0x49c4('0x4'),_0xc1278f=null,_0x6030ae=0x0;EventEmitter[_0x49c4('0x5')](_0x4941f1);function _0x436234(){if(!_0x455700){_0x4941f1['emit'](_0x49c4('0x6'),new AGIError(_0x49c4('0x7')));return![];}_0xc1278f=net[_0x49c4('0x8')]();_0xc1278f[_0x49c4('0x9')](_0x455700,_0x2ad237);_0xc1278f['on']('listening',function(){_0x4941f1['emit'](_0x49c4('0xa'));});_0xc1278f['on'](_0x49c4('0xb'),function(_0x58cad7){_0xc1278f[_0x49c4('0xc')](function(_0x459d09,_0x4adb3c){if(_0x459d09){_0x4941f1['emit'](_0x49c4('0x6'),new AGIError(_0x49c4('0xd'),_0x459d09));}else if(_0x4e0313&&_0x4e0313<0x0){_0x4941f1['emit'](_0x49c4('0x6'),new AGIError(_0x49c4('0xe')));_0x58cad7['destroy']();}else if(_0x4e0313&&_0x4e0313>0x0&&_0x4e0313<_0x4adb3c){_0x6030ae+=0x1;_0x4941f1[_0x49c4('0xf')](_0x49c4('0x6'),new AGIError(_0x49c4('0x10'),_0x6030ae));_0x58cad7[_0x49c4('0x11')]();}else{var _0x12777c=new AGIChannel(_0x58cad7);_0x12777c['on'](_0x49c4('0x12'),function(){_0x4941f1[_0x49c4('0xf')](_0x49c4('0xb'),_0x12777c);});}});});_0xc1278f['on']('error',function(_0x3acd06){_0x4941f1[_0x49c4('0xf')](_0x49c4('0x6'),new AGIError(_0x49c4('0xd'),_0x3acd06[_0x49c4('0x13')]));});_0xc1278f['on']('close',function(){_0x4941f1[_0x49c4('0xf')](_0x49c4('0x14'),new AGIError('E_AGI_SERVER_CLOSE'));});}process['nextTick'](function(){_0x436234();});};util[_0x49c4('0x15')](AGIServer,EventEmitter);module[_0x49c4('0x16')]=function(_0x3addb2,_0x59f29b,_0x24856d){return new AGIServer(_0x3addb2,_0x59f29b,_0x24856d);};