Built motion from commit bab6f49e.|2.6.17
[motion2.git] / server / api / webbar / webbar.controller.js
index 6a3da4b..9d4ec38 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xdad2=['send','NotFound','then','error','code','message','catch','findOne','agent','VoiceChannels','all','filter','rows','UserId','sessionId','length','originate','info','originate\x20fired:','body','json','userId','callNumber','callerId','callbackUrl','entityFound:','format','user:%s','webbar:originate','originate\x20executed!','hangup\x20fired:','webbar:hangup','answer','webbar:answer','answer\x20executed!','hold','hold\x20fired:','hold\x20executed!','webbar:unhold','unhold\x20executed!','calls','calls\x20fired:','conference','conference\x20fired:','conference\x20executed!','transfer\x20fired:','transferNumber','transfer\x20executed!','lodash','../../mysqldb','util','bluebird','jayson/promise','http','../../config/logger','ioredis','redis','defaults','validate','number','userId\x20is\x20required','string','callNumber\x20is\x20required','sessionId\x20is\x20required','transferNumber\x20is\x20required','emit','log','handleError:','stack','name','status'];(function(_0x529587,_0x7b9e47){var _0x4ea039=function(_0x51cf40){while(--_0x51cf40){_0x529587['push'](_0x529587['shift']());}};_0x4ea039(++_0x7b9e47);}(_0xdad2,0x14c));var _0x2dad=function(_0x59ee6f,_0x450239){_0x59ee6f=_0x59ee6f-0x0;var _0x4c0979=_0xdad2[_0x59ee6f];return _0x4c0979;};'use strict';var path=require('path');var fs=require('fs');var _=require(_0x2dad('0x0'));var db=require(_0x2dad('0x1'))['db'];var config=require('../../config/environment');var util=require(_0x2dad('0x2'));var BPromise=require(_0x2dad('0x3'));var jayson=require(_0x2dad('0x4'));var amiClient=jayson['client'][_0x2dad('0x5')]({'port':0x232a});var logger=require(_0x2dad('0x6'))('webbarapi');var Redis=require(_0x2dad('0x7'));config[_0x2dad('0x8')]=_[_0x2dad('0x9')](config[_0x2dad('0x8')],{'host':'localhost','port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x2dad('0x8')]));var Schema=require(_0x2dad('0xa'));var originateValidation=new Schema({'userId':{'type':_0x2dad('0xb'),'required':[!![],_0x2dad('0xc')]},'callNumber':{'type':_0x2dad('0xd'),'required':[!![],_0x2dad('0xe')]},'callerId':{'type':'string'},'callbackUrl':{'type':_0x2dad('0xd')}});var hangupValidation=new Schema({'userId':{'type':'number','required':[!![],_0x2dad('0xc')]},'sessionId':{'type':_0x2dad('0xd'),'required':![]}});var answerValidation=new Schema({'userId':{'type':'number','required':[!![],_0x2dad('0xc')]},'sessionId':{'type':_0x2dad('0xd'),'required':![]}});var transferValidation=new Schema({'userId':{'type':_0x2dad('0xb'),'required':[!![],'userId\x20is\x20required']},'sessionId':{'type':_0x2dad('0xd'),'required':[!![],_0x2dad('0xf')]},'transferNumber':{'type':'string','required':[!![],_0x2dad('0x10')]}});var holdValidation=new Schema({'userId':{'type':_0x2dad('0xb'),'required':[!![],_0x2dad('0xc')]},'sessionId':{'type':_0x2dad('0xd'),'required':![]}});var unholdValidation=new Schema({'userId':{'type':'number','required':[!![],_0x2dad('0xc')]},'sessionId':{'type':_0x2dad('0xd'),'required':![]}});var callsValidation=new Schema({'userId':{'type':_0x2dad('0xb'),'required':[!![],_0x2dad('0xc')]}});var conferenceValidation=new Schema({'userId':{'type':_0x2dad('0xb'),'required':[!![],'userId\x20is\x20required']}});function emit(_0x569c25,_0x26ac1d,_0x511f4a){logger['info'](_0x569c25,_0x26ac1d,JSON['stringify'](_0x511f4a));io['to'](_0x569c25)[_0x2dad('0x11')](_0x26ac1d,_0x511f4a);}function handleError(_0x100b84){return function(_0x2a2602){console[_0x2dad('0x12')](_0x2dad('0x13'),_0x2a2602,_0x2a2602 instanceof RangeError);logger['error'](_0x2a2602[_0x2dad('0x14')]);if(_0x2a2602 instanceof RangeError){if(_0x2a2602[_0x2dad('0x15')]){delete _0x2a2602['name'];}_0x100b84[_0x2dad('0x16')](0x194)['send'](_0x2a2602);}else{if(_0x2a2602['name']){delete _0x2a2602[_0x2dad('0x15')];}_0x100b84[_0x2dad('0x16')](0x1f4)[_0x2dad('0x17')](_0x2a2602);}};}function checkError(){return function(_0x3b8fe5){if(!_0x3b8fe5){throw new RangeError(_0x2dad('0x18'));}return _0x3b8fe5;};}function respondWithRpcPromise(_0x1f3461,_0x49624c){return new BPromise(function(_0x4e1bd1,_0x2e1798){var _0x5d66af=amiClient;return _0x5d66af['request'](_0x1f3461,_0x49624c)[_0x2dad('0x19')](function(_0x3865e9){if(_0x3865e9[_0x2dad('0x1a')]){if(_0x3865e9['error'][_0x2dad('0x1b')]===0x1f4){return _0x2e1798(_0x3865e9['error'][_0x2dad('0x1c')]);}return _0x4e1bd1(_0x3865e9[_0x2dad('0x1a')][_0x2dad('0x1c')]);}else{_0x4e1bd1(_0x3865e9['result']);}})[_0x2dad('0x1d')](function(_0x30e0fe){_0x2e1798(_0x30e0fe);});});}function getAgent(_0xa8d751){return db['User'][_0x2dad('0x1e')]({'where':{'id':_0xa8d751,'role':_0x2dad('0x1f')}})[_0x2dad('0x19')](checkError());}function getAgentCheckSession(_0x518ee2,_0xa7b9f0){return new BPromise(function(_0x343905,_0x3c1434){var _0x379961=respondWithRpcPromise(_0x2dad('0x20'));var _0x37c3e1=getAgent(_0x518ee2);Promise[_0x2dad('0x21')]([_0x379961,_0x37c3e1])['then'](function(_0x202f0a){var _0x1dd053=_0x202f0a[0x0];var _0x4c46b4=_0x202f0a[0x1];var _0x5d4d37=_[_0x2dad('0x22')](_0x1dd053[_0x2dad('0x23')],function(_0x5acfe0){return _0x5acfe0[_0x2dad('0x24')]==_0x4c46b4['id']&&_0x5acfe0[_0x2dad('0x25')]==_0xa7b9f0;});if(_0x5d4d37[_0x2dad('0x26')]==0x1){_0x343905(_0x4c46b4);}else{_0x3c1434(new RangeError('sessionId\x20'+_0xa7b9f0+'\x20not\x20found!'));}});});}exports[_0x2dad('0x27')]=function(_0x305d12,_0x353370){logger[_0x2dad('0x28')](_0x2dad('0x29'),_0x305d12['body']);var _0x3d1e69=originateValidation['validate'](_0x305d12[_0x2dad('0x2a')]);if(_0x3d1e69[_0x2dad('0x26')]>0x0){return _0x353370[_0x2dad('0x16')](0x190)[_0x2dad('0x2b')](_0x3d1e69);}var _0x35cf62=_0x305d12[_0x2dad('0x2a')][_0x2dad('0x2c')];var _0x37176c=_0x305d12[_0x2dad('0x2a')][_0x2dad('0x2d')];var _0x77af3b=_0x305d12[_0x2dad('0x2a')][_0x2dad('0x2e')];var _0x128a75=_0x305d12[_0x2dad('0x2a')][_0x2dad('0x2f')];return getAgent(_0x35cf62)[_0x2dad('0x19')](function(_0x347e76){logger['info'](_0x2dad('0x30'),_0x347e76['name']);emit(util[_0x2dad('0x31')](_0x2dad('0x32'),_0x347e76['name']),_0x2dad('0x33'),{'callNumber':_0x37176c,'callerId':_0x77af3b,'callbackUrl':_0x128a75});return _0x353370[_0x2dad('0x16')](0xc8)[_0x2dad('0x2b')]({'error':![],'message':_0x2dad('0x34')});})['catch'](handleError(_0x353370));};exports['hangup']=function(_0x38b285,_0x3b5e41){logger[_0x2dad('0x28')](_0x2dad('0x35'),_0x38b285[_0x2dad('0x2a')]);var _0x26c69c=hangupValidation['validate'](_0x38b285[_0x2dad('0x2a')]);if(_0x26c69c[_0x2dad('0x26')]>0x0){return _0x3b5e41[_0x2dad('0x16')](0x190)['json'](_0x26c69c);}var _0xae523f=_0x38b285[_0x2dad('0x2a')]['userId'];var _0xbdef8b=_0x38b285[_0x2dad('0x2a')][_0x2dad('0x25')];return getAgent(_0xae523f)[_0x2dad('0x19')](function(_0x54c327){logger[_0x2dad('0x28')](_0x2dad('0x30'),_0x54c327['name']);emit(util['format'](_0x2dad('0x32'),_0x54c327['name']),_0x2dad('0x36'),{'sessionId':_0xbdef8b});return _0x3b5e41[_0x2dad('0x16')](0xc8)['json']({'error':![],'message':'hangup\x20executed!'});})[_0x2dad('0x1d')](handleError(_0x3b5e41));};exports[_0x2dad('0x37')]=function(_0x4bf50a,_0x15ac17){logger[_0x2dad('0x28')]('answer\x20fired:',_0x4bf50a[_0x2dad('0x2a')]);var _0x5905f8=answerValidation[_0x2dad('0xa')](_0x4bf50a[_0x2dad('0x2a')]);if(_0x5905f8[_0x2dad('0x26')]>0x0){return _0x15ac17['status'](0x190)[_0x2dad('0x2b')](_0x5905f8);}var _0x300d0b=_0x4bf50a[_0x2dad('0x2a')][_0x2dad('0x2c')];var _0x5cb5f1=_0x4bf50a[_0x2dad('0x2a')][_0x2dad('0x25')];return getAgent(_0x300d0b)['then'](function(_0x442a13){logger['info']('entityFound:',_0x442a13[_0x2dad('0x15')]);emit(util[_0x2dad('0x31')](_0x2dad('0x32'),_0x442a13[_0x2dad('0x15')]),_0x2dad('0x38'),{'sessionId':_0x5cb5f1});return _0x15ac17[_0x2dad('0x16')](0xc8)[_0x2dad('0x2b')]({'error':![],'message':_0x2dad('0x39')});})['catch'](handleError(_0x15ac17));};exports[_0x2dad('0x3a')]=function(_0x18017a,_0x155f48){logger['info'](_0x2dad('0x3b'),_0x18017a[_0x2dad('0x2a')]);var _0x285934=holdValidation[_0x2dad('0xa')](_0x18017a[_0x2dad('0x2a')]);if(_0x285934['length']>0x0){return _0x155f48['status'](0x190)['json'](_0x285934);}var _0x59084c=_0x18017a[_0x2dad('0x2a')]['userId'];var _0x3fcd88=_0x18017a[_0x2dad('0x2a')][_0x2dad('0x25')];return getAgent(_0x59084c)[_0x2dad('0x19')](function(_0x44c295){logger['info'](_0x2dad('0x30'),_0x44c295[_0x2dad('0x15')]);emit(util[_0x2dad('0x31')](_0x2dad('0x32'),_0x44c295['name']),'webbar:hold',{'sessionId':_0x3fcd88});return _0x155f48[_0x2dad('0x16')](0xc8)['json']({'error':![],'message':_0x2dad('0x3c')});})[_0x2dad('0x1d')](handleError(_0x155f48));};exports['unhold']=function(_0x1bc98b,_0x54d139){logger[_0x2dad('0x28')]('unhold\x20fired:',_0x1bc98b['body']);var _0x35aca1=unholdValidation[_0x2dad('0xa')](_0x1bc98b['body']);if(_0x35aca1[_0x2dad('0x26')]>0x0){return _0x54d139[_0x2dad('0x16')](0x190)[_0x2dad('0x2b')](_0x35aca1);}var _0x26620f=_0x1bc98b['body']['userId'];var _0xbb93bd=_0x1bc98b['body'][_0x2dad('0x25')];return getAgent(_0x26620f)[_0x2dad('0x19')](function(_0x37ff75){logger[_0x2dad('0x28')](_0x2dad('0x30'),_0x37ff75[_0x2dad('0x15')]);emit(util[_0x2dad('0x31')](_0x2dad('0x32'),_0x37ff75['name']),_0x2dad('0x3d'),{'sessionId':_0xbb93bd});return _0x54d139[_0x2dad('0x16')](0xc8)['json']({'error':![],'message':_0x2dad('0x3e')});})[_0x2dad('0x1d')](handleError(_0x54d139));};exports[_0x2dad('0x3f')]=function(_0x1fb14b,_0x2e48e3){logger[_0x2dad('0x28')](_0x2dad('0x40'),_0x2e48e3[_0x2dad('0x2a')]);var _0x3b6c3d=callsValidation[_0x2dad('0xa')](_0x1fb14b[_0x2dad('0x2a')]);if(_0x3b6c3d[_0x2dad('0x26')]>0x0){return _0x2e48e3['status'](0x190)[_0x2dad('0x2b')](_0x3b6c3d);}var _0x20b3a2=_0x1fb14b[_0x2dad('0x2a')][_0x2dad('0x2c')];var _0x1001c1=respondWithRpcPromise(_0x2dad('0x20'));var _0x315ba0=getAgent(_0x20b3a2);return Promise['all']([_0x1001c1,_0x315ba0])[_0x2dad('0x19')](function(_0x5d7778){var _0x66da4d=_0x5d7778[0x0];var _0x40f6ee=_0x5d7778[0x1];var _0x3a3c94=_[_0x2dad('0x22')](_0x66da4d[_0x2dad('0x23')],function(_0x29c810){return _0x29c810[_0x2dad('0x24')]==_0x40f6ee['id'];});return _0x2e48e3[_0x2dad('0x16')](0xc8)[_0x2dad('0x2b')]({'count':_0x3a3c94[_0x2dad('0x26')],'rows':_0x3a3c94});})[_0x2dad('0x1d')](handleError(_0x2e48e3));};exports[_0x2dad('0x41')]=function(_0x4c2ff1,_0x1a7628){logger[_0x2dad('0x28')](_0x2dad('0x42'),_0x4c2ff1[_0x2dad('0x2a')]);var _0x390be0=conferenceValidation[_0x2dad('0xa')](_0x4c2ff1[_0x2dad('0x2a')]);if(_0x390be0[_0x2dad('0x26')]>0x0){return _0x1a7628['status'](0x190)[_0x2dad('0x2b')](_0x390be0);}var _0x3b4ccb=_0x4c2ff1[_0x2dad('0x2a')][_0x2dad('0x2c')];return getAgent(_0x3b4ccb)['then'](function(_0x106c45){logger[_0x2dad('0x28')](_0x2dad('0x30'),_0x106c45[_0x2dad('0x15')]);emit(util[_0x2dad('0x31')](_0x2dad('0x32'),_0x106c45[_0x2dad('0x15')]),'webbar:conference');return _0x1a7628['status'](0xc8)[_0x2dad('0x2b')]({'error':![],'message':_0x2dad('0x43')});})[_0x2dad('0x1d')](handleError(_0x1a7628));};exports['transfer']=function(_0x14983b,_0x401f70){logger[_0x2dad('0x28')](_0x2dad('0x44'),_0x14983b['body']);var _0x3c03b2=transferValidation[_0x2dad('0xa')](_0x14983b[_0x2dad('0x2a')]);if(_0x3c03b2[_0x2dad('0x26')]>0x0){return _0x401f70['status'](0x190)[_0x2dad('0x2b')](_0x3c03b2);}var _0x4f306e=_0x14983b['body']['userId'];var _0x1e59a8=_0x14983b[_0x2dad('0x2a')][_0x2dad('0x25')];var _0x377b39=_0x14983b[_0x2dad('0x2a')][_0x2dad('0x45')];return getAgent(_0x4f306e)['then'](function(_0x36101b){logger[_0x2dad('0x28')](_0x2dad('0x30'),_0x36101b['name']);emit(util[_0x2dad('0x31')]('user:%s',_0x36101b['name']),'webbar:transfer',{'sessionId':_0x1e59a8,'transferNumber':_0x377b39});return _0x401f70[_0x2dad('0x16')](0xc8)[_0x2dad('0x2b')]({'error':![],'message':_0x2dad('0x46')});})[_0x2dad('0x1d')](handleError(_0x401f70));};
\ No newline at end of file
+var _0x4bc3=['transfer\x20executed!','path','lodash','../../config/environment','util','jayson/promise','client','http','../../config/logger','webbarapi','ioredis','redis','validate','number','userId\x20is\x20required','string','callNumber\x20is\x20required','log','handleError:','stack','name','status','send','NotFound','error','code','message','result','catch','findOne','all','then','filter','rows','UserId','sessionId','length','\x20not\x20found!','originate\x20fired:','body','userId','callerId','info','entityFound:','user:%s','webbar:originate','json','originate\x20executed!','hangup','hangup\x20fired:','format','webbar:hangup','hangup\x20executed!','answer\x20fired:','answer\x20executed!','hold','hold\x20fired:','webbar:hold','hold\x20executed!','unhold','unhold\x20fired:','webbar:unhold','unhold\x20executed!','calls','calls\x20fired:','VoiceChannels','conference','conference\x20fired:','webbar:conference','conference\x20executed!','transfer\x20fired:','transferNumber','webbar:transfer'];(function(_0x502378,_0x532792){var _0x238a67=function(_0x58f46e){while(--_0x58f46e){_0x502378['push'](_0x502378['shift']());}};_0x238a67(++_0x532792);}(_0x4bc3,0x16e));var _0x34bc=function(_0x119d5a,_0x19b457){_0x119d5a=_0x119d5a-0x0;var _0x15bff4=_0x4bc3[_0x119d5a];return _0x15bff4;};'use strict';var path=require(_0x34bc('0x0'));var fs=require('fs');var _=require(_0x34bc('0x1'));var db=require('../../mysqldb')['db'];var config=require(_0x34bc('0x2'));var util=require(_0x34bc('0x3'));var BPromise=require('bluebird');var jayson=require(_0x34bc('0x4'));var amiClient=jayson[_0x34bc('0x5')][_0x34bc('0x6')]({'port':0x232a});var logger=require(_0x34bc('0x7'))(_0x34bc('0x8'));var Redis=require(_0x34bc('0x9'));config[_0x34bc('0xa')]=_['defaults'](config[_0x34bc('0xa')],{'host':'localhost','port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x34bc('0xa')]));var Schema=require(_0x34bc('0xb'));var originateValidation=new Schema({'userId':{'type':_0x34bc('0xc'),'required':[!![],_0x34bc('0xd')]},'callNumber':{'type':_0x34bc('0xe'),'required':[!![],_0x34bc('0xf')]},'callerId':{'type':'string'},'callbackUrl':{'type':'string'}});var hangupValidation=new Schema({'userId':{'type':_0x34bc('0xc'),'required':[!![],_0x34bc('0xd')]},'sessionId':{'type':_0x34bc('0xe'),'required':![]}});var answerValidation=new Schema({'userId':{'type':'number','required':[!![],_0x34bc('0xd')]},'sessionId':{'type':'string','required':![]}});var transferValidation=new Schema({'userId':{'type':_0x34bc('0xc'),'required':[!![],_0x34bc('0xd')]},'sessionId':{'type':_0x34bc('0xe'),'required':[!![],'sessionId\x20is\x20required']},'transferNumber':{'type':_0x34bc('0xe'),'required':[!![],'transferNumber\x20is\x20required']}});var holdValidation=new Schema({'userId':{'type':_0x34bc('0xc'),'required':[!![],_0x34bc('0xd')]},'sessionId':{'type':_0x34bc('0xe'),'required':![]}});var unholdValidation=new Schema({'userId':{'type':'number','required':[!![],'userId\x20is\x20required']},'sessionId':{'type':_0x34bc('0xe'),'required':![]}});var callsValidation=new Schema({'userId':{'type':'number','required':[!![],_0x34bc('0xd')]}});var conferenceValidation=new Schema({'userId':{'type':_0x34bc('0xc'),'required':[!![],_0x34bc('0xd')]}});function emit(_0x25da29,_0x2db2dd,_0x69542f){logger['info'](_0x25da29,_0x2db2dd,JSON['stringify'](_0x69542f));io['to'](_0x25da29)['emit'](_0x2db2dd,_0x69542f);}function handleError(_0x4205eb){return function(_0x3eaedf){console[_0x34bc('0x10')](_0x34bc('0x11'),_0x3eaedf,_0x3eaedf instanceof RangeError);logger['error'](_0x3eaedf[_0x34bc('0x12')]);if(_0x3eaedf instanceof RangeError){if(_0x3eaedf[_0x34bc('0x13')]){delete _0x3eaedf['name'];}_0x4205eb[_0x34bc('0x14')](0x194)[_0x34bc('0x15')](_0x3eaedf);}else{if(_0x3eaedf['name']){delete _0x3eaedf[_0x34bc('0x13')];}_0x4205eb[_0x34bc('0x14')](0x1f4)[_0x34bc('0x15')](_0x3eaedf);}};}function checkError(){return function(_0x120bd3){if(!_0x120bd3){throw new RangeError(_0x34bc('0x16'));}return _0x120bd3;};}function respondWithRpcPromise(_0x42c814,_0x48087e){return new BPromise(function(_0x40e128,_0x3c9939){var _0x38882c=amiClient;return _0x38882c['request'](_0x42c814,_0x48087e)['then'](function(_0x358d51){if(_0x358d51[_0x34bc('0x17')]){if(_0x358d51[_0x34bc('0x17')][_0x34bc('0x18')]===0x1f4){return _0x3c9939(_0x358d51[_0x34bc('0x17')][_0x34bc('0x19')]);}return _0x40e128(_0x358d51[_0x34bc('0x17')][_0x34bc('0x19')]);}else{_0x40e128(_0x358d51[_0x34bc('0x1a')]);}})[_0x34bc('0x1b')](function(_0x2de017){_0x3c9939(_0x2de017);});});}function getAgent(_0x1edcb0){return db['User'][_0x34bc('0x1c')]({'where':{'id':_0x1edcb0,'role':'agent'}})['then'](checkError());}function getAgentCheckSession(_0x3da96b,_0x5332c8){return new BPromise(function(_0x4082c3,_0x446b58){var _0x46fd76=respondWithRpcPromise('VoiceChannels');var _0x2e6d96=getAgent(_0x3da96b);Promise[_0x34bc('0x1d')]([_0x46fd76,_0x2e6d96])[_0x34bc('0x1e')](function(_0x1a83f7){var _0x2bb874=_0x1a83f7[0x0];var _0x33bf46=_0x1a83f7[0x1];var _0x520fd4=_[_0x34bc('0x1f')](_0x2bb874[_0x34bc('0x20')],function(_0x22aacc){return _0x22aacc[_0x34bc('0x21')]==_0x33bf46['id']&&_0x22aacc[_0x34bc('0x22')]==_0x5332c8;});if(_0x520fd4[_0x34bc('0x23')]==0x1){_0x4082c3(_0x33bf46);}else{_0x446b58(new RangeError('sessionId\x20'+_0x5332c8+_0x34bc('0x24')));}});});}exports['originate']=function(_0x530748,_0x42fd40){logger['info'](_0x34bc('0x25'),_0x530748[_0x34bc('0x26')]);var _0xb446f4=originateValidation[_0x34bc('0xb')](_0x530748[_0x34bc('0x26')]);if(_0xb446f4[_0x34bc('0x23')]>0x0){return _0x42fd40[_0x34bc('0x14')](0x190)['json'](_0xb446f4);}var _0xbd59f9=_0x530748[_0x34bc('0x26')][_0x34bc('0x27')];var _0x3224c7=_0x530748[_0x34bc('0x26')]['callNumber'];var _0x3bc739=_0x530748[_0x34bc('0x26')][_0x34bc('0x28')];var _0x493835=_0x530748[_0x34bc('0x26')]['callbackUrl'];return getAgent(_0xbd59f9)['then'](function(_0x39e630){logger[_0x34bc('0x29')](_0x34bc('0x2a'),_0x39e630[_0x34bc('0x13')]);emit(util['format'](_0x34bc('0x2b'),_0x39e630[_0x34bc('0x13')]),_0x34bc('0x2c'),{'callNumber':_0x3224c7,'callerId':_0x3bc739,'callbackUrl':_0x493835});return _0x42fd40['status'](0xc8)[_0x34bc('0x2d')]({'error':![],'message':_0x34bc('0x2e')});})[_0x34bc('0x1b')](handleError(_0x42fd40));};exports[_0x34bc('0x2f')]=function(_0x53a43a,_0x2ac72b){logger[_0x34bc('0x29')](_0x34bc('0x30'),_0x53a43a['body']);var _0x246a86=hangupValidation[_0x34bc('0xb')](_0x53a43a[_0x34bc('0x26')]);if(_0x246a86[_0x34bc('0x23')]>0x0){return _0x2ac72b[_0x34bc('0x14')](0x190)['json'](_0x246a86);}var _0xca2aaf=_0x53a43a[_0x34bc('0x26')][_0x34bc('0x27')];var _0x174cfe=_0x53a43a[_0x34bc('0x26')]['sessionId'];return getAgent(_0xca2aaf)[_0x34bc('0x1e')](function(_0x50f1ee){logger[_0x34bc('0x29')](_0x34bc('0x2a'),_0x50f1ee[_0x34bc('0x13')]);emit(util[_0x34bc('0x31')]('user:%s',_0x50f1ee[_0x34bc('0x13')]),_0x34bc('0x32'),{'sessionId':_0x174cfe});return _0x2ac72b['status'](0xc8)[_0x34bc('0x2d')]({'error':![],'message':_0x34bc('0x33')});})[_0x34bc('0x1b')](handleError(_0x2ac72b));};exports['answer']=function(_0x31afd3,_0xbf2127){logger[_0x34bc('0x29')](_0x34bc('0x34'),_0x31afd3[_0x34bc('0x26')]);var _0x20debf=answerValidation[_0x34bc('0xb')](_0x31afd3[_0x34bc('0x26')]);if(_0x20debf[_0x34bc('0x23')]>0x0){return _0xbf2127[_0x34bc('0x14')](0x190)[_0x34bc('0x2d')](_0x20debf);}var _0x570824=_0x31afd3['body'][_0x34bc('0x27')];var _0x1e1bf3=_0x31afd3[_0x34bc('0x26')][_0x34bc('0x22')];return getAgent(_0x570824)[_0x34bc('0x1e')](function(_0x2db155){logger['info'](_0x34bc('0x2a'),_0x2db155['name']);emit(util[_0x34bc('0x31')](_0x34bc('0x2b'),_0x2db155[_0x34bc('0x13')]),'webbar:answer',{'sessionId':_0x1e1bf3});return _0xbf2127[_0x34bc('0x14')](0xc8)[_0x34bc('0x2d')]({'error':![],'message':_0x34bc('0x35')});})[_0x34bc('0x1b')](handleError(_0xbf2127));};exports[_0x34bc('0x36')]=function(_0x26924c,_0xba179d){logger[_0x34bc('0x29')](_0x34bc('0x37'),_0x26924c[_0x34bc('0x26')]);var _0x100c70=holdValidation[_0x34bc('0xb')](_0x26924c['body']);if(_0x100c70['length']>0x0){return _0xba179d[_0x34bc('0x14')](0x190)[_0x34bc('0x2d')](_0x100c70);}var _0x180a51=_0x26924c['body']['userId'];var _0x898cf8=_0x26924c[_0x34bc('0x26')][_0x34bc('0x22')];return getAgent(_0x180a51)['then'](function(_0x43bfb7){logger[_0x34bc('0x29')]('entityFound:',_0x43bfb7[_0x34bc('0x13')]);emit(util['format'](_0x34bc('0x2b'),_0x43bfb7['name']),_0x34bc('0x38'),{'sessionId':_0x898cf8});return _0xba179d[_0x34bc('0x14')](0xc8)[_0x34bc('0x2d')]({'error':![],'message':_0x34bc('0x39')});})['catch'](handleError(_0xba179d));};exports[_0x34bc('0x3a')]=function(_0x2bbd0b,_0x103bd1){logger[_0x34bc('0x29')](_0x34bc('0x3b'),_0x2bbd0b[_0x34bc('0x26')]);var _0x18eadd=unholdValidation[_0x34bc('0xb')](_0x2bbd0b['body']);if(_0x18eadd['length']>0x0){return _0x103bd1['status'](0x190)[_0x34bc('0x2d')](_0x18eadd);}var _0x1ed088=_0x2bbd0b['body'][_0x34bc('0x27')];var _0xe7b515=_0x2bbd0b[_0x34bc('0x26')][_0x34bc('0x22')];return getAgent(_0x1ed088)[_0x34bc('0x1e')](function(_0x5c82c2){logger['info']('entityFound:',_0x5c82c2[_0x34bc('0x13')]);emit(util[_0x34bc('0x31')](_0x34bc('0x2b'),_0x5c82c2[_0x34bc('0x13')]),_0x34bc('0x3c'),{'sessionId':_0xe7b515});return _0x103bd1['status'](0xc8)[_0x34bc('0x2d')]({'error':![],'message':_0x34bc('0x3d')});})[_0x34bc('0x1b')](handleError(_0x103bd1));};exports[_0x34bc('0x3e')]=function(_0x58e4c3,_0x1a2cf2){logger[_0x34bc('0x29')](_0x34bc('0x3f'),_0x1a2cf2[_0x34bc('0x26')]);var _0x279a83=callsValidation[_0x34bc('0xb')](_0x58e4c3[_0x34bc('0x26')]);if(_0x279a83[_0x34bc('0x23')]>0x0){return _0x1a2cf2[_0x34bc('0x14')](0x190)[_0x34bc('0x2d')](_0x279a83);}var _0x39c580=_0x58e4c3[_0x34bc('0x26')][_0x34bc('0x27')];var _0x592e81=respondWithRpcPromise(_0x34bc('0x40'));var _0x2cc1f5=getAgent(_0x39c580);return Promise[_0x34bc('0x1d')]([_0x592e81,_0x2cc1f5])[_0x34bc('0x1e')](function(_0x426df1){var _0x1b3704=_0x426df1[0x0];var _0x31cf3a=_0x426df1[0x1];var _0x43337d=_[_0x34bc('0x1f')](_0x1b3704[_0x34bc('0x20')],function(_0x11cd4c){return _0x11cd4c[_0x34bc('0x21')]==_0x31cf3a['id'];});return _0x1a2cf2[_0x34bc('0x14')](0xc8)[_0x34bc('0x2d')]({'count':_0x43337d['length'],'rows':_0x43337d});})[_0x34bc('0x1b')](handleError(_0x1a2cf2));};exports[_0x34bc('0x41')]=function(_0x36143f,_0x320d86){logger[_0x34bc('0x29')](_0x34bc('0x42'),_0x36143f[_0x34bc('0x26')]);var _0x36d2fb=conferenceValidation[_0x34bc('0xb')](_0x36143f[_0x34bc('0x26')]);if(_0x36d2fb['length']>0x0){return _0x320d86[_0x34bc('0x14')](0x190)[_0x34bc('0x2d')](_0x36d2fb);}var _0x51bbbd=_0x36143f['body'][_0x34bc('0x27')];return getAgent(_0x51bbbd)[_0x34bc('0x1e')](function(_0x9dd563){logger[_0x34bc('0x29')]('entityFound:',_0x9dd563[_0x34bc('0x13')]);emit(util[_0x34bc('0x31')](_0x34bc('0x2b'),_0x9dd563[_0x34bc('0x13')]),_0x34bc('0x43'));return _0x320d86[_0x34bc('0x14')](0xc8)[_0x34bc('0x2d')]({'error':![],'message':_0x34bc('0x44')});})['catch'](handleError(_0x320d86));};exports['transfer']=function(_0x405abb,_0x1dd036){logger[_0x34bc('0x29')](_0x34bc('0x45'),_0x405abb[_0x34bc('0x26')]);var _0x3066d9=transferValidation[_0x34bc('0xb')](_0x405abb[_0x34bc('0x26')]);if(_0x3066d9[_0x34bc('0x23')]>0x0){return _0x1dd036[_0x34bc('0x14')](0x190)[_0x34bc('0x2d')](_0x3066d9);}var _0x2d0d2c=_0x405abb[_0x34bc('0x26')][_0x34bc('0x27')];var _0x4d7c67=_0x405abb[_0x34bc('0x26')][_0x34bc('0x22')];var _0xa4e120=_0x405abb['body'][_0x34bc('0x46')];return getAgent(_0x2d0d2c)[_0x34bc('0x1e')](function(_0x124945){logger[_0x34bc('0x29')]('entityFound:',_0x124945[_0x34bc('0x13')]);emit(util[_0x34bc('0x31')](_0x34bc('0x2b'),_0x124945[_0x34bc('0x13')]),_0x34bc('0x47'),{'sessionId':_0x4d7c67,'transferNumber':_0xa4e120});return _0x1dd036['status'](0xc8)[_0x34bc('0x2d')]({'error':![],'message':_0x34bc('0x48')});})[_0x34bc('0x1b')](handleError(_0x1dd036));};
\ No newline at end of file