Stephan Steiner | Given what the previous posters said (I really hope one day we'll have a complete JTAPI 1.4 spec implementation from Cisco), there are alternatives you can look at. I'm not sure, but perhaps you can do something in a CRS script.. if so you could write a http trigger and use it to change the agent state. If not, here's what we're already using productively: You can call the agent xml application from your own application with the proper parameters... sniff the connection between a phone and the CUCCX and note how status changes look like.. then replicate those http GET operations in your own application (and parse the result to catch any errors that might occur). We wrote our own agent application based on that principle (plus a http trigger to get the agent state which is shown as an CiscoIPPhoneStatus object on screen so agents always know their state even when they don't have the agent app on screen). I also quickly looked at what the JSP pages (agent application on the phone) actually do, but I suspect that stuff only works on the server itself, and I feel very of using something unsupported and in a setup (you'd have to put your own application on Tomcat or put another Tomcat instance on the server - TAC will balk at both).. so we went the wrapper route. |
| Please sign in to flag this as inappropriate. |