Hrm, interesting, is it possible in asterisk to authenticate VoIP users based on called-from number, if so, could someone post sample syntax (especially if I can auth from a list, mysql/flatfile it doesn't matter, for a universal extension, this is outbound only).
Regards MIKE On Thu, 2003-03-27 at 15:30, Mark Spencer wrote: > > My extension definition for the conference room looks like this: > > > > exten => 8600,1,Wait,1 > > exten => 8600,2,Playback(wstconfbeta) > > exten => 8600,3,Meetmecount,8600 > > exten => 8600,4,Meetme,8600|p|1234 > > PIN is not yet implemented apparently. You could in the mean-time use > "Authenticate" like this: > > exten => 8600,1,Wait,1 > exten => 8600,2,Authenticate(1234) > exten => 8600,3,Playback(wstconfbeta) > exten => 8600,4,Meetmecount(8600) > exten => 8600,5,Meetme(8600) > > Mark > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
