08-21-2017 10:31 AM
Is there a CISCO Jabber API to dial a number from custom windows application in .Net. I need a C# code to dial number from windows application.
10-09-2017 04:23 AM
Hi
Apologies for the delay in responding to you. I have moved your post under Jabber community for more visibility by the support engineers. Please check this url - Jabber Voice Web SDK on Mac OS for related information.
Thanks and Regards,
Geevarghese
10-10-2017 08:15 AM
The Jabber desktop clients register protocol handlers, which you should be able to call pretty easily from C#:
You might also want to check into the CUCM WebDialer API:
10-10-2017 08:40 AM
Hi
Thanks for your input. I was able to dial the number from my application.
But we also have a requirement to track an incoming call from CISCO jabber and then tie that contact number to the application.
Is there a way to track the incoming call number if so can you help me on this.
10-11-2017 08:02 AM
That will be a bit more involved...you will need to use the CUCM CTI APIs to monitor and receive real-time events for IP phones:
Note, these are very similar APIs, the main difference being libraries based on Java vs. C/C++. Note, it can be a bit challenging to use Java or C/C++ libraries from within .NET...I believe some developers have had success via the 3rd party ATAPI project (not Cisco supported:) GitHub - markjulmar/atapi.net: Managed library for TAPI development with .NET
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide