Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
IP Phone Services (IPPS) Developer Center
Overview
Documentation
Community
Wiki
Testing
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to IP Phone Services Questions
How to play customized sound on the ip phone?
Threads [
Previous
|
Next
]
an dong
Posts:
2
Join Date:
8/4/08
Recent Posts
How to play customized sound on the ip phone?
Answer
8/5/08 7:22 AM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
I can use the play tag to play a ring file. I want to play a customized sound file like people's sound now, how do i do it?
Is there other sound file format can support by the phone?
Where do i can put the file to?
Can i use the URL to locate the file sound?
Edited by: an dong on 2008-8-4 ??11:11
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
an dong
Posts:
2
Join Date:
8/4/08
Recent Posts
Re: How to play customized sound on the ip phone?
Answer
8/7/08 7:15 AM as a reply to an dong.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Are any body here?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Tony Tjo
Posts:
5
Join Date:
11/12/08
Recent Posts
Re: How to play customized sound on the ip phone?
Answer
11/12/08 8:11 AM as a reply to an dong.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
From Cisco Unified IP Phone Services Application Development Notes:
The audio files for the rings must meet the following requirements for proper playback on Cisco Unified IP Phones:
Raw PCM (no header)
8000 samples per second
8 bits per sample
uLaw compression
Maximum ring size16080 samples
Minimum ring size240 samples
Number of samples in the ring is evenly divisible by 240.
Ring starts and ends at the zero crossing.
My experience is that, use Java program to TFTP download one of the .raw files, then have a look on its format.
Then you need to TFTP upload your customized sound onto CM (e.g. at the same directory as others .raw files).
Restart the TFTP service.
Then you should be able to use the <CiscoIPPhoneExecute><ExecuteItem URL=\"Play:youFile.raw\"/></CiscoIPPhoneExecute>
I can use .wav instead of .raw for my customized sound.
Hope it may help.
Tony
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top