cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
635
Views
1
Helpful
2
Replies

getDNIS() undefined

DotNetBuddha
Level 1
Level 1

I have not been able to get the dialog.getDNIS() method to return the DNIS. For now we are setting this as a call variable.  Has anyone had any success with this method?

2 Replies 2

dlender
Level 6
Level 6

The LearningSampleGadget for Finesse 10.0 shows using:

$("#dnis").text(dialog.getMediaProperties().DNIS);

Appears the javascript library documentation is incorrect you have to get dnis from the MediaProperties.

This works for me I see the DNIS displayed in the SampleGadget_Final gadget.

Thank you, I am using 9.1.1 when I alert the following i receive and undefined value

alert(dialog.getMediaProperties().DNIS);