[Asterisk-Users] still some moh troubles

Bart van Daal B.Vandaal at edpnet.net
Thu Apr 20 06:37:19 MST 2006


 

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at 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
>
>Doug

Thanks 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
















More information about the asterisk-users mailing list