<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-GB" link="blue" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Hi All,</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I have a query around dispatcher behaviour, I am running 3.2 in a k8s environment.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I have 2 freeswitch instances defined in a destination set, both of which are pods.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">As people may be aware its fun implementing in k8s as pods can restart and disappear at times so I ideally want this reflected in the cache and output of opensips-cli -x mi ds_list where I was hoping the freeswitch entries would be defined
 but with a state of probing or inactive.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">With my current setup, when restarting opensips for example, I have the dispatcher table populated in postgres db , and if opensips cant resolve the URI it wont load it into cache, like wise if opensips is running and freeswitch pod drops,
 I see this in the logs;</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Aug 23 21:22:01 [55] ERROR:dispatcher:add_dest2list: could not resolve freeswitch-opensips-deployment-1.freeswitch-opensips, skipping it</p>
<p class="MsoNormal">Aug 23 21:22:01 [55] WARNING:dispatcher:ds_load_data: failed to add destination <sip:freeswitch-opensips-deployment-1.freeswitch-opensips:5070;transport=tcp> in group 10</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I therefore don’t see it listed in cache when I run ds_list.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Does anyone know if its possible to tweak dispatcher to always load the database entries into cache at startup, and also set their status to probing/inactive if not reachable due to a resolving issue as above?</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">My dispatcher settings are;</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">#### Dynamic routing</p>
<p class="MsoNormal">loadmodule "dispatcher.so"</p>
<p class="MsoNormal">modparam("dispatcher", "db_url", "postgres://x.x.x.x/opensips")</p>
<p class="MsoNormal">modparam("dispatcher", "ds_probing_mode", 1)</p>
<p class="MsoNormal">modparam("dispatcher", "ds_probing_threshhold", 1)</p>
<p class="MsoNormal">modparam("dispatcher", "persistent_state", 0)</p>
<p class="MsoNormal">modparam("dispatcher", "ds_ping_interval", 5)</p>
<p class="MsoNormal">modparam("dispatcher", "table_name", "dispatcher")</p>
<p class="MsoNormal">modparam("dispatcher", "cluster_id", 1)</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hope that makes sense!</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Many thanks</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Jon</p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>