Hi all,<br><br>I am experiencing a behavior that I cannot clearly understand. Basically I "autocall" a few phones into a conference with the sip_auto_answer set to true, as follows:<br><br> <extension name="extension-intercom"><br>
<condition field="destination_number" expression="^773$"><br> <action application="set" data="conference_auto_outcall_prefix={sip_auto_answer=true}"/><br> <action application="conference_set_auto_outcall" data="user/305"/><br>
<action application="conference_set_auto_outcall" data="user/303"/><br> <action application="conference_set_auto_outcall" data="user/201"/><br> <action application="conference" data="412+flags{endconf|deaf}"/><br>
<action application="conference" data="412 kick all"/><br> </condition><br> </extension><br><br>The conference establishes just fine and everyone can hear just fine.<br>
<br>The "strange" 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 "conference".<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's the log for a "page" that lasts less than 31 seconds:<br><br><a href="http://pastebin.freeswitch.org/9773">http://pastebin.freeswitch.org/9773</a><br><br>Here's the log of the phone for a "page" 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>