hi,I developed a contact center application using avaya IC sdk. i want to intrude call silently,but i can't find the method in avaya IC sdk.. So i use the following code:
dn="*27"+dn;
makecall(dn,AddressBookDestinationType.AGENT,uui);
I can intrude call silently,but i can't stop to intrude.
So the question is:how to stop intrude?
Thank you very much!
dn="*27"+dn;
makecall(dn,AddressBookDestinationType.AGENT,uui);
I can intrude call silently,but i can't stop to intrude.
So the question is:how to stop intrude?
Thank you very much!
Comment