Built motion from commit 3c2ce842.|2.6.31
[motion2.git] / server / services / agi / server.js
index 797264e..8d44eaa 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x4f6f=['exports','util','net','events','./error','127.0.0.1','E_AGI_ARGUMENT_PORT','createServer','listen','listening','emit','getConnections','error','E_AGI_SERVER_MAXCONNECTION','ready','E_AGI_SERVER_ERROR','close','nextTick'];(function(_0x47a7d0,_0x4e182d){var _0xb9bd08=function(_0x588ee2){while(--_0x588ee2){_0x47a7d0['push'](_0x47a7d0['shift']());}};_0xb9bd08(++_0x4e182d);}(_0x4f6f,0x157));var _0xf4f6=function(_0x5ce15c,_0x19c917){_0x5ce15c=_0x5ce15c-0x0;var _0x36e4f5=_0x4f6f[_0x5ce15c];return _0x36e4f5;};'use strict';var util=require(_0xf4f6('0x0'));var net=require(_0xf4f6('0x1'));var EventEmitter=require(_0xf4f6('0x2'))['EventEmitter'];var AGIError=require(_0xf4f6('0x3'));var AGIChannel=require('./channel');var AGIServer=function(_0x402053,_0x13623a,_0x5a5c07){var _0x2e8c14=this,_0x402053=_0x402053||0x11dd,_0x13623a=_0x13623a||_0xf4f6('0x4'),_0x31ecb6=null,_0x1172a6=0x0;EventEmitter['call'](_0x2e8c14);function _0x106455(){if(!_0x402053){_0x2e8c14['emit']('error',new AGIError(_0xf4f6('0x5')));return![];}_0x31ecb6=net[_0xf4f6('0x6')]();_0x31ecb6[_0xf4f6('0x7')](_0x402053,_0x13623a);_0x31ecb6['on'](_0xf4f6('0x8'),function(){_0x2e8c14[_0xf4f6('0x9')](_0xf4f6('0x8'));});_0x31ecb6['on']('connection',function(_0x40e26e){_0x31ecb6[_0xf4f6('0xa')](function(_0x278ddd,_0x340e93){if(_0x278ddd){_0x2e8c14[_0xf4f6('0x9')](_0xf4f6('0xb'),new AGIError('E_AGI_SERVER_ERROR',_0x278ddd));}else if(_0x5a5c07&&_0x5a5c07<0x0){_0x2e8c14[_0xf4f6('0x9')](_0xf4f6('0xb'),new AGIError('E_AGI_SERVER_VOICE_DISABLED'));_0x40e26e['destroy']();}else if(_0x5a5c07&&_0x5a5c07>0x0&&_0x5a5c07<_0x340e93){_0x1172a6+=0x1;_0x2e8c14[_0xf4f6('0x9')](_0xf4f6('0xb'),new AGIError(_0xf4f6('0xc'),_0x1172a6));_0x40e26e['destroy']();}else{var _0x3f314c=new AGIChannel(_0x40e26e);_0x3f314c['on'](_0xf4f6('0xd'),function(){_0x2e8c14[_0xf4f6('0x9')]('connection',_0x3f314c);});}});});_0x31ecb6['on'](_0xf4f6('0xb'),function(_0x5ba4c4){_0x2e8c14[_0xf4f6('0x9')](_0xf4f6('0xb'),new AGIError(_0xf4f6('0xe'),_0x5ba4c4['code']));});_0x31ecb6['on'](_0xf4f6('0xf'),function(){_0x2e8c14[_0xf4f6('0x9')](_0xf4f6('0xf'),new AGIError('E_AGI_SERVER_CLOSE'));});}process[_0xf4f6('0x10')](function(){_0x106455();});};util['inherits'](AGIServer,EventEmitter);module[_0xf4f6('0x11')]=function(_0xb7adff,_0x17db15,_0x4f0d14){return new AGIServer(_0xb7adff,_0x17db15,_0x4f0d14);};
\ No newline at end of file
+var _0xa9e0=['ready','E_AGI_SERVER_ERROR','close','E_AGI_SERVER_CLOSE','inherits','exports','util','net','events','./channel','call','emit','createServer','listening','connection','getConnections','error','E_AGI_SERVER_VOICE_DISABLED','destroy'];(function(_0x59dd83,_0x573f1b){var _0x5dd0de=function(_0x1c805d){while(--_0x1c805d){_0x59dd83['push'](_0x59dd83['shift']());}};_0x5dd0de(++_0x573f1b);}(_0xa9e0,0x123));var _0x0a9e=function(_0x373dee,_0x1a8c45){_0x373dee=_0x373dee-0x0;var _0x46798f=_0xa9e0[_0x373dee];return _0x46798f;};'use strict';var util=require(_0x0a9e('0x0'));var net=require(_0x0a9e('0x1'));var EventEmitter=require(_0x0a9e('0x2'))['EventEmitter'];var AGIError=require('./error');var AGIChannel=require(_0x0a9e('0x3'));var AGIServer=function(_0x4ce2f1,_0x333808,_0x432180){var _0x2ab90b=this;var _0x991246=null;var _0x981158=0x0;if(!_0x4ce2f1)_0x4ce2f1=0x11dd;if(!_0x333808)_0x333808='127.0.0.1';EventEmitter[_0x0a9e('0x4')](_0x2ab90b);function _0x441e3a(){if(!_0x4ce2f1){_0x2ab90b[_0x0a9e('0x5')]('error',new AGIError('E_AGI_ARGUMENT_PORT'));return![];}_0x991246=net[_0x0a9e('0x6')]();_0x991246['listen'](_0x4ce2f1,_0x333808);_0x991246['on']('listening',function(){_0x2ab90b[_0x0a9e('0x5')](_0x0a9e('0x7'));});_0x991246['on'](_0x0a9e('0x8'),function(_0x3ab53f){_0x991246[_0x0a9e('0x9')](function(_0xbd1168,_0x4a4c56){if(_0xbd1168){_0x2ab90b['emit']('error',new AGIError('E_AGI_SERVER_ERROR',_0xbd1168));}else if(_0x432180&&_0x432180<0x0){_0x2ab90b[_0x0a9e('0x5')](_0x0a9e('0xa'),new AGIError(_0x0a9e('0xb')));_0x3ab53f[_0x0a9e('0xc')]();}else if(_0x432180&&_0x432180>0x0&&_0x432180<_0x4a4c56){_0x981158+=0x1;_0x2ab90b[_0x0a9e('0x5')](_0x0a9e('0xa'),new AGIError('E_AGI_SERVER_MAXCONNECTION',_0x981158));_0x3ab53f[_0x0a9e('0xc')]();}else{var _0x239b12=new AGIChannel(_0x3ab53f);_0x239b12['on'](_0x0a9e('0xd'),function(){_0x2ab90b[_0x0a9e('0x5')](_0x0a9e('0x8'),_0x239b12);});}});});_0x991246['on'](_0x0a9e('0xa'),function(_0x52a03d){_0x2ab90b[_0x0a9e('0x5')]('error',new AGIError(_0x0a9e('0xe'),_0x52a03d['code']));});_0x991246['on'](_0x0a9e('0xf'),function(){_0x2ab90b[_0x0a9e('0x5')]('close',new AGIError(_0x0a9e('0x10')));});}process['nextTick'](function(){_0x441e3a();});};util[_0x0a9e('0x11')](AGIServer,EventEmitter);module[_0x0a9e('0x12')]=function(_0x106033,_0x205fd6,_0x31b1ca){return new AGIServer(_0x106033,_0x205fd6,_0x31b1ca);};
\ No newline at end of file