Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CCT SDK GetTerminal --> OutOfService

Status
Not open for further replies.

Condemor

Programmer
Mar 9, 2009
26
ES
Hi,

I'm programming an application to integrate with the Nortel CCT for my CC6. What I want is to launch an application when it registers that a terminal has received a call.

The problem is that is always saying that my Terminals are OutOfService. I connect correctly to the CCT, see the terminals, but he never says to me that they are active when really they it are.

ITerminal myTerminal=session.GetTerminal("Line " + TerminalNumber);

myConnStateHandler = mytoolkit.CreateEventHandler(new TermConnStateEventHandler(OnConnectionStateChange));

myTerminal.TermConnStateChanged += myConnStateHandler;


I use the TermConnStateEventHandler to view changes on my terminals, but it never registers the changes in the terminal.

Someone can help me?
Many, many thanks!
 
Try to login with reference client and assign terminals to user. If terminals are out of service you must solve this problem first.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top