Hi all,<br><br>I am experiencing a behavior that I cannot clearly understand. Basically I &quot;autocall&quot; a few phones into a conference with the sip_auto_answer set to true, as follows:<br><br> &lt;extension name=&quot;extension-intercom&quot;&gt;<br>
      &lt;condition field=&quot;destination_number&quot; expression=&quot;^773$&quot;&gt;<br>        &lt;action application=&quot;set&quot; data=&quot;conference_auto_outcall_prefix={sip_auto_answer=true}&quot;/&gt;<br>        &lt;action application=&quot;conference_set_auto_outcall&quot; data=&quot;user/305&quot;/&gt;<br>
        &lt;action application=&quot;conference_set_auto_outcall&quot; data=&quot;user/303&quot;/&gt;<br>        &lt;action application=&quot;conference_set_auto_outcall&quot; data=&quot;user/201&quot;/&gt;<br>        &lt;action application=&quot;conference&quot; data=&quot;412+flags{endconf|deaf}&quot;/&gt;<br>
        &lt;action application=&quot;conference&quot; data=&quot;412 kick all&quot;/&gt;<br>      &lt;/condition&gt;<br>    &lt;/extension&gt;<br><br>The conference establishes just fine and everyone can hear just fine.<br>
<br>The &quot;strange&quot; behavior comes when the person calling to ext 773 hangs up before 31 seconds have passed, the rest of the phones stay up until they reach second 31 into the &quot;conference&quot;.<br><br>I am using snom phones and I see the BYE message arriving at the phones exactly at second 31 after the call establishes.<br>
<br>The conference itself however does not exist after the person calling 773 hangs up (doing conference list on CLI shows NO active conferences).<br><br>If the conference stays up more than 31 seconds, then when the person calling 773 hangs up, the rest of the phones hang up immediately as desired.<br>
<br>Here&#39;s the log for a &quot;page&quot; that lasts less than 31 seconds:<br><br><a href="http://pastebin.freeswitch.org/9773">http://pastebin.freeswitch.org/9773</a><br><br>Here&#39;s the log of the phone for a &quot;page&quot; that lasts less than 31 seconds:<br>
<br><a href="http://pastebin.freeswitch.org/9774">http://pastebin.freeswitch.org/9774</a><br><br>Your inout is appreciated.<br><br>Regards,<br><br>Luis<br>