<br><br><div class="gmail_quote">2009/4/1 Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
pin checks and lock checks are both intentionally skipped on outbound calls transferred back to the conference.<br>The idea is if you purposely placed an outbound call that was intended to land in the conference<br>you would not want to do so only to tell them it&#39;s locked.<br>

 <br>I added a patch to trunk so you can override this with a variable <br><br><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">originate {conference_enforce_security=true}sofia/internal/1001 &amp;conference(3000)<br>

<br>the same var can be used on inbound calls for the opposite effect<br><br><br></span><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">&lt;action application=&quot;set&quot; data=&quot;conference_enforce_security=false&quot;/&gt;<br>

&lt;action application=&quot;conference&quot; data=&quot;3000&quot;/&gt;<br><br></span></blockquote></div><br>FYI this is now in the wiki:<br><a href="http://wiki.freeswitch.org/wiki/Channel_Variables#conference_enforce_security">http://wiki.freeswitch.org/wiki/Channel_Variables#conference_enforce_security</a><br>
<br>-MC<br>