search for: authcode

Displaying 6 results from an estimated 6 matches for "authcode".

2004 Jan 30
0
Re: DISA and authcodes (was: t410p)
...post-processed. ; I include the standard i,h,t values for pedantic reasons. ; exten => _X.,1,DISA(no-password,main2) exten => _X.,2,Hangup ; exten => h,1,Hangup exten => i,1,Congestion exten => i,2,Hangup exten => t,1,Congestion exten => t,2,Hangup ; ; [main2] ; ; Now, set the AUTHCODE to be the first seven digits of EXTEN ; exten => _XXXXXXX1XXXXXXXXXX,1,SetVar(AUTHCODE=${EXTEN:0:7}) ; ; ...and then forward this call out to a new context and extension, ; where the new extension is the 7th through 17th digit of the old EXTEN, ; which should translate into 1-123-456-7890 or w...
2004 Apr 27
1
parsing to compare
...much 'C' code. In my dialplan I'd like to compare two variables as a means of getting around some of the troubles I've experienced in authenticating users, or with using Disa (primarily the requirement that a '#' be sent to terminate the authorization field). One variable (AUTHCODE shown below) is a series of digits entered by the caller once asterisk has answered and returned dialtone. I want to compare this variable to a variable already stored in ${CIDNAME} and, depending on the results of the comparison (i.e. if it's a match proceed, if not or if no value or '0...
2006 Nov 06
8
Bizarre mysql issue
I am making an account confirmation system. Unfortunately, for some odd reason, the email''s authcode differs from mysql''s auth code. The email''s auth code is 84560046651013854756231785743141, yet mysql''s auth code is always 2147483647 for every account I create.... i don''t get it! The email''s auth code is taken from the same variable, and returns wh...
2006 Jun 19
3
Using a records "id" in validation
...idate that the credit card authorization is successful auth = CreditCard.authorize(self, :card => card_number, :expiration => card_exp, :cvv => card_cvv) if auth[:result] == ''A'' self.authcode = auth[:authCode] else errors.add :card_number, ''^The credit card was declined.'' end end -- Posted via http://www.ruby-forum.com/.
2009 Oct 05
1
Peculiar error message when using Q-SIG
I'm using QSIG between Asterisk and an NEC SV8300. Whenever I make a call from the SV8300, I see: [Oct 4 21:02:49] ERROR[5729]: chan_dahdi.c:12226 dahdi_pri_error: !! < Unknown IE 50 (cs5, len = 3) I see an IE 50 in the Q.932 specification, so I don't understand why this error is occuring.
2008 Nov 23
14
CDR Design
I've taken the liberty of starting a new thread to discuss the design of the Asterisk CDR mechanism. The discussion has been kindly initiated by murf putting together a proposal: http://svn.digium.com/svn/asterisk/team/murf/RFCs. After reading the proposal I still don't think it's the right way to go. To my mind adding more channel variables increases the complexity in a situation