Voicemail issue

Hi when im trying to listen to my voicemail all i hear is “You have” and then asterisk hangsup the call…

Cli output:

-- Executing Answer("SIP/500-b6d26f50", "") in new stack
    -- Executing Wait("SIP/500-b6d26f50", "1") in new stack
    -- Executing VoiceMailMain("SIP/500-b6d26f50", "") in new stack
    -- Playing 'vm-login' (language 'se')
    -- Playing 'vm-password' (language 'se')
    -- Playing 'vm-youhave' (language 'se')
  == Spawn extension (from-office1, *98, 3) exited non-zero on 'SIP/500-b6d26f50'
    -- Executing Macro("SIP/500-b6d26f50", "hangupcall|") in new stack
    -- Executing ResetCDR("SIP/500-b6d26f50", "w") in new stack
    -- Executing NoCDR("SIP/500-b6d26f50", "") in new stack
    -- Executing GotoIf("SIP/500-b6d26f50", "1?skiprg") in new stack
    -- Goto (macro-hangupcall,s,6)
    -- Executing GotoIf("SIP/500-b6d26f50", "1?theend") in new stack
    -- Goto (macro-hangupcall,s,9)
    -- Executing Wait("SIP/500-b6d26f50", "5") in new stack
    -- Executing Hangup("SIP/500-b6d26f50", "") in new stack
  == Spawn extension (macro-hangupcall, s, 10) exited non-zero on 'SIP/500-b6d26f50' in macro 'hangupcall'
  == Spawn extension (macro-hangupcall, s, 10) exited non-zero on 'SIP/500-b6d26f50'

But when i change to english sound everything works just fine…
Anyone got any ideas?

I think you have the sounds files only for the english and don’t have the sounds files for your language; the default installation of Asterisk contains only the english sounds files.

Regards.

Here there are some infos about internationa sounds files:
voip-info.org/wiki/view/Aste … ernational.

Regards.

i have the swedish sounds in /var/lib/asterisk/sounds/se/

Yes, I should have seen that you have from the cli output but now I’m thinking * stops just before tell you a number (the number of vm messages), perhaps there is a bug with the algorithm to play the numbers in sweden language and you need a patch…

Regards.