Добрый день, есть вопрос:
Хочу, что бы pbx говорила по-русски
Сделал файлик pbx.sppr:
//
// Sample: ReadInput()
// Accept an incoming call (stop if it's not possible).
// Play the PressPound media file.
// Wait for any input for up to 5 seconds.
// If the "pound" ("#") symbol was entered,
// play the Good media file.
// Otherwise,
// play the Bad media file.
// Stop.
//
entry Main is
if AcceptCall() != null then stop; end if;
PlayFile("welcome");
PlayFile(ReadInput(5) == "#" ? "Good" : "Bad");
end entry;
записал файлики welcome.wav Good.wav и Bad.wav в формате PCM 16-bit
все это дело выложил куда нужно.... а в ответ тишина :(
в логах пишет PBXLEG-000036 program aborted. Error code=WAVE file format error
чего делать? Получено Tue Aug 15 10:50:48 2006
Этот архив был сгенерирован hypermail 2.1.8 : Fri 24 Apr 2015 - 16:14:58 MSK