Built motion from commit 00bf23f6.|2.6.16
[motion2.git] / server / services / ami / trigger / integration / zendesk.js
index bf81c68..20d4f5e 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x4a59=['authType','%s:%s','token','%s/token:%s','username','Basic\x20%s','base64','debug','stringify','GET','forEach','includes','string','picklist','type','nameField','customField','toLowerCase','idField','custom_fields','toString','variable','variableName','push','customVariable','Variable','name','stripTrailingSlash','serverUrl','monitor_format','[QUEUE]','Recording\x20is\x20enabled!','recordingURL','%s/api/voice/recordings/%s/downloads?type=uniqueid&token=%s','uniqueid','email','The\x20User\x20ID\x20is:','calleridname','calleridnum','The\x20Enduser\x20ID\x20is:','The\x20Ticket\x20ID\x20is:','integrationTab','Displaying\x20ticket\x20to\x20agent...','%s/channels/voice/agents/%d/tickets/%d/display.json','newTab','Displaying\x20ticket\x20to\x20agent\x20in\x20a\x20new\x20tab...','user:%s','replace','/api/v2','Zendesk\x20account\x20type\x20not\x20recognized','catch','error','[QUEUE]\x20Error\x20running\x20Zendesk\x20integration','inspect','recordingFormat','Authorization','destcalleridname','destcalleridnum','[OUTBOUND]','trigger:browser:url','%s/agent/tickets/%s','[OUTBOUND]\x20Error\x20running\x20Zendesk\x20integration','unmanaged','toUpperCase','\x20Error\x20running\x20Zendesk\x20integration','request-promise','md5','util','./util','../../../../config/environment','../../../../config/logger','redis','defaults','localhost','socket.io-emitter','application/json','info','Creating\x20new\x20ticket...','format','%s/tickets.json','remoteUri','POST','Tags','getString','Descriptions','Ticket\x20created!','ticket','validateEmail','Getting\x20agent\x20with\x20email','type:user\x20role:agent\x20email:%s','Agent\x20found!','find','results','agent','then','Admin\x20account\x20selected.','user','%s/search.json','type:user\x20role:end-user\x20phone:%s','length','filter','end-user','first','Enduser\x20found!','%s/users.json','Caller\x20-\x20%s'];(function(_0x33154d,_0x854047){var _0x3b2f03=function(_0x35f7a6){while(--_0x35f7a6){_0x33154d['push'](_0x33154d['shift']());}};_0x3b2f03(++_0x854047);}(_0x4a59,0xab));var _0x94a5=function(_0x5bb243,_0x4e3882){_0x5bb243=_0x5bb243-0x0;var _0x2340c7=_0x4a59[_0x5bb243];return _0x2340c7;};'use strict';var _=require('lodash');var rp=require(_0x94a5('0x0'));var md5=require(_0x94a5('0x1'));var util=require(_0x94a5('0x2'));var Redis=require('ioredis');var intUtil=require(_0x94a5('0x3'));var config=require(_0x94a5('0x4'));var logger=require(_0x94a5('0x5'))('zendesk');config[_0x94a5('0x6')]=_[_0x94a5('0x7')](config['redis'],{'host':_0x94a5('0x8'),'port':0x18eb});var io=require(_0x94a5('0x9'))(new Redis(config[_0x94a5('0x6')]));function emit(_0x7f0605,_0x46a559,_0x2221d2){io['to'](_0x7f0605)['emit'](_0x46a559,_0x2221d2);}var headers={'Content-Type':_0x94a5('0xa'),'Accept':_0x94a5('0xa')};function getTicket(_0x535599,_0x2d8b7e,_0x4d741a,_0x2661b0,_0x3e8c8b){logger[_0x94a5('0xb')](_0x94a5('0xc'));return request({'uri':util[_0x94a5('0xd')](_0x94a5('0xe'),_0x535599[_0x94a5('0xf')]),'method':_0x94a5('0x10'),'body':{'ticket':_['merge']({'requester_id':_0x4d741a['id'],'submitter_id':_0x2d8b7e?_0x2d8b7e['id']:undefined,'assignee_id':_0x2d8b7e?_0x2d8b7e['id']:undefined,'tags':getTags(_0x2661b0[_0x94a5('0x11')],'name'),'subject':intUtil[_0x94a5('0x12')](_0x2661b0['Subjects'],_0x3e8c8b,'\x20'),'description':intUtil[_0x94a5('0x12')](_0x2661b0[_0x94a5('0x13')],_0x3e8c8b,'\x0a'),'comment':{'public':![],'body':intUtil[_0x94a5('0x12')](_0x2661b0[_0x94a5('0x13')],_0x3e8c8b,'\x0a')}},getCustomFields(_0x2661b0['Fields'],_0x3e8c8b))}})['then'](function(_0x4e74d1){logger[_0x94a5('0xb')](_0x94a5('0x14'));return _0x4e74d1[_0x94a5('0x15')];});}function getUser(_0x22857a,_0x9256eb){if(intUtil[_0x94a5('0x16')](_0x9256eb)){logger[_0x94a5('0xb')](_0x94a5('0x17'),_0x9256eb);return request({'uri':util['format']('%s/search.json',_0x22857a[_0x94a5('0xf')]),'qs':{'query':util['format'](_0x94a5('0x18'),_0x9256eb)}})['then'](function(_0x12ca6b){if(_0x12ca6b['count']){logger[_0x94a5('0xb')](_0x94a5('0x19'));return _[_0x94a5('0x1a')](_0x12ca6b[_0x94a5('0x1b')],{'email':_0x9256eb,'role':_0x94a5('0x1c')});}else{logger['info']('Agent\x20not\x20found,\x20using\x20the\x20admin\x20account!');return request({'uri':util[_0x94a5('0xd')]('%s/users/me.json',_0x22857a[_0x94a5('0xf')])})[_0x94a5('0x1d')](function(_0x44ea09){logger[_0x94a5('0xb')](_0x94a5('0x1e'));return _0x44ea09[_0x94a5('0x1f')];});}});}else{logger['info']('Agent\x20not\x20found,\x20using\x20the\x20admin\x20account!');return request({'uri':util[_0x94a5('0xd')]('%s/users/me.json',_0x22857a[_0x94a5('0xf')])})[_0x94a5('0x1d')](function(_0x36e4bd){logger[_0x94a5('0xb')]('Admin\x20account\x20selected.');return _0x36e4bd[_0x94a5('0x1f')];});}}function getEndUser(_0x5dbf0a,_0x5dbab6,_0x1b9e27){logger[_0x94a5('0xb')]('Searching\x20enduser\x20with\x20phone',_0x1b9e27);return request({'uri':util[_0x94a5('0xd')](_0x94a5('0x20'),_0x5dbf0a[_0x94a5('0xf')]),'qs':{'query':util[_0x94a5('0xd')](_0x94a5('0x21'),_0x1b9e27)}})[_0x94a5('0x1d')](function(_0x50f065){var _0x3a39cb;if(_0x50f065['results'][_0x94a5('0x22')]){_0x50f065['results']=_[_0x94a5('0x23')](_0x50f065[_0x94a5('0x1b')],{'suspended':![],'role':_0x94a5('0x24')});if(_0x50f065[_0x94a5('0x1b')][_0x94a5('0x22')]){_0x3a39cb=_[_0x94a5('0x25')](_0x50f065['results']);}}if(_0x3a39cb){logger[_0x94a5('0xb')](_0x94a5('0x26'));return _0x3a39cb;}else{logger[_0x94a5('0xb')]('Enduser\x20not\x20found,\x20creating\x20a\x20new\x20enduser!');return request({'uri':util[_0x94a5('0xd')](_0x94a5('0x27'),_0x5dbf0a[_0x94a5('0xf')]),'method':_0x94a5('0x10'),'body':{'user':{'role':_0x94a5('0x24'),'name':util[_0x94a5('0xd')](_0x94a5('0x28'),_0x5dbab6||_0x1b9e27),'phone':_0x1b9e27}}})[_0x94a5('0x1d')](function(_0x2b1358){logger[_0x94a5('0xb')]('Enduser\x20created.');return _0x2b1358[_0x94a5('0x1f')];});}});}function getAuth(_0x483d12){var _0x255160;if(_0x483d12[_0x94a5('0x29')]==='password'){_0x255160=util['format'](_0x94a5('0x2a'),_0x483d12['username'],_0x483d12['password']);}else if(_0x483d12['authType']===_0x94a5('0x2b')){_0x255160=util[_0x94a5('0xd')](_0x94a5('0x2c'),_0x483d12[_0x94a5('0x2d')],_0x483d12['token']);}return util[_0x94a5('0xd')](_0x94a5('0x2e'),new Buffer(_0x255160)['toString'](_0x94a5('0x2f')));}function request(_0x4a3c80){logger[_0x94a5('0x30')]('[HTTP]',JSON[_0x94a5('0x31')](_0x4a3c80));return rp(_[_0x94a5('0x7')](_0x4a3c80,{'method':_0x94a5('0x32'),'headers':headers,'json':!![]}));}function getTags(_0x7d1908,_0x2d3c27){var _0x3709d4=[];if(_0x7d1908&&_0x7d1908[_0x94a5('0x22')]>0x0){_0x3709d4=_['map'](_0x7d1908,_0x2d3c27);}return _0x3709d4;}function getCustomFields(_0x338a18,_0xa4b35e){var _0x4c4361=[];var _0x406284={'custom_fields':[]};if(_0x338a18[_0x94a5('0x22')]>0x0){_[_0x94a5('0x33')](_0x338a18,function(_0x18c5e8){if(_[_0x94a5('0x34')]([_0x94a5('0x35'),_0x94a5('0x36')],_0x18c5e8[_0x94a5('0x37')])&&_0x18c5e8[_0x94a5('0x38')]&&!_0x18c5e8[_0x94a5('0x39')]){_0x406284[_0x18c5e8[_0x94a5('0x38')][_0x94a5('0x3a')]()]=_0x18c5e8['content']['toString']();}else if(_[_0x94a5('0x34')]([_0x94a5('0x35'),_0x94a5('0x36')],_0x18c5e8[_0x94a5('0x37')])&&_0x18c5e8[_0x94a5('0x3b')]&&_0x18c5e8[_0x94a5('0x39')]){_0x406284[_0x94a5('0x3c')]['push']({'id':_0x18c5e8[_0x94a5('0x3b')],'value':_0x18c5e8['content'][_0x94a5('0x3d')]()});}else if(_0x18c5e8[_0x94a5('0x37')]===_0x94a5('0x3e')&&_0x18c5e8[_0x94a5('0x3f')]&&_0x18c5e8['idField']&&_0x18c5e8['customField']){_0xa4b35e[_0x18c5e8['variableName']]&&_0x406284['custom_fields'][_0x94a5('0x40')]({'id':_0x18c5e8[_0x94a5('0x3b')],'value':_0xa4b35e[_0x18c5e8['variableName']]['toString']()});}else if(_0x18c5e8[_0x94a5('0x37')]===_0x94a5('0x41')&&_0x18c5e8['Variable']&&_0x18c5e8[_0x94a5('0x42')][_0x94a5('0x43')]&&_0x18c5e8['idField']&&_0x18c5e8[_0x94a5('0x39')]){_0xa4b35e[_0x18c5e8[_0x94a5('0x42')][_0x94a5('0x43')][_0x94a5('0x3a')]()]&&_0x406284[_0x94a5('0x3c')][_0x94a5('0x40')]({'id':_0x18c5e8[_0x94a5('0x3b')],'value':_0xa4b35e[_0x18c5e8[_0x94a5('0x42')][_0x94a5('0x43')][_0x94a5('0x3a')]()][_0x94a5('0x3d')]()});}});}return _0x406284;}exports['queue']=function(_0x372a04,_0x54ba84,_0xde10be,_0x3327d2,_0x381645,_0x390f75){var _0x213c61,_0x4c010b;_0x390f75[_0x94a5('0xf')]=intUtil[_0x94a5('0x44')](_0x390f75['remoteUri']);_0x390f75[_0x94a5('0x45')]=intUtil[_0x94a5('0x44')](_0x390f75[_0x94a5('0x45')]);if(_0x381645&&_0x381645[_0x94a5('0x46')]){logger[_0x94a5('0xb')](_0x94a5('0x47'),_0x94a5('0x48'));_0x54ba84[_0x94a5('0x49')]=util[_0x94a5('0xd')](_0x94a5('0x4a'),_0x390f75[_0x94a5('0x45')],_0x54ba84[_0x94a5('0x4b')],md5(_0x54ba84[_0x94a5('0x4b')]));}else{_0x54ba84['recordingURL']='';}headers['Authorization']=getAuth(_0x390f75);return getUser(_0x390f75,_0x3327d2[_0x94a5('0x4c')])[_0x94a5('0x1d')](function(_0x310791){_0x213c61=_0x310791;logger[_0x94a5('0xb')](_0x94a5('0x4d'),_0x213c61['id']);return getEndUser(_0x390f75,_0x54ba84[_0x94a5('0x4e')],_0x54ba84[_0x94a5('0x4f')]);})[_0x94a5('0x1d')](function(_0x45c34a){_0x4c010b=_0x45c34a;logger[_0x94a5('0xb')](_0x94a5('0x50'),_0x4c010b['id']);return getTicket(_0x390f75,_0x213c61,_0x4c010b,_0xde10be,_0x54ba84);})['then'](function(_0x3e88c1){if(_0x3e88c1){logger[_0x94a5('0xb')](_0x94a5('0x51'),_0x3e88c1['id']);switch(_0x390f75['type']){case _0x94a5('0x52'):logger[_0x94a5('0xb')](_0x94a5('0x47'),_0x94a5('0x53'));return request({'uri':util[_0x94a5('0xd')](_0x94a5('0x54'),_0x390f75[_0x94a5('0xf')],_0x213c61['id'],_0x3e88c1['id']),'method':'POST'});case _0x94a5('0x55'):logger[_0x94a5('0xb')](_0x94a5('0x47'),_0x94a5('0x56'));emit(util[_0x94a5('0xd')](_0x94a5('0x57'),_0x3327d2[_0x94a5('0x43')]),'trigger:browser:url',{'uri':util['format']('%s/agent/tickets/%s',_0x390f75[_0x94a5('0xf')][_0x94a5('0x58')](_0x94a5('0x59'),''),_0x3e88c1['id'])});break;default:logger['error']('[QUEUE]',_0x94a5('0x5a'));}}})[_0x94a5('0x5b')](function(_0x1dd6ae){logger[_0x94a5('0x5c')](_0x94a5('0x5d'),util[_0x94a5('0x5e')](_0x1dd6ae,{'showHidden':!![],'depth':null}));});};exports['outbound']=function(_0x4c0512,_0x3b1139,_0x574ad2,_0x4e7c39,_0xc4feac,_0x5eddc7,_0x4ce76c){var _0x1fe82e,_0x768ae3;_0x5eddc7['remoteUri']=intUtil['stripTrailingSlash'](_0x5eddc7['remoteUri']);_0x5eddc7[_0x94a5('0x45')]=intUtil[_0x94a5('0x44')](_0x5eddc7[_0x94a5('0x45')]);if(_0x4ce76c&&_0x4ce76c[_0x94a5('0x5f')]&&_0x4ce76c[_0x94a5('0x5f')]!=='none'){logger[_0x94a5('0xb')]('[OUTBOUND]',_0x94a5('0x48'));_0x3b1139[_0x94a5('0x49')]=util[_0x94a5('0xd')](_0x94a5('0x4a'),_0x5eddc7[_0x94a5('0x45')],_0x3b1139['uniqueid'],md5(_0x3b1139['uniqueid']));}headers[_0x94a5('0x60')]=getAuth(_0x5eddc7);return getUser(_0x5eddc7,_0x4e7c39[_0x94a5('0x4c')])['then'](function(_0x21f16b){_0x1fe82e=_0x21f16b;logger[_0x94a5('0xb')](_0x94a5('0x4d'),_0x1fe82e['id']);return getEndUser(_0x5eddc7,_0x3b1139[_0x94a5('0x61')],_0x3b1139[_0x94a5('0x62')]);})[_0x94a5('0x1d')](function(_0x404b4a){_0x768ae3=_0x404b4a;logger[_0x94a5('0xb')](_0x94a5('0x50'),_0x768ae3['id']);return getTicket(_0x5eddc7,_0x1fe82e,_0x768ae3,_0x574ad2,_0x3b1139);})['then'](function(_0x429c0e){if(_0x429c0e){logger[_0x94a5('0xb')](_0x94a5('0x51'),_0x429c0e['id']);switch(_0x5eddc7[_0x94a5('0x37')]){case _0x94a5('0x52'):logger[_0x94a5('0xb')]('[OUTBOUND]',_0x94a5('0x53'));return request({'uri':util[_0x94a5('0xd')](_0x94a5('0x54'),_0x5eddc7['remoteUri'],_0x1fe82e['id'],_0x429c0e['id']),'method':_0x94a5('0x10')});case _0x94a5('0x55'):logger[_0x94a5('0xb')](_0x94a5('0x63'),_0x94a5('0x56'));emit(util['format'](_0x94a5('0x57'),_0x4e7c39['name']),_0x94a5('0x64'),{'uri':util[_0x94a5('0xd')](_0x94a5('0x65'),_0x5eddc7[_0x94a5('0xf')]['replace'](_0x94a5('0x59'),''),_0x429c0e['id'])});break;default:logger[_0x94a5('0x5c')](_0x94a5('0x63'),'Zendesk\x20account\x20type\x20not\x20recognized');}}})['catch'](function(_0x237ed6){logger[_0x94a5('0x5c')](_0x94a5('0x66'),util[_0x94a5('0x5e')](_0x237ed6,{'showHidden':!![],'depth':null}));});};exports[_0x94a5('0x67')]=function(_0x275778,_0x5b08cb,_0x59b130,_0x2fa47e,_0x49f821,_0x252dbe){var _0x45026e,_0x31c664;_0x252dbe[_0x94a5('0xf')]=intUtil[_0x94a5('0x44')](_0x252dbe[_0x94a5('0xf')]);_0x252dbe[_0x94a5('0x45')]=intUtil['stripTrailingSlash'](_0x252dbe['serverUrl']);if(_0x49f821&&_0x49f821[_0x94a5('0x46')]){logger[_0x94a5('0xb')]('['+_0x5b08cb['lastevent'][_0x94a5('0x68')]()+']','Recording\x20is\x20enabled!');_0x5b08cb[_0x94a5('0x49')]=util[_0x94a5('0xd')](_0x94a5('0x4a'),_0x252dbe[_0x94a5('0x45')],_0x5b08cb[_0x94a5('0x4b')],md5(_0x5b08cb[_0x94a5('0x4b')]));}else{_0x5b08cb['recordingURL']='';}headers[_0x94a5('0x60')]=getAuth(_0x252dbe);return getUser(_0x252dbe)['then'](function(_0x3406bd){_0x45026e=_0x3406bd;logger[_0x94a5('0xb')](_0x94a5('0x4d'),_0x45026e['id']);return getEndUser(_0x252dbe,_0x5b08cb['calleridname'],_0x5b08cb[_0x94a5('0x4f')]);})[_0x94a5('0x1d')](function(_0x431b52){_0x31c664=_0x431b52;logger[_0x94a5('0xb')](_0x94a5('0x50'),_0x31c664['id']);return getTicket(_0x252dbe,_0x45026e,_0x31c664,_0x59b130,_0x5b08cb);})['then'](function(_0xbac456){if(_0xbac456){logger[_0x94a5('0xb')](_0x94a5('0x51'),_0xbac456['id']);}})[_0x94a5('0x5b')](function(_0x4500ef){logger['error']('['+_0x5b08cb['lastevent']['toUpperCase']()+']'+_0x94a5('0x69'),util[_0x94a5('0x5e')](_0x4500ef,{'showHidden':!![],'depth':null}));});};
\ No newline at end of file
+var _0x3569=['../../../../config/environment','../../../../config/logger','zendesk','redis','defaults','localhost','socket.io-emitter','emit','application/json','info','Creating\x20new\x20ticket...','format','%s/tickets.json','remoteUri','POST','merge','name','getString','Subjects','Descriptions','Fields','ticket','validateEmail','type:user\x20role:agent\x20email:%s','then','count','find','results','agent','Agent\x20not\x20found,\x20using\x20the\x20admin\x20account!','%s/users/me.json','Admin\x20account\x20selected.','user','Searching\x20enduser\x20with\x20phone','%s/search.json','end-user','length','first','Enduser\x20not\x20found,\x20creating\x20a\x20new\x20enduser!','%s/users.json','Caller\x20-\x20%s','Enduser\x20created.','authType','%s:%s','password','username','token','Basic\x20%s','toString','base64','[HTTP]','stringify','GET','includes','string','picklist','nameField','toLowerCase','content','idField','customField','custom_fields','push','variableName','type','customVariable','Variable','stripTrailingSlash','serverUrl','monitor_format','Recording\x20is\x20enabled!','recordingURL','uniqueid','Authorization','email','The\x20User\x20ID\x20is:','calleridname','The\x20Enduser\x20ID\x20is:','The\x20Ticket\x20ID\x20is:','[QUEUE]','Displaying\x20ticket\x20to\x20agent...','%s/channels/voice/agents/%d/tickets/%d/display.json','user:%s','replace','/api/v2','error','Zendesk\x20account\x20type\x20not\x20recognized','[QUEUE]\x20Error\x20running\x20Zendesk\x20integration','inspect','outbound','recordingFormat','[OUTBOUND]','%s/api/voice/recordings/%s/downloads?type=uniqueid&token=%s','destcalleridname','integrationTab','newTab','Displaying\x20ticket\x20to\x20agent\x20in\x20a\x20new\x20tab...','trigger:browser:url','catch','[OUTBOUND]\x20Error\x20running\x20Zendesk\x20integration','toUpperCase','calleridnum','lastevent','\x20Error\x20running\x20Zendesk\x20integration','lodash','md5','util','ioredis'];(function(_0x19ac6e,_0x435862){var _0x1cdcf3=function(_0x23151c){while(--_0x23151c){_0x19ac6e['push'](_0x19ac6e['shift']());}};_0x1cdcf3(++_0x435862);}(_0x3569,0xd4));var _0x9356=function(_0x43e97d,_0x56a06b){_0x43e97d=_0x43e97d-0x0;var _0x424cd9=_0x3569[_0x43e97d];return _0x424cd9;};'use strict';var _=require(_0x9356('0x0'));var rp=require('request-promise');var md5=require(_0x9356('0x1'));var util=require(_0x9356('0x2'));var Redis=require(_0x9356('0x3'));var intUtil=require('./util');var config=require(_0x9356('0x4'));var logger=require(_0x9356('0x5'))(_0x9356('0x6'));config[_0x9356('0x7')]=_[_0x9356('0x8')](config[_0x9356('0x7')],{'host':_0x9356('0x9'),'port':0x18eb});var io=require(_0x9356('0xa'))(new Redis(config['redis']));function emit(_0xe30783,_0x29d622,_0x2ae4a4){io['to'](_0xe30783)[_0x9356('0xb')](_0x29d622,_0x2ae4a4);}var headers={'Content-Type':_0x9356('0xc'),'Accept':'application/json'};function getTicket(_0xb68d83,_0x5b4c4d,_0x2000a8,_0x159a4c,_0x3f23fa){logger[_0x9356('0xd')](_0x9356('0xe'));return request({'uri':util[_0x9356('0xf')](_0x9356('0x10'),_0xb68d83[_0x9356('0x11')]),'method':_0x9356('0x12'),'body':{'ticket':_[_0x9356('0x13')]({'requester_id':_0x2000a8['id'],'submitter_id':_0x5b4c4d?_0x5b4c4d['id']:undefined,'assignee_id':_0x5b4c4d?_0x5b4c4d['id']:undefined,'tags':getTags(_0x159a4c['Tags'],_0x9356('0x14')),'subject':intUtil[_0x9356('0x15')](_0x159a4c[_0x9356('0x16')],_0x3f23fa,'\x20'),'description':intUtil[_0x9356('0x15')](_0x159a4c[_0x9356('0x17')],_0x3f23fa,'\x0a'),'comment':{'public':![],'body':intUtil[_0x9356('0x15')](_0x159a4c[_0x9356('0x17')],_0x3f23fa,'\x0a')}},getCustomFields(_0x159a4c[_0x9356('0x18')],_0x3f23fa))}})['then'](function(_0x5e7630){logger[_0x9356('0xd')]('Ticket\x20created!');return _0x5e7630[_0x9356('0x19')];});}function getUser(_0x1cec2f,_0x481297){if(intUtil[_0x9356('0x1a')](_0x481297)){logger[_0x9356('0xd')]('Getting\x20agent\x20with\x20email',_0x481297);return request({'uri':util[_0x9356('0xf')]('%s/search.json',_0x1cec2f['remoteUri']),'qs':{'query':util[_0x9356('0xf')](_0x9356('0x1b'),_0x481297)}})[_0x9356('0x1c')](function(_0x3712ee){if(_0x3712ee[_0x9356('0x1d')]){logger[_0x9356('0xd')]('Agent\x20found!');return _[_0x9356('0x1e')](_0x3712ee[_0x9356('0x1f')],{'email':_0x481297,'role':_0x9356('0x20')});}else{logger[_0x9356('0xd')](_0x9356('0x21'));return request({'uri':util[_0x9356('0xf')](_0x9356('0x22'),_0x1cec2f[_0x9356('0x11')])})[_0x9356('0x1c')](function(_0x594118){logger['info'](_0x9356('0x23'));return _0x594118[_0x9356('0x24')];});}});}else{logger['info'](_0x9356('0x21'));return request({'uri':util[_0x9356('0xf')](_0x9356('0x22'),_0x1cec2f[_0x9356('0x11')])})['then'](function(_0x2585f4){logger[_0x9356('0xd')]('Admin\x20account\x20selected.');return _0x2585f4[_0x9356('0x24')];});}}function getEndUser(_0xee04db,_0x42fa2d,_0x4dd197){logger[_0x9356('0xd')](_0x9356('0x25'),_0x4dd197);return request({'uri':util['format'](_0x9356('0x26'),_0xee04db[_0x9356('0x11')]),'qs':{'query':util[_0x9356('0xf')]('type:user\x20role:end-user\x20phone:%s',_0x4dd197)}})['then'](function(_0xf95c70){var _0x5febf8;if(_0xf95c70[_0x9356('0x1f')]['length']){_0xf95c70[_0x9356('0x1f')]=_['filter'](_0xf95c70[_0x9356('0x1f')],{'suspended':![],'role':_0x9356('0x27')});if(_0xf95c70[_0x9356('0x1f')][_0x9356('0x28')]){_0x5febf8=_[_0x9356('0x29')](_0xf95c70['results']);}}if(_0x5febf8){logger[_0x9356('0xd')]('Enduser\x20found!');return _0x5febf8;}else{logger[_0x9356('0xd')](_0x9356('0x2a'));return request({'uri':util[_0x9356('0xf')](_0x9356('0x2b'),_0xee04db[_0x9356('0x11')]),'method':_0x9356('0x12'),'body':{'user':{'role':_0x9356('0x27'),'name':util['format'](_0x9356('0x2c'),_0x42fa2d||_0x4dd197),'phone':_0x4dd197}}})[_0x9356('0x1c')](function(_0x513ea9){logger['info'](_0x9356('0x2d'));return _0x513ea9['user'];});}});}function getAuth(_0x131568){var _0x24c01a;if(_0x131568[_0x9356('0x2e')]==='password'){_0x24c01a=util[_0x9356('0xf')](_0x9356('0x2f'),_0x131568['username'],_0x131568[_0x9356('0x30')]);}else if(_0x131568[_0x9356('0x2e')]==='token'){_0x24c01a=util['format']('%s/token:%s',_0x131568[_0x9356('0x31')],_0x131568[_0x9356('0x32')]);}return util['format'](_0x9356('0x33'),new Buffer(_0x24c01a)[_0x9356('0x34')](_0x9356('0x35')));}function request(_0xa7d0b){logger['debug'](_0x9356('0x36'),JSON[_0x9356('0x37')](_0xa7d0b));return rp(_[_0x9356('0x8')](_0xa7d0b,{'method':_0x9356('0x38'),'headers':headers,'json':!![]}));}function getTags(_0xdebe3e,_0xa17242){var _0x2c189b=[];if(_0xdebe3e&&_0xdebe3e[_0x9356('0x28')]>0x0){_0x2c189b=_['map'](_0xdebe3e,_0xa17242);}return _0x2c189b;}function getCustomFields(_0xea2ad6,_0x4caec7){var _0x462ae0=[];var _0x322954={'custom_fields':[]};if(_0xea2ad6['length']>0x0){_['forEach'](_0xea2ad6,function(_0x43af36){if(_[_0x9356('0x39')]([_0x9356('0x3a'),_0x9356('0x3b')],_0x43af36['type'])&&_0x43af36[_0x9356('0x3c')]&&!_0x43af36['customField']){_0x322954[_0x43af36[_0x9356('0x3c')][_0x9356('0x3d')]()]=_0x43af36[_0x9356('0x3e')]['toString']();}else if(_[_0x9356('0x39')]([_0x9356('0x3a'),_0x9356('0x3b')],_0x43af36['type'])&&_0x43af36[_0x9356('0x3f')]&&_0x43af36[_0x9356('0x40')]){_0x322954[_0x9356('0x41')][_0x9356('0x42')]({'id':_0x43af36[_0x9356('0x3f')],'value':_0x43af36[_0x9356('0x3e')][_0x9356('0x34')]()});}else if(_0x43af36['type']==='variable'&&_0x43af36[_0x9356('0x43')]&&_0x43af36[_0x9356('0x3f')]&&_0x43af36[_0x9356('0x40')]){_0x4caec7[_0x43af36[_0x9356('0x43')]]&&_0x322954[_0x9356('0x41')]['push']({'id':_0x43af36[_0x9356('0x3f')],'value':_0x4caec7[_0x43af36[_0x9356('0x43')]]['toString']()});}else if(_0x43af36[_0x9356('0x44')]===_0x9356('0x45')&&_0x43af36['Variable']&&_0x43af36['Variable']['name']&&_0x43af36[_0x9356('0x3f')]&&_0x43af36[_0x9356('0x40')]){_0x4caec7[_0x43af36[_0x9356('0x46')]['name'][_0x9356('0x3d')]()]&&_0x322954['custom_fields'][_0x9356('0x42')]({'id':_0x43af36[_0x9356('0x3f')],'value':_0x4caec7[_0x43af36[_0x9356('0x46')][_0x9356('0x14')][_0x9356('0x3d')]()][_0x9356('0x34')]()});}});}return _0x322954;}exports['queue']=function(_0x3ab5f0,_0x2df91a,_0xaeebd2,_0x1f7029,_0x438b68,_0x4acec7){var _0x4a23dd,_0x53ea4a;_0x4acec7['remoteUri']=intUtil[_0x9356('0x47')](_0x4acec7[_0x9356('0x11')]);_0x4acec7['serverUrl']=intUtil[_0x9356('0x47')](_0x4acec7[_0x9356('0x48')]);if(_0x438b68&&_0x438b68[_0x9356('0x49')]){logger['info']('[QUEUE]',_0x9356('0x4a'));_0x2df91a[_0x9356('0x4b')]=util[_0x9356('0xf')]('%s/api/voice/recordings/%s/downloads?type=uniqueid&token=%s',_0x4acec7[_0x9356('0x48')],_0x2df91a[_0x9356('0x4c')],md5(_0x2df91a[_0x9356('0x4c')]));}else{_0x2df91a['recordingURL']='';}headers[_0x9356('0x4d')]=getAuth(_0x4acec7);return getUser(_0x4acec7,_0x1f7029[_0x9356('0x4e')])[_0x9356('0x1c')](function(_0x53feef){_0x4a23dd=_0x53feef;logger['info'](_0x9356('0x4f'),_0x4a23dd['id']);return getEndUser(_0x4acec7,_0x2df91a[_0x9356('0x50')],_0x2df91a['calleridnum']);})['then'](function(_0x373abe){_0x53ea4a=_0x373abe;logger[_0x9356('0xd')](_0x9356('0x51'),_0x53ea4a['id']);return getTicket(_0x4acec7,_0x4a23dd,_0x53ea4a,_0xaeebd2,_0x2df91a);})[_0x9356('0x1c')](function(_0x1a43d9){if(_0x1a43d9){logger[_0x9356('0xd')](_0x9356('0x52'),_0x1a43d9['id']);switch(_0x4acec7[_0x9356('0x44')]){case'integrationTab':logger[_0x9356('0xd')](_0x9356('0x53'),_0x9356('0x54'));return request({'uri':util[_0x9356('0xf')](_0x9356('0x55'),_0x4acec7[_0x9356('0x11')],_0x4a23dd['id'],_0x1a43d9['id']),'method':'POST'});case'newTab':logger[_0x9356('0xd')](_0x9356('0x53'),'Displaying\x20ticket\x20to\x20agent\x20in\x20a\x20new\x20tab...');emit(util[_0x9356('0xf')](_0x9356('0x56'),_0x1f7029['name']),'trigger:browser:url',{'uri':util[_0x9356('0xf')]('%s/agent/tickets/%s',_0x4acec7[_0x9356('0x11')][_0x9356('0x57')](_0x9356('0x58'),''),_0x1a43d9['id'])});break;default:logger[_0x9356('0x59')](_0x9356('0x53'),_0x9356('0x5a'));}}})['catch'](function(_0x54b117){logger['error'](_0x9356('0x5b'),util[_0x9356('0x5c')](_0x54b117,{'showHidden':!![],'depth':null}));});};exports[_0x9356('0x5d')]=function(_0xb27ef0,_0x1cca3a,_0x5d1f28,_0x33c2b1,_0x2b2878,_0x3faaf2,_0xaa9d60){var _0x180dbf,_0xb16e00;_0x3faaf2[_0x9356('0x11')]=intUtil[_0x9356('0x47')](_0x3faaf2[_0x9356('0x11')]);_0x3faaf2[_0x9356('0x48')]=intUtil['stripTrailingSlash'](_0x3faaf2[_0x9356('0x48')]);if(_0xaa9d60&&_0xaa9d60[_0x9356('0x5e')]&&_0xaa9d60[_0x9356('0x5e')]!=='none'){logger[_0x9356('0xd')](_0x9356('0x5f'),'Recording\x20is\x20enabled!');_0x1cca3a[_0x9356('0x4b')]=util['format'](_0x9356('0x60'),_0x3faaf2[_0x9356('0x48')],_0x1cca3a[_0x9356('0x4c')],md5(_0x1cca3a[_0x9356('0x4c')]));}headers[_0x9356('0x4d')]=getAuth(_0x3faaf2);return getUser(_0x3faaf2,_0x33c2b1['email'])[_0x9356('0x1c')](function(_0x41338a){_0x180dbf=_0x41338a;logger[_0x9356('0xd')](_0x9356('0x4f'),_0x180dbf['id']);return getEndUser(_0x3faaf2,_0x1cca3a[_0x9356('0x61')],_0x1cca3a['destcalleridnum']);})[_0x9356('0x1c')](function(_0x569fc5){_0xb16e00=_0x569fc5;logger['info'](_0x9356('0x51'),_0xb16e00['id']);return getTicket(_0x3faaf2,_0x180dbf,_0xb16e00,_0x5d1f28,_0x1cca3a);})[_0x9356('0x1c')](function(_0x3fabcc){if(_0x3fabcc){logger[_0x9356('0xd')]('The\x20Ticket\x20ID\x20is:',_0x3fabcc['id']);switch(_0x3faaf2[_0x9356('0x44')]){case _0x9356('0x62'):logger[_0x9356('0xd')](_0x9356('0x5f'),_0x9356('0x54'));return request({'uri':util['format']('%s/channels/voice/agents/%d/tickets/%d/display.json',_0x3faaf2[_0x9356('0x11')],_0x180dbf['id'],_0x3fabcc['id']),'method':_0x9356('0x12')});case _0x9356('0x63'):logger[_0x9356('0xd')](_0x9356('0x5f'),_0x9356('0x64'));emit(util['format'](_0x9356('0x56'),_0x33c2b1[_0x9356('0x14')]),_0x9356('0x65'),{'uri':util[_0x9356('0xf')]('%s/agent/tickets/%s',_0x3faaf2[_0x9356('0x11')][_0x9356('0x57')](_0x9356('0x58'),''),_0x3fabcc['id'])});break;default:logger['error'](_0x9356('0x5f'),_0x9356('0x5a'));}}})[_0x9356('0x66')](function(_0x293b5c){logger[_0x9356('0x59')](_0x9356('0x67'),util[_0x9356('0x5c')](_0x293b5c,{'showHidden':!![],'depth':null}));});};exports['unmanaged']=function(_0x23271a,_0x26a9a0,_0x3bc588,_0x2106ab,_0x5aef1c,_0x12dac1){var _0x22ee78,_0x5cfb10;_0x12dac1['remoteUri']=intUtil[_0x9356('0x47')](_0x12dac1[_0x9356('0x11')]);_0x12dac1[_0x9356('0x48')]=intUtil[_0x9356('0x47')](_0x12dac1['serverUrl']);if(_0x5aef1c&&_0x5aef1c[_0x9356('0x49')]){logger['info']('['+_0x26a9a0['lastevent'][_0x9356('0x68')]()+']',_0x9356('0x4a'));_0x26a9a0[_0x9356('0x4b')]=util[_0x9356('0xf')]('%s/api/voice/recordings/%s/downloads?type=uniqueid&token=%s',_0x12dac1[_0x9356('0x48')],_0x26a9a0[_0x9356('0x4c')],md5(_0x26a9a0['uniqueid']));}else{_0x26a9a0[_0x9356('0x4b')]='';}headers[_0x9356('0x4d')]=getAuth(_0x12dac1);return getUser(_0x12dac1)[_0x9356('0x1c')](function(_0x125a12){_0x22ee78=_0x125a12;logger[_0x9356('0xd')](_0x9356('0x4f'),_0x22ee78['id']);return getEndUser(_0x12dac1,_0x26a9a0['calleridname'],_0x26a9a0[_0x9356('0x69')]);})[_0x9356('0x1c')](function(_0x38a032){_0x5cfb10=_0x38a032;logger[_0x9356('0xd')](_0x9356('0x51'),_0x5cfb10['id']);return getTicket(_0x12dac1,_0x22ee78,_0x5cfb10,_0x3bc588,_0x26a9a0);})[_0x9356('0x1c')](function(_0x294513){if(_0x294513){logger[_0x9356('0xd')](_0x9356('0x52'),_0x294513['id']);}})[_0x9356('0x66')](function(_0x1a798d){logger[_0x9356('0x59')]('['+_0x26a9a0[_0x9356('0x6a')]['toUpperCase']()+']'+_0x9356('0x6b'),util[_0x9356('0x5c')](_0x1a798d,{'showHidden':!![],'depth':null}));});};
\ No newline at end of file