No Sound On Background() and Read()

Linux version 2.6.23.14-107.fc8
(mockbuilder@xenbuilder4.fedora.phx.redhat.com)
(gcc version 4.1.2 20070925 (Red Hat 4.1.2-33))
#1 SMP Mon Jan 14 21:37:30 EST 2008
Asterisk 1.4.17
Zaptel 1.4.7.1
Wildcard TDM400P REV I Board 1

Music on hold works but BackGround() and Read() fail and drops through to next step.

extensions.conf:

[dialin] exten => s,1,Answer exten => s,2,Wait(2) exten => s,3,Background(yes-dear) exten => s,4,Wait(10) exten => s,5,Hangup
Core debug was 0 and is now 4
– Starting simple switch on ‘Zap/1-1’
[Jan 30 17:42:49] NOTICE[19996]: chan_zap.c:6376 ss_thread: Got event 18 (Ring Begin)…
– Executing [s@dialin:1] Answer(“Zap/1-1”, “”) in new stack
– Executing [s@dialin:2] Wait(“Zap/1-1”, “2”) in new stack
– Executing [s@dialin:3] BackGround(“Zap/1-1”, “yes-dear”) in new stack
[Jan 30 17:42:51] WARNING[19996]: file.c:568 ast_openstream_full: File yes-dear does not exist in any format
[Jan 30 17:42:51] WARNING[19996]: file.c:871 ast_streamfile: Unable to open yes-dear (format 0x44 (ulaw|slin)): No such file or directory
[Jan 30 17:42:51] WARNING[19996]: pbx.c:5706 pbx_builtin_background: ast_streamfile failed on Zap/1-1 for yes-dear

yes-dear exists as 4 different formats in /var/lib/asterisk/sounds:

[quote]-rw-r–r-- 1 1000 1000 11200 2007-12-05 10:58 yes-dear.alaw
-rw-r–r-- 1 1000 1000 2310 2007-12-05 11:00 yes-dear.gsm
-rw-r–r-- 1 1000 1000 11200 2007-12-05 10:56 yes-dear.ulaw
-rw-r–r-- 1 1000 1000 22444 2007-12-05 10:55 yes-dear.wav[/quote]
asterisk.conf:

[directories] astetcdir => /etc/asterisk astmoddir => /usr/lib/asterisk/modules astvarlibdir => /var/lib/asterisk astdatadir => /usr/share/asterisk astagidir => /usr/share/asterisk/agi-bin astspooldir => /var/spool/asterisk astrundir => /var/run/asterisk astlogdir => /var/log/asterisk

I installed the 1.6 beta got it running then reinstalled 1.4.17 and NOLOADed all the modules that had errors and now Background() and Read() work.
Have I soiled myself?
I don’t know but it is working as far as I know.
If I have time, I’ll will do a clean install of 1.6 for grins.