<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/10 Satish Barot <span dir="ltr">&lt;<a href="mailto:satish4asterisk@gmail.com" target="_blank">satish4asterisk@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div class="h5"><br><div class="gmail_extra"><div class="gmail_quote">On Tue, Apr 9, 2013 at 7:56 PM, Olivier <span dir="ltr">&lt;<a href="mailto:oza_4h07@yahoo.fr" target="_blank">oza_4h07@yahoo.fr</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><br></div>Hello,<br>

<br></div>What about having a new DB_IFEXISTS function in Asterisk ?<br><br></div>It would accept two arguments : one being family/Key just as DB function, and the other being a default value which would be returned if family/key value does not exist.<br>


<br></div>Thoughts ?<br><br></div>Regards<br></div>
</blockquote></div><br></div></div></div><div class="gmail_extra">You can achieve the same functionality using IF function. Something like,</div><div class="gmail_extra">...</div><div class="gmail_extra">same =&gt; n,Set(foo=${IF($[ &quot;${DB(family/key)}&quot; = &quot;&quot;]?defaultval:${DB(family/key)})})<span class="HOEnZb"><font color="#888888"><br>
</font></span></div></div></blockquote><div><br></div><div>Yes, of course, but having a dedicated function for frequent pattern is convenient.<br></div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr"><div class="gmail_extra"><span class="HOEnZb"><font color="#888888">
</font></span></div><span class="HOEnZb"><font color="#888888"><div class="gmail_extra"><br></div><div class="gmail_extra">--Satish Barot</div><div class="gmail_extra">Ahmedabad, India.</div></font></span></div>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div></div>