Bilal, On Tue, 3 Jul 2007, bilal ghayyad wrote:
> To have better security, how can I put a password on > the international calls (if the user dialed the > international call, then it will be asked for password > to send the call outside)? Asterisk can interface either with a database such as MySQL, or you can import a list of keys/values into AstDB. You can then add prompts for such passwords and read DTMF digit input from the dial plan -- you can find more info at www.voip-info.org. > Can this password read from the CDR file to know whom > did these international calls (using which password? > As I might have mutliple passwords). You mean, expect a certain password based on calling number or destination? You can do that using existing pre-built in global variables without having to touch the CDR file per se. -- Alex -- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : +1-678-954-0670 Direct : +1-678-954-0671 _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
