10-23-2019 06:51 AM
What kind of notification I should receive if I send correct/incorrect string to an active dialog using SEND DTMF api. For my case, all the time I am receiving notification like this <Update><data><dialog/></data><event>PUT</event><requestId></requestId><source>/finesse/api/Dialog/xxxxxxxxxx(my dialog id)</source></Update> irrespective of whatever string I send. Basically I need some kind of information to log whether the user is sending a correct or an incorrect string.
10-23-2019 10:15 AM
Hi,
That is the correct notification that you get for sending a DTMF string.
Thanx,
Denise
10-24-2019 10:18 PM
But there is no information in the notification that tells that user sent a wrong or correct string. Besides, send DTMF always returns HttpStatus as "Accepted"(202) irrespective of correct or incorrect string, so this is also not helpful. Basically we need to log the information in our application
10-25-2019 09:37 AM
Hi,
Finesse is a pass through for DTMF and does not know if the DTMF string is right or wrong. So there isn't anything that you can check to see if it is correct or not.
Thanx,
Denise
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide