For all of you who want to convert wav files to files that can be used as dynamic voice guides there is a new solution.
Known solutions:
1. Buy Alcatel Audio Station 7.x
2. Get Alcatel Audio Station 6.x from someone (was downloadable for free on the Business Partner Website before it was removed - so it should be still free of charge, if you can get it)
3.
use crcvg on a UNIX system (R5.01 UX and below)
4. Buy a tool that
Sadmin has programmed
New solution(s):
Go to the
Alcatel Professional Services Website
Apply for a login to have access to the download area
Download VGComSrv
This is a tool that can exchange Dynamic Voice Guides in a 4400/OXE (upload + activation of the VG).
According to the French description it uses FlexLM for licence managment - so I do not expect that to work without a licence.
But this tool is also able to add the crc and memo to wav files. I only tried that and is seams to work.

After the installation (which is done in French...) you have to change the file VGcustom.ini with a text editor.
The path of the scripts and storage directory has to point to the installation directory. By default this is only the case if you install the program on a French Windows System.
So the entry should look like that for example:
pathFilesScripts=C:/Program Files/VGComSrv/
Only problem so far: when you try to end this program there is some french error message.
But Alcatel Professional Services also delivers another possible solution:
If you install the program there is a new dll file in /Windows/system32
It is called RealSpeakAdaptor.dll and according to the documentation (in French

) it is able to convert wav files and add crc and memo to a file.
Since I only have very limited programming skills I was not able to use this dll.
If I call a function like CrcVg in this dll it keeps telling me that this function was not found.
But a program like PE Explorer shows that these (and more) functions are available:
//method AddWavePCMHeader
function AddWavePCMHeader(PCMfile: BSTR; OutputPath: BSTR; WavFormatTag: INT; Frequency: INT): BSTR; stdcall;
//method CrcVg
function CrcVg(WaveFileName: BSTR; OutputFile: BSTR); stdcall;
//method AddCrcVgWithMemo
function AddCrcVgWithMemo(WaveFileName: BSTR; Memo: BSTR; OutputFile: BSTR): I4; stdcall;
//method ReadMemoVGFile
function ReadMemoVGFile(VGfile: BSTR): BSTR; stdcall;
Maybe someone with better programming skills can help out and we finally get a handy and FREE tool to convert wav files an add crc.