Hello list, i&#39;ve completed HA setup with two FS boxes, connected them to the ODBC(mysql) and replicated sip_recovery table between servers, the problem i face is simple, i have nothing in there when i have calls.<div><br>
</div><div>External profile has this option set:</div><div>  &lt;param name=&quot;track-calls&quot; value=&quot;true&quot;/&gt;</div><div><div>  &lt;param name=&quot;odbc-dsn&quot; value=&quot;fsw-cnf:fs-usr:2&gt;sdfjeslkjfd4&lt;gH(^s&quot;/&gt;</div>
</div><div><br></div><div><br></div><div>switch.conf also the required options:</div><div><div>    &lt;param name=&quot;core-db-dsn&quot; value=&quot;fsw-cnf:fs-usr:sdfjeslkjfd4&lt;gH(^s&quot;/&gt;</div></div><div><br></div>
<div><br></div><div><br></div><div>FS connects fine and have no problems with that, calls, channels are in the database, so i am thinking that FS do not &quot;track calls&quot; because of my dialplan which is the following:</div>
<div><br></div><div><br></div><div><div>    &lt;condition field=&quot;${sip_to_user}&quot; expression=&quot;(1234567789).*$&quot; break=&quot;never&quot;&gt;</div><div>      &lt;param name=&quot;track-calls&quot; value=&quot;true&quot;/&gt;</div>
<div>      &lt;action inline=&quot;true&quot; application=&quot;eval&quot; data=&quot;URI=${sip_to_user}&quot;/&gt;</div><div>      &lt;action application=&quot;set&quot; data=&quot;domain_name=$${domain}&quot;/&gt;</div>
<div>      &lt;action application=&quot;bridge&quot; data=&quot;{absolute_codec_string=PCMA}sofia/internal/<a href="mailto:1234569787@83.164.189.13">1234569787@83.164.189.13</a>&quot;/&gt;</div><div>    &lt;/condition&gt;</div>
</div><div><br></div><div>So what i do is simple, match the call, and bridge to external URI. I even added &lt;param name=&quot;track-calls&quot; value=&quot;true&quot;/&gt; to test just before bridge.</div><div><br></div>
<div>Dear all please help me to figure this out, how to make FS track this calls ?</div>