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 
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to