MOH is working in that a defined extension works just fine:<BR><BR>exten => 6000,1,Answer<BR>exten => 6000,2,MusicOnHold()<BR><BR>musiconhold.conf is as per the default:<BR>[classes]<BR>default => quietmp3:/var/lib/asterisk/mohmp3,-z<BR><BR>and zapata.conf and sip.conf have<BR>musiconhold=default and musicclass=default respectively.<BR><BR>However when I put a call on hold for transfer or just pressing the hold button there is no music. Normally I would expect to see something like the following, but nothing appears in the trace. <BR><BR>-- Started music on hold, class 'default', on SIP/4101-5ea9<BR><BR>If a blind transfer is initiated the original caller gets hold music while the blind transfer is setup so I fear that something is back to front. <BR><BR>All help gratefully received.<BR /> <BR /> ________________________________________________<BR /> Message sent using UebiMiau 2.7.2<BR />
Kristof Hardy
2005-Apr-27 02:39 UTC
[Asterisk-Users] No music on hold when transferring call
Bam wrote:> MOH is working in that a defined extension works just fine: > exten => 6000,1,Answer > exten => 6000,2,MusicOnHold()I had some similar problems with asterisk v1.0.6, 1.0.7 solved this. (it had something to do with SIP and MOH) Cheers.