[Freeswitch-users] Another beginner question: garbled voicemail

Johan Helsingius julf at julf.com
Fri Mar 11 15:38:42 MSK 2011


Peter,

> Check codec negotiations, network issues etc. Also, are you running in a virtual machine?

No, native on Kubuntu 10.10.

> However, random noise should probably have something to do with codecs.

Agree. Any links to help in debugging the codecs?

Here are my current codec settings:

vars.xml:  <X-PRE-PROCESS cmd="set"
data="global_codec_prefs=G7221 at 32000h,G7221 at 16000h,G722,PCMU,PCMA,GSM"/>
vars.xml:  <X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=PCMU,PCMA,GSM"/>
sip_profiles/internal.xml:    <param name="inbound-codec-prefs"
value="$${global_codec_prefs}"/>
sip_profiles/internal.xml:    <param name="outbound-codec-prefs"
value="$${global_codec_prefs}"/>
sip_profiles/internal.xml:    <param name="inbound-codec-negotiation"
value="generous"/>
sip_profiles/external.xml:    <param name="inbound-codec-prefs"
value="$${global_codec_prefs}"/>
sip_profiles/external.xml:    <param name="outbound-codec-prefs"
value="$${outbound_codec_prefs}"/>
sip_profiles/external.xml:    <param name="inbound-codec-negotiation"
value="generous"/>

	Julf



More information about the FreeSWITCH-users mailing list