[asterisk-users] Problems With Playback of Audio On SIP Only System

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Tue Jan 20 09:46:37 CST 2009


On Tuesday 20 January 2009 06:31:51 Kevin P. Fleming wrote:
> Mark Michelson wrote:
> > If you are using gsm prompts and gcc version 4.2 or higher, then you may
> > be experiencing the optimizer bug that gcc has with gsm audio. The
> > workarounds for this are to use a different format for sounds or to set
> > the DONT_OPTIMIZE flag in menuselect. If you want an optimized build and
> > gsm formatted sounds, then you could always attempt downgrading your gcc
> > version to 4.1 or earlier.
>
> This is affecting users frequently enough that we probably need to
> engineer some sort of configure-script test to check for this problem at
> build time.

Actually, this problem should already be fixed.  It was a case of optimization
with assembly code.  Adding the noclobber option to the assembly should have
fixed this.

-- 
Tilghman



More information about the asterisk-users mailing list