missing wav file in fr sounds

Status
Not open for further replies.

sebastian hache

New Member
Oct 17, 2017
4
0
1
46
The issue is with the voicemail part. (not sure if it fits in IVR forums..)
The script is trying to play the sound file vm-message_envelope.wav but this wav only exists in english 1.0.53.
French is still 1.0.51 and this wav doesn't exists and it makes the listen recording unable to delete the voicemail message.
It loops 3 times with options 1 and 2 and exits.

I can try to edit the code, but it says Macro [voicemail_listen_file_options]: '1:2:5:7:8:9:0' did not match any patterns and it doesn't play anything.
If I try to remove the 3 from the options. (normally it is 1:2:3:5:7:8:9:0')

Is there a way that Mark remove this options that seems to be missing in other language than English or could I hack the code to remove it myself without
breaking the voicemail ivr ?

Thanks.

Edit :
I managed to ge it working by modifying the listen_to_recording.lua with 1:2:5:7:8:9:0
But I needed to modify voicemail.xml in /etc/freeswitch/languages/fr/vm to remove option 3 (so the marco matches).
Flush cache and reload and now it bypasses the option 3 and the rest of the options are now ok.
 
Last edited:
Status
Not open for further replies.