<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
With Polycom 501s, creating custom ringtones isn't hard at all.<br>
<br>
First, grab your favorite mp3 or wav file and create a file that is
about 10 seconds long (max). If its an mp3, convert it to a wav file.<br>
Next, use this command to ensure the wav file is properly formatted for
a Polycom phone:<br>
sox mywave.wav -r 8000 -U -c1 mywave.wav resample -ql<br>
<br>
Now, if you type "file mywave.wav", it should report:<br>
mywave.wav: RIFF (little-endian) data, WAVE audio, ITU G.711 mu-law,
mono 8000 Hz<br>
<br>
Copy this file into your phone's ftp directory (same folder as your
sip.cfg, etc). Make sure it has similar permissions to the default wav
files in that folder.<br>
<br>
Finally, you can add this new file either by editing the config files,
or by accessing the phone's config website and adding the filename to
the wav file. Then reboot the phone, and access the phones settings and
the new ringtone will appear if everything worked correctly.<br>
<br>
Rob<br>
<br>
<br>
Stephen Bosch wrote:
<blockquote cite="mid:46B4BE6F.6010808@vodacomm.ca" type="cite">
  <pre wrap="">Doug wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">At 21:59 7/29/2007, Paul Hales wrote:
 &gt;
 &gt;I even got a Polycom here saying "I'll be back" which was funny for
 &gt;about an hour, then not funny at all.
 &gt;
 &gt;PaulH

Kewwl!  How do you get the .wav files into the Polycom?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
If it's not obvious, I'd be interested in this information too.

Most people seem to think you can't change the ringtones on the Polycom
sets.

-Stephen-

_______________________________________________
--Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a>--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>