cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
767
Views
0
Helpful
1
Replies

UCCX11 : Are there any way for agent to auto-login IP Phone

janejira19
Level 1
Level 1

We were using UCCX9 and got some requirement to have a Mobile Desk (Agent can sit at any desk) and Agent can login only through CAD (Software that call a web service that perform IP Phone auto-login).

 

 

 

We use "Agent Management Work Flows > Events Startup > Action Lauching External Application Action (call .bat)," which acts as a script call to EMAppServlet API.

 

When the agent logs in to CAD, the Event calls script and sends agent ID to the script. The script then reads DEVICE_NAME from configuration file on client desk and call API using this URL : http://<IP Address>:8080/emapp/EMAppServlet?device=#DEVICENAME#&userid=

 2018-01-18_17-09-41.jpg

After that, the API will connect web service with IP Phone while the CAD checks phone availability at the same time, resulting in successful login.

 

However, we upgrade to UCCX11 and change software from CAD to Finesse, which doesn't have Events Startup. As a result we can not call API and agents can't login to IP Phone

 

Are there any way for Finesse to call web service in the same manner as described. If not, is there any other way to perform the same thing on UCCX11?

1 Reply 1

Jonathan Schulenberg
Hall of Fame
Hall of Fame
No. Even if you wrote a custom Finesse gadget it wouldn’t work because the EM login must complete before Finesse will login. You will need to design a different solution (eg login script, local app on the PC - there are several third party system tray utilities that do this, etc).