From a3362d4f95b27730b62647967e5cccf896c50d2e Mon Sep 17 00:00:00 2001 From: Daniele Cinti Date: Wed, 5 Jul 2017 12:34:07 +0200 Subject: [PATCH] Built xcally-motion-dialpad from commit 44b76b8.|1.0.3 --- app.2bed59ab.js | 1 - app.78cc4d9a.js | 1 + index.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 app.2bed59ab.js create mode 100644 app.78cc4d9a.js diff --git a/app.2bed59ab.js b/app.2bed59ab.js deleted file mode 100644 index 308c4ec..0000000 --- a/app.2bed59ab.js +++ /dev/null @@ -1 +0,0 @@ -function IndexController(e,n,o){function t(e){sforce.opencti.screenPop({type:sforce.opencti.SCREENPOP_TYPE.SOBJECT,params:{recordId:e.id}})}var a,i=this;i.phone="",i.inCall=!1,i.callbacks={},i.compose=function(e){i.phone=i.phone.concat(e)},i.remove=function(){i.phone=i.phone.substring(0,i.phone.length-1)},i.hangup=function(){var e=Date.now();i.callbacks[e]=function(){i.inCall=!1},n.parent.postMessage({uniqueid:e,options:{url:"http://localhost:9888/api/hangup"}},"*")},i.dial=function(){var e=Date.now();i.callbacks[e]=function(){i.inCall=!0},n.parent.postMessage({uniqueid:e,options:{url:"http://localhost:9888/api/originate/"+i.phone}},"*")},i.keepalive=function(){var e=Date.now();i.callbacks[e]=function(e){if(e.response&&e.response.status>=200&&e.response.status<300){var n=JSON.parse(e.response.message);i.id=n.id,i.displayName=n.displayName,i.internal=n.internal,i.online=!0,a||i.host&&i.id&&(a=io(i.host,{query:{id:i.id},autoConnect:!1,transports:["websocket","polling"]})).on("trigger:salesforce:display",t),a&&a.disconnected&&a.connect()}else i.online=!1},n.parent.postMessage({uniqueid:e,options:{url:i.host+":9888/api/agent"}},"*")},sforce.opencti.getCallCenterSettings({callback:function(e){i.host=e.returnValue["/Motion/Host"]}}),o(i.keepalive,2e3),n.addEventListener("message",function(n){var o=n.data;i.callbacks[o.uniqueid]&&(i.callbacks[o.uniqueid](o),delete i.callbacks[o.uniqueid],e.$apply())},!1)}IndexController.$inject=["$scope","$window","$interval"];var motion=angular.module("motion",["ngMaterial"]);motion.controller("IndexController",IndexController); \ No newline at end of file diff --git a/app.78cc4d9a.js b/app.78cc4d9a.js new file mode 100644 index 0000000..188e503 --- /dev/null +++ b/app.78cc4d9a.js @@ -0,0 +1 @@ +function IndexController(e,n,o){function t(e){sforce.opencti.screenPop({type:sforce.opencti.SCREENPOP_TYPE.SOBJECT,params:{recordId:e.id}})}var a,i=this;i.phone="",i.inCall=!1,i.callbacks={},i.compose=function(e){i.phone=i.phone.concat(e)},i.remove=function(){i.phone=i.phone.substring(0,i.phone.length-1)},i.hangup=function(){var e=Date.now();i.callbacks[e]=function(){i.inCall=!1},n.parent.postMessage({uniqueid:e,options:{url:"http://localhost:9888/api/hangup"}},"*")},i.dial=function(){var e=Date.now();i.callbacks[e]=function(){i.inCall=!0},n.parent.postMessage({uniqueid:e,options:{url:"http://localhost:9888/api/originate/"+i.phone}},"*")},i.keepalive=function(){var e=Date.now();i.callbacks[e]=function(e){if(e.response&&e.response.status>=200&&e.response.status<300){var n=JSON.parse(e.response.message);i.id=n.id,i.displayName=n.displayName,i.internal=n.internal,i.online=!0,a||i.host&&i.id&&(a=io(i.host,{query:{id:i.id},autoConnect:!1,transports:["websocket","polling"]})).on("trigger:salesforce:display",t),a&&a.disconnected&&a.connect()}else i.online=!1},n.parent.postMessage({uniqueid:e,options:{url:"http://localhost:9888/api/agent"}},"*")},sforce.opencti.getCallCenterSettings({callback:function(e){i.host=e.returnValue["/Motion/Host"]}}),o(i.keepalive,2e3),n.addEventListener("message",function(n){var o=n.data;i.callbacks[o.uniqueid]&&(i.callbacks[o.uniqueid](o),delete i.callbacks[o.uniqueid],e.$apply())},!1)}IndexController.$inject=["$scope","$window","$interval"];var motion=angular.module("motion",["ngMaterial"]);motion.controller("IndexController",IndexController); \ No newline at end of file diff --git a/index.html b/index.html index c9a07ff..0e6f972 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,7 @@ - + -- 1.7.1