I am running CVS HEAD (on a Linux-PPC machine.) My current dialplan generates an error at the console in asterisk when I attempt to issue the MP3Player command -- I can't figure out why it's not playing the actual audio file? The rest of the dialplan works great. Here's what I see in the console: -- Executing MP3Player("IAX2/income-in-01@IP", "/private/var/lib/asterisk/sounds/audiofile.mp3") in new stack Aug 18 15:04:19 NOTICE[17387]: chan_iax2.c:3006 iax2_read: I should never be called! Aug 18 15:04:22 NOTICE[17387]: app_mp3.c:96 timed_read: Poll timed out/errored out with 0 Does anyone have any ideas what's going on or where I could look to trouble shoot this further? MPG123 plays the audio file fine at the command line, just not thru asterisk. And this same dialplan works fine under CVS HEAD, causing MPG123 to play the audio file fine, on OSX so it's something funky and I am not sure what it is.