Digest username in Authorization header of Avaya 9650

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • qdhdw
    Aspiring Member
    • Jul 2012
    • 1

    Digest username in Authorization header of Avaya 9650

    Dear all,
    Now I am testing a SIP server with Avaya 9650. Then I find an issue about the Authorization header when it sends register request.

    The normal procedure should be:
    9650 sends register request;
    SIP server responses with unauthorized message( 401 Unauthorization in Wireshark logs);
    9650 resends register request including the authorization header;
    SIP server reponses with 200 ok.

    In our SIP server, the Authorization header should include Digest username such as '[email protected]'. But if I input it in the User ID Field then login, 9650 will send the register request endlessly. It seems that 9650 cannot resend register request with the Digest username.
    The Wireshark logs are like this:
    Request: REGISTER
    Status: 401 Unauthorized
    Request: REGISTER
    Status: 401 Unauthorized
    Request: REGISTER
    Status: 401 Unauthorized
    ...

    And if I input string not including '@' in the User ID field, it performs normally:
    Request: REGISTER
    Status: 401 Unauthorized
    Request: REGISTER
    Status: 403 Forbidden

    Do you know why it happens? Or have you ever experienced it? Thanks a lot.
  • aviswanathan
    Hot Shot
    .
    • Feb 2010
    • 19

    #2
    Did you test with UserID field. In CRAFT menu under SIP there is an option to show user id filed.

    Comment

    Loading