Hi, After following the suggestions on the mailing lists and the wiki I'm still experiencing choppy moh. The song plays but with frequent noise parts. - I'm using asterisk 1.2.4 on our production server and 1.2.7 on the test server. - native moh with .gsm and .pcm formats (according to http://astrecipes.net/?n=152) - compiled ztdummy as a timing source any pointers on how to dig deeper into the problem or remedy it are very much appreciated regards, Bart
Bart van Daal wrote:> Hi, > > After following the suggestions on the mailing lists and the wiki I'm still > experiencing > choppy moh. The song plays but with frequent noise parts. > > - I'm using asterisk 1.2.4 on our production server and 1.2.7 on the test > server. > - native moh with .gsm and .pcm formats (according to >Actually, you'll want to use ulaw for Native MOH. --------CUT #!/bin/sh for filename in *mp3 do eval filename=`echo $filename | cut -f1 -d.` echo Converting $filename sox -V $filename.mp3 -t au -r 8000 -U -b -c 1 $filename.ulaw resample -ql done --------CUT Doug
-----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Doug Lytle Sent: donderdag 20 april 2006 14:09 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] still some moh troubles>>Bart van Daal wrote: >> Hi, >> >> After following the suggestions on the mailing lists and the wiki I'm >> still experiencing choppy moh. The song plays but with frequent noise >> parts. >> >> - I'm using asterisk 1.2.4 on our production server and 1.2.7 on the >> test server. >> - native moh with .gsm and .pcm formats (according to >> > >Actually, you'll want to use ulaw for Native MOH. > >--------CUT > > >#!/bin/sh > >for filename in *mp3 > >do > >eval filename=`echo $filename | cut -f1 -d.` > >echo Converting $filename > >sox -V $filename.mp3 -t au -r 8000 -U -b -c 1 $filename.ulaw resample -ql > >done > >--------CUT > >DougThanks for you suggestion Doug, I've converted the files using your script to ulaw but experience the same problem. A thing I forgot to mention is that it only happens on calls passing the trunks to the cisco-routers that terminate to pstn so not on internal sip-sip calls. Normal voice communication runs smoothly over the trunks it's only the moh that causes some problems. again, any pointers like those of Doug are very much appreciated thanks! Bart
Use madplay. I tried everything and madplay works the best. -----Original Message----- From: Bart van Daal [mailto:B.Vandaal@edpnet.net] Sent: Thu 4/20/2006 6:45 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Cc: Subject: [Asterisk-Users] still some moh troubles Hi, After following the suggestions on the mailing lists and the wiki I'm still experiencing choppy moh. The song plays but with frequent noise parts. - I'm using asterisk 1.2.4 on our production server and 1.2.7 on the test server. - native moh with .gsm and .pcm formats (according to http://astrecipes.net/?n=152) - compiled ztdummy as a timing source any pointers on how to dig deeper into the problem or remedy it are very much appreciated regards, Bart _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 4550 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060420/e0ff000d/attachment.bin