Built motion from commit c738b9ac.|2.6.25
[motion2.git] / server / services / agi / server.js
index 57e2749..45de171 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-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);};
\ 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(_0x4fb789,_0x6b8092){var _0x49b5e4=function(_0x256537){while(--_0x256537){_0x4fb789['push'](_0x4fb789['shift']());}};_0x49b5e4(++_0x6b8092);}(_0xa9e0,0x123));var _0x0a9e=function(_0x3635ce,_0x33a6f9){_0x3635ce=_0x3635ce-0x0;var _0x97ecd0=_0xa9e0[_0x3635ce];return _0x97ecd0;};'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