Hi,
I woul’d like to add AttachedData to call in C#.
Simple example:
[ol]- New call come to TServer
- Custom application based on ANI number look for data in external database
- Add data to call[/ol]
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!