This is pretty easy once you know what to do. Is it safe to assume that your outside call comes in on the public context and then gets transferred to the extension that then sends the caller into the conference? If so, just create a separate extension for the external caller and call the conference with the +[pin]. Then for the &quot;internal&quot; extension that your auth&#39;d users dial into don&#39;t have the +[pin] on the conference action. <div>
<br></div><div>Alternatively, you could set a chan var when the caller comes in, something like outside_caller=true, and then have your conference extension check for that value. Either method would probably work for you. It&#39;s just a matter of what fits your scenario the best and if you need it to scale, etc.</div>
<div><br></div><div>-MC<br><br><div class="gmail_quote">On Thu, Jan 6, 2011 at 11:09 AM, Ayhan Koroglu <span dir="ltr">&lt;<a href="mailto:ayhkor@gmail.com">ayhkor@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>Hi All</div>
<div> </div>
<div>
<div>
<div><a name="12d5cbe1081baff1_msg_61c2b9ef45988723"></a>Using the web based conferencing software</div>
<div>I am able to dial in (phone call) to conference  using pin number. <br>But the problem is  sip client(voice conf) is also asking that same <br>pin number. <br></div>
<div>in dialplan <br>confname@profile+[pin] <br>or in profile <br>&lt;param name=&quot;pin&quot; value=&quot;pin_number&quot;&gt; <br></div>
<div>How should I set my dial plan so that only phone dialing asks the pin <br>number. </div>
<div><br>Thanks</div>
<div> </div><br style="font-size:8px" clear="all"></div>
<div> </div></div>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>