<div dir="ltr"><div>I have a collection of extensions set up as conferences, each of which have one channel from verto and one to an Asterisk server. I would like each conference to close shortly after the verto user hangs up.</div><div><br></div><div>I've been following this as a guide: <a href="https://freeswitch.org/confluence/display/FREESWITCH/mod_conference">https://freeswitch.org/confluence/display/FREESWITCH/mod_conference</a> I believe my version of FS is recent.</div><div><br></div><div>I tried to make it work by setting each extension in my dialplan to have entries like this:</div><div><br></div><div>    <action application="conference_set_auto_outcall" data="[conference_member_flags=endconf]sofia/gateway/asterisk/${as_ext}"/></div><div>    <action application="conference" data="${destination_number}@myconference+flags{endconf}"/></div><div><br></div><div>In particular, I added "+flags{endconf}" to the verto channel, and only the verto channel, so that its hangup would be treated as a trigger to close the conference.</div><div><br></div><div>Also, in the "myconference" profile, I try to make the closing of the conference happen 5 seconds after the verto user hangs up:</div><div><br></div><div>    <param name="endconf-grace-time" value="5"/></div><div>    </div><div>But when I make test calls, there's no evidence that the conference ends even a minute after my hangup. In particular, the Asterisk channel remains active (when I check "core show channels" in its commandline interface). I can't make another call to any of my extensions, unless I kill the conference via Asterisk.</div><div><br></div><div>Is there anything else I need to configure in FreeSwitch?</div><div><br></div><div>Cheers,</div><div>David</div></div>