<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hey all,<div class=""><br class=""></div><div class="">I¡¯m trying to build a FS cluster with HA, but I got some trouble on recovering calls.</div><div class=""><br class=""></div><div class="">HA system is based on HA instruction(<a href="https://freeswitch.org/confluence/display/FREESWITCH/High+Availability" class="">https://freeswitch.org/confluence/display/FREESWITCH/High+Availability</a>), and my freeswitch dialplan is based on conference app.</div><div class=""><br class=""></div><div class="">When I tried to recover a call on secondary server, a new coming call arised to callee and the old call turned into mute.</div><div class=""><br class=""></div><div class="">The same setting works well based on bridge, which correctly failover to secondary server.</div><div class=""><br class=""></div><div class="">The dialplan showed like:</div><div class=""><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class=""><div class="">    <extension name="apptest"></div></div><div class=""><div class="">        <condition field="destination_number" expression="apptest1002"></div></div><div class=""><div class="">            <action application="answer"/></div></div><div class=""><div class="">            <action application="set" data="conference_auto_outcall_prefix={execute_on_answer=lua welcome.lua 1001-1002 hasid apptest}"/></div></div><div class=""><div class="">            <action application="conference_set_auto_outcall" data=¡°user/9991002"/></div></div><div class=""><div class="">            <action application="conference" data="1001-1002@default¡±/></div></div><div class=""><div class="">        </condition></div></div><div class=""><div class="">    </extension></div></div></blockquote><br class=""><div class="">I wonder if this problem occurred by conference or mistaken configure. Any idea would be appreciated.</div><div class=""><br class=""></div><div class="">Regards,</div><div class="">C.Wang</div></body></html>