<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>Hi Guys,</div>
<div><br>
</div>
<div>We are currently building a wholesale platform to route numbers to particular carriers, and we are looking to do this with hash tables.</div>
<div><br>
</div>
<div><span style="font-size: 12pt;">We will potentially have 100s of thousands of numbers we will need to lookup and query as to where to route them, and one idea is to populate them in a database, we would then load these values into a hash table which will
 be defined in the kamailio configuration file for us to query in realtime when an Invite arrives.</span><br>
</div>
<div><br>
</div>
<div>The backend database will be modified constantly, so we would have the need to reload the hash table on demand.</div>
<div><br>
</div>
<div>I can see there is the ability to reload a whole hash table, sht_reload, but is there an option to reload for an individual entry which has been added to the database, and we therefore want it in the hash table?</div>
<div><br>
</div>
<div>I dont see anything in documentation (forgive me if I have missed it), is there an option to reload just an individual key entry from the database into cache?</div>
<div><br>
</div>
<div>Thanks</div>
<div><br>
</div>
<div>Jon</div>
<br>
<p></p>
</div>
</body>
</html>