Built motion from commit 3c2ce842.|2.6.31
[motion2.git] / server / services / agi / server.js
index b5b0096..8d44eaa 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x2b84=['./error','./channel','127.0.0.1','error','listen','listening','emit','connection','getConnections','E_AGI_SERVER_ERROR','E_AGI_SERVER_VOICE_DISABLED','destroy','E_AGI_SERVER_MAXCONNECTION','ready','close','E_AGI_SERVER_CLOSE','nextTick','inherits','exports','util','events','EventEmitter'];(function(_0x513adf,_0x28a8bc){var _0x48654a=function(_0x50fedb){while(--_0x50fedb){_0x513adf['push'](_0x513adf['shift']());}};_0x48654a(++_0x28a8bc);}(_0x2b84,0x105));var _0x42b8=function(_0x4cf98e,_0xba4b79){_0x4cf98e=_0x4cf98e-0x0;var _0x1623ac=_0x2b84[_0x4cf98e];return _0x1623ac;};'use strict';var util=require(_0x42b8('0x0'));var net=require('net');var EventEmitter=require(_0x42b8('0x1'))[_0x42b8('0x2')];var AGIError=require(_0x42b8('0x3'));var AGIChannel=require(_0x42b8('0x4'));var AGIServer=function(_0x5b5cec,_0x1d40a2,_0x14cc6b){var _0x1561c3=this,_0x5b5cec=_0x5b5cec||0x11dd,_0x1d40a2=_0x1d40a2||_0x42b8('0x5'),_0x396739=null,_0x25b33e=0x0;EventEmitter['call'](_0x1561c3);function _0x17bf95(){if(!_0x5b5cec){_0x1561c3['emit'](_0x42b8('0x6'),new AGIError('E_AGI_ARGUMENT_PORT'));return![];}_0x396739=net['createServer']();_0x396739[_0x42b8('0x7')](_0x5b5cec,_0x1d40a2);_0x396739['on'](_0x42b8('0x8'),function(){_0x1561c3[_0x42b8('0x9')](_0x42b8('0x8'));});_0x396739['on'](_0x42b8('0xa'),function(_0x54821a){_0x396739[_0x42b8('0xb')](function(_0x253ff2,_0x16e771){if(_0x253ff2){_0x1561c3['emit'](_0x42b8('0x6'),new AGIError(_0x42b8('0xc'),_0x253ff2));}else if(_0x14cc6b&&_0x14cc6b<0x0){_0x1561c3[_0x42b8('0x9')]('error',new AGIError(_0x42b8('0xd')));_0x54821a[_0x42b8('0xe')]();}else if(_0x14cc6b&&_0x14cc6b>0x0&&_0x14cc6b<_0x16e771){_0x25b33e+=0x1;_0x1561c3['emit'](_0x42b8('0x6'),new AGIError(_0x42b8('0xf'),_0x25b33e));_0x54821a[_0x42b8('0xe')]();}else{var _0xe8c8fd=new AGIChannel(_0x54821a);_0xe8c8fd['on'](_0x42b8('0x10'),function(){_0x1561c3[_0x42b8('0x9')](_0x42b8('0xa'),_0xe8c8fd);});}});});_0x396739['on']('error',function(_0x4ea974){_0x1561c3[_0x42b8('0x9')](_0x42b8('0x6'),new AGIError(_0x42b8('0xc'),_0x4ea974['code']));});_0x396739['on'](_0x42b8('0x11'),function(){_0x1561c3[_0x42b8('0x9')]('close',new AGIError(_0x42b8('0x12')));});}process[_0x42b8('0x13')](function(){_0x17bf95();});};util[_0x42b8('0x14')](AGIServer,EventEmitter);module[_0x42b8('0x15')]=function(_0x1a90dd,_0x40cee4,_0x17e10b){return new AGIServer(_0x1a90dd,_0x40cee4,_0x17e10b);};
\ 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