AFAIK, this will only address successful authentications. I think the OP wanted to be able to know what the user had entered on failed attempts. Since I've added another layer to this onion, I think the best option is to use Read followed by an AGI if you have bells and whistles like this and a Gotoif if you are doing simple stuff.
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Philipp von Klitzing Sent: Tuesday, June 29, 2010 8:53 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] cmd Authenticate Hi! > i need to save into a local variable the user's input dialed during > the cmd Authenticate(). Is there a way to do it? Use option a of Authenticate together with ${CDR(accountcode)} Philipp -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
