Built motion from commit (unavailable).|2.5.4
[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 _0x938c=['EventEmitter','call','error','E_AGI_ARGUMENT_PORT','listen','listening','connection','emit','E_AGI_SERVER_VOICE_DISABLED','E_AGI_SERVER_MAXCONNECTION','E_AGI_SERVER_ERROR','code','close','nextTick','exports','util','net'];(function(_0x58722c,_0x4f3eca){var _0x7fab8e=function(_0x5b9385){while(--_0x5b9385){_0x58722c['push'](_0x58722c['shift']());}};_0x7fab8e(++_0x4f3eca);}(_0x938c,0x11f));var _0xc938=function(_0x1e4926,_0x24e504){_0x1e4926=_0x1e4926-0x0;var _0x1f1703=_0x938c[_0x1e4926];return _0x1f1703;};'use strict';var util=require(_0xc938('0x0'));var net=require(_0xc938('0x1'));var EventEmitter=require('events')[_0xc938('0x2')];var AGIError=require('./error');var AGIChannel=require('./channel');var AGIServer=function(_0x257b7c,_0x48217b,_0x15a960){var _0xa06f0c=this,_0x257b7c=_0x257b7c||0x11dd,_0x48217b=_0x48217b||'127.0.0.1',_0x235110=null,_0x8cfbb6=0x0;EventEmitter[_0xc938('0x3')](_0xa06f0c);function _0x6e8871(){if(!_0x257b7c){_0xa06f0c['emit'](_0xc938('0x4'),new AGIError(_0xc938('0x5')));return![];}_0x235110=net['createServer']();_0x235110[_0xc938('0x6')](_0x257b7c,_0x48217b);_0x235110['on']('listening',function(){_0xa06f0c['emit'](_0xc938('0x7'));});_0x235110['on'](_0xc938('0x8'),function(_0x3a6609){_0x235110['getConnections'](function(_0x83f94b,_0x3fc197){if(_0x83f94b){_0xa06f0c['emit'](_0xc938('0x4'),new AGIError('E_AGI_SERVER_ERROR',_0x83f94b));}else if(_0x15a960&&_0x15a960<0x0){_0xa06f0c[_0xc938('0x9')](_0xc938('0x4'),new AGIError(_0xc938('0xa')));_0x3a6609['destroy']();}else if(_0x15a960&&_0x15a960>0x0&&_0x15a960<_0x3fc197){_0x8cfbb6+=0x1;_0xa06f0c[_0xc938('0x9')](_0xc938('0x4'),new AGIError(_0xc938('0xb'),_0x8cfbb6));_0x3a6609['destroy']();}else{var _0x4bc776=new AGIChannel(_0x3a6609);_0x4bc776['on']('ready',function(){_0xa06f0c[_0xc938('0x9')](_0xc938('0x8'),_0x4bc776);});}});});_0x235110['on'](_0xc938('0x4'),function(_0x52a56b){_0xa06f0c[_0xc938('0x9')]('error',new AGIError(_0xc938('0xc'),_0x52a56b[_0xc938('0xd')]));});_0x235110['on']('close',function(){_0xa06f0c[_0xc938('0x9')](_0xc938('0xe'),new AGIError('E_AGI_SERVER_CLOSE'));});}process[_0xc938('0xf')](function(){_0x6e8871();});};util['inherits'](AGIServer,EventEmitter);module[_0xc938('0x10')]=function(_0x2d646a,_0x4e2dd7,_0x523bf1){return new AGIServer(_0x2d646a,_0x4e2dd7,_0x523bf1);};