search for: user_must_enter_pin

Displaying 1 result from an estimated 1 matches for "user_must_enter_pin".

2009 Jul 20
0
[asterisk-dev] MeetMe feature request: bypass pincode
...>> prompted for a pin or not when joining the conference, based on whatever logic >> you want. >> >> Something like the following could work (untested): >> >> exten => start,1,NoOp() >> exten => start,n,Set(PIN=1234) >> exten => start,n,Set(USER_MUST_ENTER_PIN=${IF($[${CUT(CHANNEL,-,1)} != >> SIP/myself]1:0)}) >> exten => start,n,MeetMe(7070,d${IF($["${USER_MUST_ENTER_PIN}" = "1"]?,${PIN})}) >> exten => start,n,Hangup() > Thanks for your answer. > However what I would like to achieve is a little bit mo...