[asterisk-users] Default MOH not working on 1.6.1

Danny Nicholas danny at debsinc.com
Thu Oct 14 15:41:47 CDT 2010


  _____  

From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Olivier
Sent: Thursday, October 14, 2010 3:34 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Default MOH not working on 1.6.1

 

 

2010/10/14 Olivier <oza_4h07 at yahoo.fr>

 

2010/10/14 Olivier <oza_4h07 at yahoo.fr>

 

Hello,

I've configured with the very same script 1 Intel Xeon and 1 Intel Pentium4
machines.
On one MOH is working properly
On the other, I can read on console, lines such as those bellow but I can't
hear anything.

In which direction, should I further investigate ?
If this help, here is my setup:

me ---<PSTN-ISDN> ---- Patton 4638 ---<SIP>--- Asterisk 1.6.1.18


    -- Started music on hold, class 'default', on SIP/patton-0000002b
  == Using SIP RTP CoS mark 5
  == Extension Changed 249[subs] new state Ringing for Notify User 749
  == Extension Changed 249[subs] new state Ringing for Notify User 750
    -- SIP/249-0000002c is ringing
Sent RTP packet to      192.168.102.200:5030 (type 00, seq 043637, ts
000160, len 000160)
Sent RTP packet to      192.168.102.200:5030 (type 00, seq 043638, ts
000320, len 000160)


Thanks



PS: I used the "standard" i386 Lenny image on the Xeon machine.
Should I favor another image, such as amd64 or em64t, instead ?




If this matters, I must also add MOH is triggered here by Queue application.


 

I assume MOH is working on Pentium 4 and "failing" on Xeon?

 

Try this snippet

Exten => 664,1,answer

exten => 664,n,SetMusicOnHold(default)

exten => 664,n,WaitMusicOnHold(20)

exten => 664,n,Background(vm-goodbye)

exten => 664,n,Hangup

 

This should play your default MOH for 20 seconds, then say goodbye and
hangup.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101014/ea06c0a9/attachment.htm 


More information about the asterisk-users mailing list