<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
hi All,<br>
<br>
thanks for the input, in the end I figured out the problem I have
been having -<br>
<br>
The following works as intended:<br>
<pre><action application="set" data="voicemail_greeting_number=1"/>
<action application="voicemail" data="default ${domain_name} ${dialed_extension}"/>
</pre>
<pre><big>However, in a lot of the of the example code,for instance default.xml for ext. 1000-1019, this is how voicemail is reached:</big>
</pre>
<action application="bridge" data="loopback/app=voicemail:default
${domain_name} ${dialed_extension}"/><br>
<br>
<big>In the second case</big>, <action application="set"
data="voicemail_greeting_number=1"/> will not work, probably
because the channel variable is not set for the correct channel. I
am guessing that "export" instead of "set" may fix this but I did
not have a chance to try.<br>
<br>
I would suggest that some clarification in the wiki between the two
ways of calling voicemail would be very useful - when do you
"bridge" and when do you just call the voicemail app?<br>
<br>
<br>
<br>
</body>
</html>