cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
594
Views
0
Helpful
1
Replies

Makecall Application assistance needed

isaac.greer
Level 1
Level 1

Hello,

     I have been going over the JTAPI documentation and see how to make calls, however I am trying to specifically "make" a call from an already existing terminal on a users computer by a single click of a button. The user doesn't have access to create a provider and I can't find any documentation on just getting the application itself and making a call through it. Is this even possible? Can someone point me in the right direction, that would be amazing.

Thanks,

1 Reply 1

upchaurasia
Spotlight
Spotlight

Hi,

You need to follow Cisco JTAPI documentation (https://developer.cisco.com/site/jtapi/documents/developer-guides/).

Here are the mandatory steps-

-You need to create application user in CUCM using CUCM Administration Console.

-Add "Standard CTI Control" group in that user

-Associate Device with newly created user

In coding side you need to follow the JTAPI guide for creating provider and initiating makecall request from the application controlled device.

Regards,

Umesh