<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
<span class="postbody">hi all. <br>
<br>
I have a question regarding CFU (call forward unconditional). what i
would like to do is to dynamically activate different voicemail from a
phone.<br>
<br>
let me give you an example: <br>
voicemail user 66: "hello, im having lunch, brb"<br>
voicemail user 67: "hello, i left the office already.. tuff"<br>
voicemail user 68: "i am in a meeting, call back later"<br>
<br>
<br>
so... a user with number 16 could simply dial *21 68 when hes in a
meeting and his numbers CFU would be forwarded to extensions 125's
voicemail box. <br>
<br>
<br>
</span><span class="postbody">i am running asterisk 1.4.22.2. </span><span
class="postbody">is there any way to configure such a feature in the
GUI other than editing extensions.conf over the GUIs file editor? if
not, i'd still be happy for a little assistance, since the following
code is not working: <br>
<br>
<br>
<br>
<span style="font-weight: bold;">in extensions.conf</span>
<br>
</span>
<table align="center" border="0" cellpadding="3" cellspacing="1"
width="90%">
<tbody>
<tr>
<td><span class="genmed"><b>Code:</b></span></td>
</tr>
<tr>
<td class="code"><br>
exten => _*21X.,n,Set(DB(CFU/${CALLERID(num)})=${EXTEN:3})
<br>
exten => _*21X.,n,Set(DB(CFUC/${CALLERID(num)})=${CONTEXT})</td>
</tr>
</tbody>
</table>
<span class="postbody"><br>
<br>
<span style="font-weight: bold;">in CLI after calling *21 25 from phone
16</span>
<br>
</span>
<table align="center" border="0" cellpadding="3" cellspacing="1"
width="90%">
<tbody>
<tr>
<td><span class="genmed"><b>Code:</b></span></td>
</tr>
<tr>
<td class="code"><br>
voipcom10*CLI>
<br>
-- Executing [*2125@DLPN_default:5] Set("SIP/16-081c3ac0",
"DB(CFU/16)=25") in new stack
<br>
-- Executing [*2125@DLPN_default:6] Set("SIP/16-081c3ac0",
"DB(CFUC/16)=DLPN_default") in new stack
<br>
<br>
voipcom10*CLI> database show
<br>
/CFU/16 : 25
<br>
/CFUC/16 : DLPN_default
<br>
</td>
</tr>
</tbody>
</table>
<span class="postbody"><br>
<br>
<br>
everything seems to be working fine but when i call the number 16 it
simply keeps ringing (16 is ringing) instead of being redirected to
number 25 as I
would expect from a "call forward unconditional".<br>
<br>
any ideas?<br>
<br>
thanks in advance!<br>
regards<br>
Stefan<br>
</span>
</body>
</html>