Voicemail Hangup After Unavail Msg

We’re on Asterisk SVN-trunk-r235382 and getting this issue when trying to leave voicemail for any mailbox:

Basically after hearing the unavailable message (or busy message) the just hangs up. We don’t get a beep or anything. I’ve confirmed the sound files do exist…

-- Executing [2335@DLPN_husaPRI:1] Answer("SIP/8105-00000000", "") in new stack -- Executing [2335@DLPN_husaPRI:2] VoiceMail("SIP/8105-00000000", "8105,u") in new stack -- <SIP/8105-00000000> Playing '/var/spool/asterisk/voicemail/default/8105/unavail.slin' (language 'en') -- Executing [2335@DLPN_husaPRI:3] Hangup("SIP/8105-00000000", "") in new stack == Spawn extension (DLPN_husaPRI, 2335, 3) exited non-zero on 'SIP/8105-00000000'

Has anyone experienced this? I’m upgrading from a CentOS server running a current version of 1.6 and it’s all fine. This server is simply Ubuntu and the newest Asterisk version…

Thanks community! -C

:smiley: Alright, so turns out in my previous Asterisk 1.6 version, it didn’t care that I had maxmsg = (nothing) in voicemail.conf. After setting this to 100, all good now! Voicemail is flowing smooth!

Thanks all! -C

I am having a very similar problem. Is changing the maxmsg all you did period because I did that and still got no change.