[Asterisk-Users] AMILogin and case sensitive

richard Coco coco_richard at yahoo.com
Mon Apr 3 04:36:38 MST 2006


Hi list,

i am playing around with asterisk manager interface
(and astriskjava) and i notice that the login is not
case sensitive.

so i can use

username: admin
secret: admin
-------------------------------------------------------
# telnet localhost 5038
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Asterisk Call Manager/1.0
username: admin
secret: admin
action: login

Response: Success
Message: Authentication accepted

action: logoff

Response: Goodbye
Message: Thanks for all the fish.

Connection closed by foreign host.
-------------------------------------------------------

or
username: Admin
secret: Admin
-------------------------------------------------------
# telnet localhost 5038
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Asterisk Call Manager/1.0
username: Admin
secret: Admin
action: login

Response: Success
Message: Authentication accepted

action: logoff

Response: Goodbye
Message: Thanks for all the fish.
-------------------------------------------------------

is that correct?

thx in advance



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the asterisk-users mailing list