Genesys CTI User Forum
Genesys CTI User Forum => Genesys-related Development => Topic started by: GnomE on June 05, 2014, 09:16:49 AM
-
Hello!
Please tell me whether it is possible to add a parameter (selected by the user in IVR) in the alert when an incoming call?
[img]http://i61.fastpic.ru/big/2014/0605/5d/5eda2dd1a2ce2478d24bb9687a19775d.png[/img]
-
Yes, it is possible. You can display whatever you want within the toaster with case data. Read the IWS guide and section about toaster and case data
-
I found the in the instructions on page 8, an example of how to subscribe to event notifications. But subscribe to the events happened through interaction.
How to get from the call attached data I know, but if I understand correctly "alert.Message" read-only, and put there how a parameter I do not understand.
Prompt please. ::)
-
What do you exactly want to achieve? Fill the toaster data with attached data or through the SDK?
-
I want to put the information in the notification when an incoming call passed from the IVR.
Not in my separate notifications.
-
I still do not see any reason for doing this through the SDK. In general, is possible to add custom KVP to the case-data. So, if your IVR collect some data, you should add these data as a KVP and configure case-data section (within Business Attributes) covering these data from IVR. Or are your data from IVR in other format than KVP/Attached data? Do not reinvent the wheel.
-
Please read the documentation...it is all explained there. You can work faster in that way. Don't expect to be guided everytime
http://docs.genesys.com/Documentation/IW/8.1.4/Dep/ToastInteractiveNotificationOptions
-
[quote author=cavagnaro link=topic=8371.msg36837#msg36837 date=1402418114]
Please read the documentation...it is all explained there. You can work faster in that way. Don't expect to be guided everytime
http://docs.genesys.com/Documentation/IW/8.1.4/Dep/ToastInteractiveNotificationOptions
[/quote]
Thank you very much, it helped!