Is there any way to have MeetMe require a password normally, except when dialed through a certain context or with a certain flag? As far as I can tell, there is no flag to MeetMe() to disable PIN checks the way you can do with VoiceMailMain. This would be a very useful feature, as through context usage you could require a password from "external" users but not require them for "local" users who call using a different context. Does this feature exist, or would I need to create my own access verification system around MeetMe to get around this? I'd rather not have to do that. :) -Ryan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060508/95c12194/attachment.htm
Alexander Lopez
2006-May-08 16:58 UTC
[Asterisk-Users] MeetMe, async password requirements...
Look at the arguments for MeetMe, MeetMe does not usually require a PIN unless you use the P option. You could do this for example. [outside] exten => 8600,1,Meetme(1234|P|321) [inside] exten => 8600,1,Meetme(1234) ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Ryan Amos Sent: Monday, May 08, 2006 6:18 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] MeetMe, async password requirements... Is there any way to have MeetMe require a password normally, except when dialed through a certain context or with a certain flag? As far as I can tell, there is no flag to MeetMe() to disable PIN checks the way you can do with VoiceMailMain. This would be a very useful feature, as through context usage you could require a password from "external" users but not require them for "local" users who call using a different context. Does this feature exist, or would I need to create my own access verification system around MeetMe to get around this? I'd rather not have to do that. :) -Ryan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060508/8f489998/attachment.htm