<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
Does anybody know why I can NOT hear the MusicOnHold - using SJphone on
another PC in our network (normal playback is not a problem) . <br>
See the * output and the line configured in extension.conf below (also
mp3player does not function)<br>
<br>
Any suggestions?<br>
<br>
<br>
<b>Asterisk output:</b><br>
<blockquote>*CLI&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing
WaitMusicOnHold("SIP/jeroen-bf54", "30") in new stack<br>
&nbsp;&nbsp;&nbsp; -- Started music on hold, class 'default', on SIP/jeroen-bf54<br>
&nbsp;&nbsp;&nbsp; -- Stopped music on hold on SIP/jeroen-bf54<br>
&nbsp;&nbsp;&nbsp; -- Timeout on SIP/jeroen-bf54<br>
&nbsp;&nbsp;&nbsp; -- Executing Goto("SIP/jeroen-bf54", "#|1") in new stack<br>
&nbsp;&nbsp;&nbsp; -- Goto (default,#,1)<br>
&nbsp;&nbsp;&nbsp; -- Sent into invalid extension '#' in context 'default' on
SIP/jeroen-bf54<br>
&nbsp;&nbsp;&nbsp; -- Executing Playback("SIP/jeroen-bf54", "invalid") in new stack<br>
&nbsp;&nbsp;&nbsp; -- Playing 'invalid'<br>
</blockquote>
<br>
<b>Extension.conf<br>
</b>
<blockquote>exten =&gt; 4000,1,WaitMusicOnHold,30<br>
exten =&gt; 4001,1,mp3player(/var/lib/asterisk/mohmp3/sample-hold.mp3)<br>
</blockquote>
<b>musiconhold.conf</b><br>
<blockquote>[classes]<br>
default =&gt; quietmp3:/var/lib/asterisk/mohmp3<br>
</blockquote>
</body>
</html>