<!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 => s,n(voicemail),PlayBack(/var/lib/asterisk/sounds/voicemail/${ARG1})
exten => s,n,NoOp(${ARG1}@boxes)
exten => s,n,Voicemail(${ARG1}@boxes)
exten => s,n,Hangup()
exten => s,n,MacroExit
</PRE>
</BLOCKQUOTE>
<BR>
This is the CLI-output :<BR>
<BR>
<PRE>
[Sep 17 17:23:06] -- Executing [s@macro-openingsuren:49] NoOp("IAX2/zoiper-16222", "908001@boxes") in new stack
[Sep 17 17:23:06] -- Executing [s@macro-openingsuren:50] <B>VoiceMail("IAX2/zoiper-16222", "908001@boxes")</B> in new stack
[Sep 17 17:23:06] -- <IAX2/zoiper-16222> Playing 'vm-intro' (language 'be')
[Sep 17 17:23:06] == Spawn extension (macro-openingsuren, s, 50) exited non-zero on 'IAX2/zoiper-16222' in macro 'openingsuren'
[Sep 17 17:23:06] == Spawn extension (092779077, s, 6) exited non-zero on 'IAX2/zoiper-16222'
[Sep 17 17:23:06] -- Hungup 'IAX2/zoiper-16222'
</PRE>
vm-intro is an empty file. I deleted the original and replaced it with a "touch vm-intro.gsm".<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>