C
C
ChemAli2012-11-30 15:31:39
Asterisk
ChemAli, 2012-11-30 15:31:39

Where can I get free voice greetings for IVR/Asterisk?

You need a recording of a voice like "I'm an automatic fax machine, please receive the fax." All that I dug up was to write down the proposals. But surely there must be something publicly available, right?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
smartlight, 2012-11-30
@smartlight

write it yourself:

exten => _66XX, 1, NoOp()
exten => _66XX, n, Wait(2)
exten => _66XX, n, Record(/tmp/aster/music${EXTEN:2}:wav)
exten => _66XX, n, Wait(1)
exten => _66XX, n, Playback(/tmp/aster/music${EXTEN:2})
exten => _66XX, n, Wait(2)
exten => _66XX, n, Hangup()

then transfer to the folder with sounds and voila.

N
Nikolai Turnaviotov, 2012-11-30
@foxmuldercp

here, actually habrahabr.ru/post/133869/

L
litnimax, 2015-11-14
@litnimax

Download the Asterisk core package - downloads.asterisk.org/pub/telephony/sounds
Scroll down and take the desired format, for example in wav (asterisk-core-sounds-ru-wav-current.tar.gz).

Z
zpartak, 2016-05-02
@zpartak

Wrote here about the cool service - somewhere gone. I already used - https://www.audio-reclama.ru/audioplus/
Thing!

R
russianvoiceover, 2017-12-11
@russianvoiceover

Here you can order a voice greeting demyanoff.ru/golosovoe-privetstvie-ivr

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question