George,<div><br></div><div>Thanks for taking the time to look at the source code and creating a simple but useful patch. Your effort is definitely appreciated. Thank you also for putting this into Jira so that we can keep track of these sorts of things.</div>
<div><br></div><div>-MC<br><br><div class="gmail_quote">On Thu, Jan 20, 2011 at 4:05 PM, George Niculae <span dir="ltr">&lt;<a href="mailto:george.niculae79@gmail.com">george.niculae79@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;">
Hi All,<div><br></div><div>I noticed that in a pin protected conference scenario, if the user inputs more digits than the length of the correct one the remaining digits are accounted for next retry - e.g. if the conf pin is 1234 and user enter 12345 then 5 will be used as first digit in 2nd retry. Extension is configured as:</div>

<div><br></div><div><div>  &lt;extension name=&quot;5678&quot;&gt;</div><div>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^uuu$&quot;&gt;</div><div>      &lt;action application=&quot;set&quot; data=&quot;supplied_pin=${sip_h_X-ConfPin}&quot;/&gt;</div>

<div>      &lt;action application=&quot;export&quot; data=&quot;supplied_pin=${sip_h_X-ConfPin}&quot;/&gt;</div><div>      &lt;action application=&quot;bridge&quot; data=&quot;loopback/app=conference:uuu@5678+1234&quot;/&gt;</div>

<div>    &lt;/condition&gt;</div><div>  &lt;/extension&gt;</div></div><div><br></div><div>I attached a patch for mod_conference that checks pin buffer to be 0 before starting to collect digits again and reset it if &gt; 0. I also modified the code to play &quot;please enter the conference access number&quot; prompt just first time and only &quot;the passcode you entered is not correct, please try again&quot; on subsequent retries.</div>

<div><br></div><div>Please review the patch and let me know your comments.</div><div><br></div><div>Thanks,</div><div>George</div><font color="#888888"><div><br></div>
</font><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>