<html xmlns:v="urn:schemas-microsoft-com:vml" 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=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@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;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        color:black;}
span.EmailStyle20
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Daniel,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thank you for the information. Are you referring to: “<span style="font-size:11.5pt;font-family:"Helvetica",sans-serif;background:white">16 (bit at index 4 - 1 <<4) - skip DNS A/AAAA resolve at startup, useful when the hostname of the destination
 address is a NAPTR or SRV record only. Such addresses cannot be matched anymore with ds_is_from_list(...).”<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I looked at that but I’m using Siremis to configure Kamailio and when I go into Siremis dispatcher list, for flags, it only has 0, 1, 4, 8, and 9 as options. Is it possible that the version of Siremis I’m running is prior to them implementing
 these flags?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks,<o:p></o:p></p>
<p class="MsoNormal">Jesse<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> Daniel-Constantin Mierla <miconda@gmail.com> <br>
<b>Sent:</b> Thursday, January 31, 2019 2:59 AM<br>
<b>To:</b> Kamailio (SER) - Users Mailing List <sr-users@lists.kamailio.org>; Jesse Strahn <jesse.strahn@waterfield.com><br>
<b>Subject:</b> [EXTERNAL] Re: [SR-Users] Kamailio/dispatcher routing with SRV record<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p>Hello,<o:p></o:p></p>
<p>in the past, the only limitation was for sending option keepalives for destinations that had SRV only. That can be controlled now via a flag, see the description for 16 at:<o:p></o:p></p>
<p>  - <a href="https://url.emailprotection.link/?aCFTcbKVooHCRJNH0yHK4vSswi6k9tiBaZVGd6tfwfJ226KS34r0EbRkLVQ4c_UWlckkQ8ffgyV0RG2ccqBhCy3xSap-uA67acLkztv2GYP5MD20sbLGiVBiyzS_wOz_-Nmq_N1oHko9D7qUbZi8VQjER67UHs-N2zhaSIrNdPzI~">
https://www.kamailio.org/docs/modules/devel/modules/dispatcher.html#dispatcher.p.ds_probing_mode</a><o:p></o:p></p>
<p>Otherwise, for routing, it should just work, but the dispatcher is not fetching the addresses behind the SRV record, that is done by tm+core at the time of sending out, dispatcher will still maintain a single record with the domain name.<o:p></o:p></p>
<p>Cheers,<br>
Daniel<o:p></o:p></p>
<div>
<p class="MsoNormal">On 30.01.19 23:39, Jesse Strahn wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal">Is it possible to route to the back-end SIP servers via DNS SRV record rather than specifying multiple IP addresses in the dispatcher list on the Kamailio server?<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Running in AWS and looking to be able to dynamically update my list of available sip servers if a server goes offline or if a server comes online. Have Cloudwatch/Lambda setup to manipulate the SRV record with the IP address additions or
 subtractions but when I try to put the SRV record as the destination in dispatcher, it fails.<o:p></o:p></p>
<p class="MsoNormal"><br>
<br>
<o:p></o:p></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>Kamailio (SER) - Users Mailing List<o:p></o:p></pre>
<pre><a href="mailto:sr-users@lists.kamailio.org">sr-users@lists.kamailio.org</a><o:p></o:p></pre>
<pre><a href="https://url.emailprotection.link/?aquogjgOGElgshc0Baeojlb3d1_yh-I9nM4JHQjCnuYJYqH6UMgycYptwa7J-J6Nh0EqRc4QZlhNL4zOLQng8mA~~">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><o:p></o:p></pre>
</blockquote>
<pre>-- <o:p></o:p></pre>
<pre>Daniel-Constantin Mierla -- <a href="https://url.emailprotection.link/?aG5fyzT2PxPE2a2OKJ5pR5YW2kkUeEgYxvqn2GrwNE5A~">www.asipto.com</a><o:p></o:p></pre>
<pre><a href="https://url.emailprotection.link/?aiQPwHc-edrhYQPAtfTWttTBzhxGtgmbvMNuB1glPQlI~">www.twitter.com/miconda</a> -- <a href="https://url.emailprotection.link/?aanlcNI-cN74Gdz-TD332xLYbzN4LdD6MHmxonqcppBsL2qFUpAwvPovhlFdq-ouMh2Zz_i3bs6nVrSREEM3jlw~~">www.linkedin.com/in/miconda</a><o:p></o:p></pre>
<pre>Kamailio World Conference - May 6-8, 2019 -- <a href="https://url.emailprotection.link/?aMZcWewYFji3TM0YPWYrCvK8KBhw0_YCm0zvyezKJkK4~">www.kamailioworld.com</a><o:p></o:p></pre>
<pre>Kamailio Advanced Training - Mar 4-6, 2019 in Berlin; Mar 25-27, 2019, in Washington, DC, USA -- <a href="https://url.emailprotection.link/?aG5fyzT2PxPE2a2OKJ5pR5YW2kkUeEgYxvqn2GrwNE5A~">www.asipto.com</a><o:p></o:p></pre>
</div>
</body>
</html>