Call Control

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Intro to Ansible

Good Documentation

The Great Selenelion


>> View previously featured conversations <<

Forum Posts

The JTAPI Dev Guide indicates the following code can be used to auto-update the jtapi.jar:Provider provider = peer.getProvider(provString);String url = ( (CiscoProvider) (provider)).getJTAPIURL(); provider.shutdown();Component serverComponent = updat...

I am trying to solve the problem that our customer have. They have many Cisco UCM agents using Cisco Jabber.I use JTapi to connect to Cisco UCM.Then I call this code:Call call = provider.createCall();Connection[] connections = call.connect(terminal, ...

Zygmuntix by Frequent Visitor
  • 3972 Views
  • 4 replies
  • 0 Helpful votes

We have a requirement to make some alert text messages display on our Cisco IP phones.  What are the options for sending a message to a Cisco Phone?  I read about the JTAPI sendData command which sounds like what I need.  However there are some inter...

Mike34 by Community Member
  • 2340 Views
  • 2 replies
  • 0 Helpful votes