Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Anyone know why getEMLoginUsername() is returning an old LDAP username? The owner field is correct and shows the new username, but when I call getEMLoginUsername() I get an old LDAP username. Do I have to login manually with the new name from the phy...
Anyone know how I can tell if a call is a transfer during the TermConnRingingEv event? For example: A calls B: I get A's name, which is useful and correct.B presses transfer and enters C's extension: I get B's name, which is useful and correct.B pres...
Anyone know how I get the 'Line Text Label' from a CiscoAddress object? I'm monitor incoming calls and getting the CiscoAddress object and want to see the line they called in on. For example, our phones have physical buttons with labels such as Line1...
Anyone know where I can learn the requirements for developing with Cisco TAPI? I'm new and don't have an overview of the prerequisites. I want to be able to handle incoming call events and grab the Caller ID on a windows workstation running a .net ap...
Did you ever find a solution to this? I think I'm having a similar problem. We have our OwnerIds pulled from LDAP and we changed an LDAP username. The phone still uses the old EM username when I call getEMLoginUsername()...
Hi Mohan,I can get the correct name during the CiscoTransferStartEv event. It's just that during the final transfer button press it fires another TermConnRingingEv which has the wrong name. Is there a way to see if the TermConnRingingEv event call is...