RE: $75.00 USD Bounty
I'm trying to recreate the functionality of a product call PhoneFactor (www. phonefactor.com). In the script, I want to make a call using Asterisk, get a code, compare that to an entry in a database, and accepting or rejecting the request. OpenVPN has increased their timeout from a RADIUS server to 30 or 40 seconds to accommodate this.
Hi,
I'm trying to recreate the functionality of a product call PhoneFactor (www.phonefactor.com). In the script, I want to make a call using Asterisk, get a code, compare that to an entry in a database, and accepting or rejecting the request. OpenVPN has increased their timeout from a RADIUS server to 30 or 40 seconds to�accommodate�this.
interesting. particularly the OpenVPN change and support. I think you'll need to edit radiusd.conf and change max_request_time i'd say use the native script function of the server - eg the PERL module support and dont use exec - because then the server runs through that script and you have less timer issues. just my 0.01c alan
Craig Smith wrote:
I'm trying to recreate the functionality of a product call PhoneFactor (www.phonefactor.com). In the script, I want to make a call using Asterisk, get a code, compare that to an entry in a database, and accepting or rejecting the request. OpenVPN has increased their timeout from a RADIUS server to 30 or 40 seconds to accommodate this.
Scripts that that more than 1s are pretty broken. The server assumes that scripts run pretty quickly. It would take some substantial re-engineering of the server to allow it to wait ~20s for multiple scripts at the same time. Alan DeKok.
participants (3)
-
Alan Buxey -
Alan DeKok -
Craig Smith