cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3434
Views
10
Helpful
1
Replies

Finesse - Popup warning during phone failure

shaijal.allipra
Level 1
Level 1

Hello,

 

Cisco finesse, Is there any way to get popup message when my softphone disconnect/ unregister. Agents are working from home, sometime WIFI get disconnect and finesse status goes to 'Phone Failure' but user don't get any warning. So they assume finesse is working fine, however the status will be "Phone Failure" Agent notice this may be after 1 hour. 

1 Reply 1

Hey Shaijal.

 

You could make a gadget that makes a popUp when agent goes in "not ready" with reasoncode  32759.

First you need to find the Id for that reason.

https://<FQDN>/finesse/api/ReasonCodes?category=NOT_READY

 

The id is the number in the uri

 

In the gadget you can do somthing like this:

 

var currentState = user.getState();

if (currentState === 'NOT_READY') {

var reasonCode = user.getReasonCodeId;

if (reasoncode === '<ID>') {

// make you popup

}

}

 

hope that helps

 

/Thomas

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Thomas G. J.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: