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

How to play ringtone on cisco ip phone programmatically?

mahmoud.saleh
Level 1
Level 1

i am running a timertask to check for new emails, and if there are new emails play default ringtone on the ip phone, so i was wondering how to play default ringtone on cisco ip phone programmatically from java code, not from jsp page.

please advise, thanks.

1 Reply 1

Gordon Ross
Level 9
Level 9

I can see two ways of doing this. Daft as it may sound, the simplest way is just to get your program to make a phone call !

The other way is to use a variety of the CallManager APIs. The developer web site is your friend here:

http://developer.cisco.com/web/cdc/tech/ucvoice

You'll need to use several of the API sets:

- IP Phone Services to play an audio stream. (You can't just play a WAV file on a phone - well you can, but there are limits on it.)

- RIS to get the IP Address of a device

- AXL to get the device name from a phone number.

GTG

Please rate all helpful posts.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: