%@ page language="java" contentType="text/html"%> <%@ page import="java.text.*,java.util.*" %>
This simple web page simulates a web-based third-party system within your organization.
To use the API within Client Manager that exposes click to transfer, you're going to need to pass the values of the following parameters, that you have just received via the lookup that opened this web page:
zytag=<%=request.getParameter("zytag")%>
agentemail=<%=request.getParameter("agentemail")%>
You can use a normal HTML form and let a button do the work:
or you can use a hyperlink to & zytag=<%=request.getParameter("zytag")%>& target=TestQueue1000& type=queuetransfer " target="my_iframe">Transfer to voice queue TestQueue1000.
or you can use a hyperlink to & zytag=<%=request.getParameter("zytag")%>& target=administrator@zylinc.com& type=agenttransfer " target="my_iframe">Transfer to agent administrator@zylinc.com.
or you can use a hyperlink to & zytag=<%=request.getParameter("zytag")%>& target=%2B4512345678& type=transfer " target="my_iframe">Transfer to phone number +4512345678.