Voicemail problem

Hello
I have installed asterisk 1.4 on Suse10.2.
I create 2 iax phones in extensions.conf (101 102 only in internal)

Without Voicemail, if i call 102 it works.

now i want to use voicemail.
I have insert two lines in voicemail.conf
Also in zapata.conf mailbox=101@default

When i phone 102, 102 ring then after 10 secondes it go to voicemail but i hear nothing.

In Asterisk console i have 2 error messages:

executing 101@default voicemail (“iax2/patrick-5”,“101” in new stack

file.c:552 ast_openstream_full :file vm-intro does not exist in any format
file.c:805 ast_streamfile: unable to open vm-intro no such file or directory

Really the vm-intro file does not exist on the PC. How can i make to add the sounds?

Because i have installed sounds-1.2.1
I have install Asterisk 1.4 zaptel 1.4 Addons 1.4 libpri 1.4 and sounds 1.2.1

Thanks for your help

make sure that you have sound files in the proper folders
I have them in /var/lib/asterisk/sounds

you probably should use sounds from 1.4 as i think the directory structure changed.

-sounds isn’t needed with 1.4 as you select them as part of “make menuselect” … the make process then downloads and installs them.

[quote=“AndrewZ”]make sure that you have sound files in the proper folders
I have them in /var/lib/asterisk/sounds[/quote]

yes, I have also many files *.gsm in /var/lib/asterisk/sounds.
and one file vm-intro.gsm
I don’t understand why it doesn’t find vm-intro

what about /var/lib/asterisk/sounds/en/ ?

[quote=“baconbuttie”]you probably should use sounds from 1.4 as i think the directory structure changed.

-sounds isn’t needed with 1.4 as you select them as part of “make menuselect” … the make process then downloads and installs them.[/quote]

I don’t have find sounds-1.4.0 in asterisk.org
Do you know where i can find it?

I have tried to execute “make menuselect” but it said me :
no rule to create the destination.
Can you tell me how dcan i make?