[Freeswitch-users] conference pin issue

Michal Bielicki michal.bielicki at seventhsignal.de
Fri Jan 21 03:19:39 MSK 2011


Nevertheless very cool patch :)

Am 21.01.2011 um 01:11 schrieb Brian West:

> Please post to jira.freeswitch.org
> 
> /b
> 
> On Jan 20, 2011, at 6:05 PM, George Niculae wrote:
> 
>> Hi All,
>> 
>> 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:
>> 
>>  <extension name="5678">
>>    <condition field="destination_number" expression="^uuu$">
>>      <action application="set" data="supplied_pin=${sip_h_X-ConfPin}"/>
>>      <action application="export" data="supplied_pin=${sip_h_X-ConfPin}"/>
>>      <action application="bridge" data="loopback/app=conference:uuu at 5678+1234"/>
>>    </condition>
>>  </extension>
>> 
>> I attached a patch for mod_conference that checks pin buffer to be 0 before starting to collect digits again and reset it if > 0. I also modified the code to play "please enter the conference access number" prompt just first time and only "the passcode you entered is not correct, please try again" on subsequent retries.
>> 
>> Please review the patch and let me know your comments.
>> 
>> Thanks,
>> George
>> 
>> <0001-Conference-pin.patch>_______________________________________________
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
> 
> 
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org

Michal Bielicki
Geschäftsführer / CEO

Seventh Signal Ltd. & Co. KG
Weigandufer 45, Büro 115, D-12059 Berlin
Voice: +49 30 60988730

Amtsgericht Charlottenburg HRA 44413 B
Ust.-ID: DE266981999
Geschäftsführer: Michal Bielicki
Persönlich Haftende Gesellschafterin:
Seventh Signal Ltd, 69 Great Hampton St. Birmingham, 
B18 6EW, GB, Company Nr.: 06889439
WWW.: http://www.seventhsignal.de

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110121/35fc35ff/attachment.html 


More information about the FreeSWITCH-users mailing list