janastu / regiN

IVR app using Asterisk
0 stars 1 forks source link

Uploading the audio files in different path and playing in IVR Menu #12

Closed Jabiulla24 closed 6 years ago

Jabiulla24 commented 6 years ago

By default the asterisk sound files are stored in /var/lib/asterisk/sounds/en need to change the path and play the audio files from that path in ivr menu

Jabiulla24 commented 6 years ago

I have chosen the path as /usr/local/asterisk/sounds/ivr and copied the audio files to this path and access the audio files

Set the global variable path of audio to /usr/local/asterisk/sounds/ivr and use the global variable everywhere needed

Set(GLOBAL(PATH)='usr/local/asterisk/sounds/ivr') and use backgorund(${PATH}/welcome_message)

salus-sage commented 6 years ago

I don't see how a path settings can affect. If we know where to put our audio, the that's it, u create another for fr for French and so on.

On Apr 6, 2018 6:07 PM, "Jabiulla Mulla" notifications@github.com wrote:

I have chosen the path as /usr/local/asterisk/sounds/ivr and copied the audio files to this path and access the audio files

Set the global variable path of audio to /usr/local/asterisk/sounds/ivr and use the global variable everywhere needed

Set(GLOBAL(PATH)='usr/local/asterisk/sounds/ivr') and use backgorund(${PATH}/welcome_message)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/janastu/regiN/issues/12#issuecomment-379240286, or mute the thread https://github.com/notifications/unsubscribe-auth/AGGlW5gPLY3wMvbu5w0gSB2Aa7NSNSW3ks5tl2GNgaJpZM4TJ-r- .