Kristian Kielhofner of astLinux has contributed out of his own pocket, to have all of the asterisk sounds re-recorded, and has released them under the BSD License for all to use.
These sounds can be obtained from the following links:
British Voice by Alison Keenan
Thanks to Alison Keenan (another Alison!) for the beautiful voice and Chris Bagnal for the conversions. The British English files are now ready for download
http://www.sineapps.com/news.php?rssid=1312
New Zealand Voice by Tanya
The New Zealand Asterisk community has embarked on creating the New Zealand Voice Prompts. The file can be obtained here:
http://sourceforge.net/project/showfiles.php?group_id=162308
Using G729 natively
There are 2 reasons that I can think of why you would not do this.
The default audio prompts provided with Asterisk are in the GSM audio format. Few commercial products (including phones) include support for GSM, you can all but guarantee that Asterisk has to transcode the prompts when a device needs them (to access voicemail, for example).
This means if your IP phone or ATA is configured for G729 asterisk would need to transcode the sound files for you to listen to the Asterisk prompts.
If you configured your IP phone or ATA to use G729 and then used G729 in your trunk settings then there is no need for a G729 module or license. This means however that you will not be able to access Asterisk prompts.
We can remove the GSM prompts and replace them with G729 prompts. This will eliminate the need for Asterisk to transcode. This will force you to use G729 on all your trunks. If you do need to use another codec on your trunk then this will be of no benefit to you.
So if you do not want to purchase a license or load the G729 module for Asterisk then you can follow the instructions below to replace your GSM prompts with G729 prompts.
Information on what each line does:
If you ensure that all SIP or IAX2 devices are configured for G729 and that all your trunks are configured for G729 you can now use G729 natively with Asterisk an not worry about G729 licenses or modules.
For more details about the Asterisk Native Sounds you can visit http://www.astlinux.org/index.php?option=com_content&task=view&id=38&Itemid=43 and to view the different native files you can visit http://www.astlinux.org/index.php?option=com_docman&task=cat_view&gid=36&Itemid=36.