Public bug reported:

When using the following /etc/asterisk/voicemail.conf configuration
file:

[general]
format=wav49

[default]
1 => 1234,Felipe Alfaro Solana,[EMAIL PROTECTED]

calling the VoiceMailMain() application to read my voicemail messages,
the VoiceMailMain() application references "digits/and" and
"digits/afternoon" sounds for the Spanish language, but these files do
not exist:

  == Parsing '/var/spool/asterisk/voicemail/default/1/INBOX/msg0000.txt': Found
    -- <Zap/1-1> Playing 'vm-received' (language 'es')
    -- <Zap/1-1> Playing 'digits/today' (language 'es')
    -- <Zap/1-1> Playing 'digits/at' (language 'es')
    -- <Zap/1-1> Playing 'digits/5' (language 'es')
    -- <Zap/1-1> Playing 'digits/50' (language 'es')
[Jan  4 17:53:39] WARNING[8844]: file.c:563 ast_openstream_full: File 
digits/and does not exist in any format
[Jan  4 17:53:39] WARNING[8844]: file.c:813 ast_streamfile: Unable to open 
digits/and (format 0x44 (ulaw|slin)): No such file or directory
    -- <Zap/1-1> Playing 'digits/2' (language 'es')
[Jan  4 17:53:40] WARNING[8844]: file.c:563 ast_openstream_full: File 
digits/afternoon does not exist in any format
[Jan  4 17:53:40] WARNING[8844]: file.c:813 ast_streamfile: Unable to open 
digits/afternoon (format 0x44 (ulaw|slin)): No such file or directory
[Jan  4 17:53:40] WARNING[8844]: say.c:409 wait_file: Unable to play message 
digits/afternoon
  == Spawn extension (phones, 9, 2) exited non-zero on 'Zap/1-1'
    -- Hungup 'Zap/1-1'

The files, indeed, do not exist:

# ls /usr/share/asterisk/sounds/es/digits/and.gsm
ls: /usr/share/asterisk/sounds/es/digits/and.gsm: No such file or directory

However, both files exist on the parent directory:

# ls /usr/share/asterisk/sounds/es/and.gsm
/usr/share/asterisk/sounds/es/and.gsm

I fixed the problem by creating symbolic links:

# cd /usr/share/asterisk/sounds/es
# ln -s ../afternoon.gsm .
# ln -s ../and.gsm .

** Affects: asterisk (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Voicemail for the Spanish language references non-existent files
https://bugs.launchpad.net/bugs/180387
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to