<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:"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;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
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;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
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 lang=EN-GB link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Hi all,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>In my continuing quest to get some basic ring-all call queuing up and running, I&#8217;ve abandoned mod_fifo and started looking at mod_callcenter which easily does everything I need.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>The stumbling block I&#8217;ve had is about dynamic configuration reloading. Our freeswitch instances are configured to use xml_mod_curl to retrieve configs, as all our configuration is kept in a third-party system.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>In the CLI, I am able to call callcenter_config queue reload &lt;name&gt; which works as intended, but this will not reload the agents or tiers. Having tried both callcenter_config agent reload &lt;agent&gt; and callcenter_config tiers reload &lt;queue&gt; &lt;agent&gt;, I get an &#8211;ERR no reply from the console each time. I&#8217;ve looked through mod_callcenter.c and can quite clearly see in code that these should be both working, code example can be found here <a href="https://fisheye.freeswitch.org/changelog/freeswitch/?cs=9ecbb54">https://fisheye.freeswitch.org/changelog/freeswitch/?cs=9ecbb54</a><o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Is this a known issue? I can see JIRA issue on this matter at <a href="https://jira.freeswitch.org/browse/FS-5850">https://jira.freeswitch.org/browse/FS-5850</a> but it seems to indicate this was all complete towards the end of last year, which is why it&#8217;s puzzling me that those commands are not working.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Regards,<o:p></o:p></p><p class=MsoNormal>Alvaro<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>