Hello list, i'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> <param name="track-calls" value="true"/></div><div><div> <param name="odbc-dsn" value="fsw-cnf:fs-usr:2>sdfjeslkjfd4<gH(^s"/></div>
</div><div><br></div><div><br></div><div>switch.conf also the required options:</div><div><div> <param name="core-db-dsn" value="fsw-cnf:fs-usr:sdfjeslkjfd4<gH(^s"/></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 "track calls" because of my dialplan which is the following:</div>
<div><br></div><div><br></div><div><div> <condition field="${sip_to_user}" expression="(1234567789).*$" break="never"></div><div> <param name="track-calls" value="true"/></div>
<div> <action inline="true" application="eval" data="URI=${sip_to_user}"/></div><div> <action application="set" data="domain_name=$${domain}"/></div>
<div> <action application="bridge" data="{absolute_codec_string=PCMA}sofia/internal/<a href="mailto:1234569787@83.164.189.13">1234569787@83.164.189.13</a>"/></div><div> </condition></div>
</div><div><br></div><div>So what i do is simple, match the call, and bridge to external URI. I even added <param name="track-calls" value="true"/> 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>