<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
This is in reply to my own message, just thought I would answer it so
that if anyone else was having the same issue they could fix it.&nbsp; <br>
<br>
Answer:&nbsp;&nbsp; I upgraded to the newest version of Asterisk, recompile,
install, and now I can press the hold button on the phones and hear the
music.&nbsp; This is what one entry in my sip.conf looks like, I am using
ulaw.<br>
<br>
;;;These are concerning Polycom soundpoint phones.&nbsp; Be sure to have
newest boot rom and sip ;;;version installed on phones.<br>
<br>
/etc/asterisk/sip.conf (one entry listed with general info).<br>
[general]<br>
port=5060<br>
bindaddr=192.168.3.2<br>
context=default<br>
<font color="#ff0000">musicclass=default</font><br>
disallow=all<br>
allow=all<br>
dtmfmode=rfc2833<br>
<br>
[119]<br>
type=friend<br>
username=119<br>
secret=119<br>
host=192.168.3.28<br>
mailbox=119@default<br>
dtmfmode=rfc2833&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Choices are inband, rfc2833, or info<br>
disallow=all<br>
allow=ulaw&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; dtmfmode=inband only works with alaw
or alaw!<br>
progressinband=no&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Polycom phones don't work properly
with "never"<br>
<br>
/etc/asterisk/musiconhold.conf<br>
;<br>
; Music on hold class definitions<br>
;<br>
[classes]<br>
;default =&gt; custom:/var/lib/asterisk/mohmp3,/usr/bin/madplay --mono
-R 8000 --output=raw:-<br>
default =&gt; quietmp3:/var/lib/asterisk/mohmp3<br>
;loud =&gt; mp3:/var/lib/asterisk/mohmp3<br>
;random =&gt; quietmp3:/var/lib/asterisk/mohmp3,-z<br>
;unbuffered =&gt; mp3nb:/var/lib/asterisk/mohmp3<br>
;quietunbuf =&gt; quietmp3nb:/var/lib/asterisk/mohmp3<br>
; Note that the custom mode cannot handle escaped parameters
(specifically embedded spaces)<br>
;manual =&gt; custom:/var/lib/asterisk/mohmp3,/usr/bin/mpg123 -q -r
8000 -f 8192 -b 2048 --mono -s<br>
<br>
<br>
<blockquote>
  <pre wrap="">-----Original Message-----
From: <a class="moz-txt-link-abbreviated"
 href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>
[<a class="moz-txt-link-freetext"
 href="mailto:asterisk-users-bounces@lists.digium.com">mailto:asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Derrick
Stensrud
Sent: Saturday, July 09, 2005 3:27 PM
To: <a class="moz-txt-link-abbreviated"
 href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>
Subject: [Asterisk-Users] polycom soundpoint 300 sip phone and hold music

I have an extension setup in my extensions.conf for hold music.  ext. 600.

If I pick up a phone (polycom soundpoint 300 sip) and dial extension 600 
I hear the hold music playing.  If I call another extension and pick it 
up and put the call on hold with the hold button on the phone I hear 
nothing at all.  Does anyone have any experience with these phones and 
getting the hold button to work? 
_______________________________________________
Asterisk-Users mailing list
<a class="moz-txt-link-abbreviated"
 href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a>
<a class="moz-txt-link-freetext"
 href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
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>