Index: trunk/webapp/js/tablefilter.js =================================================================== diff -u -r62 -r95 --- trunk/webapp/js/tablefilter.js (.../tablefilter.js) (revision 62) +++ trunk/webapp/js/tablefilter.js (.../tablefilter.js) (revision 95) @@ -1225,7 +1225,7 @@ function launchWebDialerServlet( destination ) { - url = 'https://ccm1.lemanscorp.com/webdialer/Webdialer?destination=' + escape(destination); + url = 'https://prd-cucm01vm.lemanscorp.com/webdialer/Webdialer?destination=' + escape(destination); launchWebDialerWindow( url ); }; @@ -1241,4 +1241,4 @@ { $("#mainTable").tablesorter(); } -); \ No newline at end of file +);