<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
nice command.  as ringers have to be shorter than a certain duration is
there another switch to truncate to the needed duration?<br>
<br>
On Thursday, October 29, 2009 9:04:08 AM, Jeffrey Ollie
<a class="moz-txt-link-rfc2396E" href="mailto:jeff@ocjtech.us">&lt;jeff@ocjtech.us&gt;</a> wrote:<br>
<blockquote
 cite="mid:935ead450910290604k1cd85d4axebd3968b24a275b5@mail.gmail.com"
 type="cite">
  <pre wrap="">On Wed, Oct 28, 2009 at 11:03 PM, Dane Newman <a class="moz-txt-link-rfc2396E" href="mailto:dane.newman@gmail.com">&lt;dane.newman@gmail.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I see from the documentation that I need to have pcm raw files to tftp up to
cucm 7.x to customize ringtones.  Does anyone know of a free software that
will support converting mp3 files to pcm raw?

I have used the phone designer already but I need to upload a ringtone for
all users to access opposed to one phone...ugh why can't cisco make things
as easy as this was to use.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
If you are using Linux, you can easily convert the files using gstreamer:

gst-launch filesrc location=file.mp3 ! decodebin2 ! audioconvert !
audioresample ! mulawenc ! audio/x-mulaw,rate=8000,channels=1 !
filesink location=file.raw

  </pre>
</blockquote>
<br>
</body>
</html>