Genesys CTI User Forum
Genesys CTI User Forum => Genesys-related Development => Topic started by: theMarine on June 02, 2017, 05:03:09 PM
-
Hi,
I woul'd like to add AttachedData to call in C#.
Simple example:
[list type=decimal]
[li]New call come to TServer[/li]
[li]Custom application based on ANI number look for data in external database[/li]
[li]Add data to call[/li]
[/list]
Is this possible? If yes, please suggest something, anything will be useful.
Thanks in advance.
-
Yes. You should monitor all RP objects and then do the attach.
Search the forum for ideas and also the help file.
Enviado de meu E6633 usando Tapatalk
-
first of all thanks :) so far I know how to attach data but have no idea how to monitor RP. Could you suggest something more please?
-
In order to attach data to anything you need to monitor the DN...so....same code you are using, just change the object type or search the forum and help files which have sample code on them
Enviado de meu E6633 usando Tapatalk
-
Ok, I believe that got it now. Will test it and if I am wrong will bother you again. Thanks again ;-)
Edit: Works... Now I see how easy it is.... Once again thanks!