[Home]

Summary:ASTERISK-07698: Beeing authenticated by false/no password
Reporter:k-egg (k-egg)Labels:
Date Opened:2006-09-08 10:24:21Date Closed:2006-09-08 11:08:42
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_authenticate
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:this was my dialplan. Used Authenticate with j option not having a +101 priority. Misstyping or not typing the passord authenticated me, instead of disallowing further ongoing with the dialplan.

removing the j makes everythink work as expexted.

[line-selection]
exten => s,1,Answer
exten => s,2,Wait(1)
exten => s,3,Set(TIMEOUT(digit)=5)
exten => s,4,Set(TIMEOUT(response)=10)
exten => s,5,Authenticate(1337|j)
exten => s,6,Background(welcome)
exten => s,7,SayDigits(${CALLERID(num)})
exten => s,8,Playback(auth-thankyou)
exten => s,9,SayDigits(1)
exten => s,10,PlayBack(towards)
exten => s,11,SayNumber(15)
exten => s,12,WaitExten(7)


Comments:By: k-egg (k-egg) 2006-09-08 10:26:03

Executing Authenticate("mISDN/8-1", "1337|j") in new stack
   -- Playing 'agent-pass' (language 'de')
   -- Playing 'auth-incorrect' (language 'de')
   -- Playing 'auth-incorrect' (language 'de')
   -- Executing BackGround("mISDN/8-1", "welcome") in new stack
   -- Playing 'welcome' (language 'de')

By: Tilghman Lesher (tilghman) 2006-09-08 11:08:42

Fixed as of revision 42421; merged to trunk in revision 42422.