<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.24.5">
</HEAD>
<BODY>
I'm having a little problem with voicemail. Actually I'm not getting the ability to leave a voicemail-message.<BR>
<BR>
This is part of the dialplan :<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
exten =&gt; s,n(voicemail),PlayBack(/var/lib/asterisk/sounds/voicemail/${ARG1})
exten =&gt; s,n,NoOp(${ARG1}@boxes)
exten =&gt; s,n,Voicemail(${ARG1}@boxes)
exten =&gt; s,n,Hangup()
exten =&gt; s,n,MacroExit
</PRE>
</BLOCKQUOTE>
<BR>
This is the CLI-output :<BR>
<BR>
<PRE>
[Sep 17 17:23:06]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [s@macro-openingsuren:49] NoOp(&quot;IAX2/zoiper-16222&quot;, &quot;908001@boxes&quot;) in new stack
[Sep 17 17:23:06]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [s@macro-openingsuren:50] <B>VoiceMail(&quot;IAX2/zoiper-16222&quot;, &quot;908001@boxes&quot;)</B> in new stack
[Sep 17 17:23:06]&nbsp;&nbsp;&nbsp;&nbsp; -- &lt;IAX2/zoiper-16222&gt; Playing 'vm-intro' (language 'be')
[Sep 17 17:23:06]&nbsp;&nbsp; == Spawn extension (macro-openingsuren, s, 50) exited non-zero on 'IAX2/zoiper-16222' in macro 'openingsuren'
[Sep 17 17:23:06]&nbsp;&nbsp; == Spawn extension (092779077, s, 6) exited non-zero on 'IAX2/zoiper-16222'
[Sep 17 17:23:06]&nbsp;&nbsp;&nbsp;&nbsp; -- Hungup 'IAX2/zoiper-16222'

</PRE>
vm-intro is an empty file. I deleted the original and replaced it with a &quot;touch vm-intro.gsm&quot;.<BR>
So Asterisk quickly goes on after 'playing' the sound-file and immediately hangs up (which is the next priority to execute).<BR>
<BR>
I don't understand why I am not connected with the voicemailbox to leave a message ???<BR>
<BR>
Greetingz,<BR>
Jonas.
</BODY>
</HTML>