<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>Hey!<br><br>I tried your statement but its not working but if i insert manually it works<br><br><pre>exten =&gt; *72,10,Set(DB(CFIM/${fromext})=${toext})<br><br><br>at CLI <br><br>- Executing [*72@from-sip:9] Wait("SIP/7102-00000004", "1") in new stack<br>    -- Executing [*72@from-sip:10] Set("SIP/7102-00000004", "DB(CFIM/7102=7207)") in new stack<br><br><br>satish-desktop*CLI&gt; database show CFIM<br>0 results found.<br>satish-desktop*CLI&gt; <br><br><br><br></pre><br><br><br><br>&gt; Date: Tue, 3 May 2011 16:41:30 -0700<br>&gt; From: cwallace@lodgingcompany.com<br>&gt; To: asterisk-users@lists.digium.com<br>&gt; Subject: Re: [asterisk-users] asterisk call forwarding<br>&gt; <br>&gt; On Tue, 3 May 2011 18:10:55 -0400<br>&gt; Satish Patel &lt;satish_lx@hotmail.com&gt; wrote:<br>&gt; <br>&gt; &gt; Thank you so much that solved my database issue. Now how asterisk<br>&gt; &gt; will forward call ?<br>&gt; &gt; <br>&gt; &gt; Or I need to specify gotoif statment in my stdexten to check<br>&gt; &gt; database key and take action?<br>&gt; <br>&gt; Yes, you need to write the dialplan to act on the key.  There is a<br>&gt; sample out there somewhere (I've seen it) that uses the same CFIM<br>&gt; database keys that you're setting.  Wherever you got the code to set<br>&gt; those keys, you should be able to find the code for reading and acting<br>&gt; on them...<br>&gt; <br>&gt; <br>&gt; &gt; On May 3, 2011, at 5:41 PM, Chad Wallace<br>&gt; &gt; &lt;cwallace@lodgingcompany.com&gt; wrote:<br>&gt; &gt; <br>&gt; &gt; &gt; On Tue, 3 May 2011 18:45:32 +0000<br>&gt; &gt; &gt; satish patel &lt;satish_lx@hotmail.com&gt; wrote:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;&gt;<br>&gt; &gt; &gt;&gt; I found following dialplan on net but somehow its not going to set<br>&gt; &gt; &gt;&gt; CFIM in asterisk database  (asterisk 1.8.3.3).  Any idea ?<br>&gt; &gt; &gt;&gt;<br>&gt; &gt; &gt;&gt; exten =&gt; *72,1,Answer<br>&gt; &gt; &gt;&gt; exten =&gt; *72,2,Wait(1)<br>&gt; &gt; &gt;&gt; exten =&gt; *72,3,BackGround(please-enter-your)<br>&gt; &gt; &gt;&gt; exten =&gt; *72,4,Playback(extension)<br>&gt; &gt; &gt;&gt; exten =&gt; *72,5,Read(fromext,then-press-pound)<br>&gt; &gt; &gt;&gt; exten =&gt; *72,6,Wait(1)<br>&gt; &gt; &gt;&gt; exten =&gt; *72,7,BackGround(ent-target-attendant)<br>&gt; &gt; &gt;&gt; exten =&gt; *72,8,Read(toext,then-press-pound)<br>&gt; &gt; &gt;&gt; exten =&gt; *72,9,Wait(1)<br>&gt; &gt; &gt;&gt; exten =&gt; *72,10,Set(DB(CFIM/${fromext}=${toext}))<br>&gt; &gt; &gt;                                                 ^<br>&gt; &gt; &gt; Change this line to this:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; exten =&gt; *72,10,Set(DB(CFIM/${fromext})=${toext})<br>&gt; &gt; &gt;                                      ^<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; The DB() function has to be closed before the equal sign.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;&gt; exten =&gt; *72,11,Playback(call-fwd-unconditional)<br>&gt; &gt; &gt;&gt; exten =&gt; *72,12,Playback(for)<br>&gt; &gt; &gt;&gt; exten =&gt; *72,13,Playback(extension)<br>&gt; &gt; &gt;&gt; exten =&gt; *72,14,SayDigits(${fromext})<br>&gt; &gt; &gt;&gt; exten =&gt; *72,15,Playback(is-set-to)<br>&gt; &gt; &gt;&gt; exten =&gt; *72,16,SayDigits(${toext})<br>&gt; &gt; &gt;&gt; exten =&gt; *72,17,Hangup()<br>&gt; <br>&gt; --<br>&gt; _____________________________________________________________________<br>&gt; -- Bandwidth and Colocation Provided by http://www.api-digital.com --<br>&gt; New to Asterisk? Join us for a live introductory webinar every Thurs:<br>&gt;                http://www.asterisk.org/hello<br>&gt; <br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;    http://lists.digium.com/mailman/listinfo/asterisk-users<br>                                               </body>
</html>