|
|
@ -141,18 +141,18 @@ static int digest_create_request_with_auth(const struct ast_sip_auth_vector *aut
|
|
|
|
++cseq->cseq;
|
|
|
|
++cseq->cseq;
|
|
|
|
return 0;
|
|
|
|
return 0;
|
|
|
|
case PJSIP_ENOCREDENTIAL:
|
|
|
|
case PJSIP_ENOCREDENTIAL:
|
|
|
|
ast_log(LOG_WARNING, "Unable to create request with auth."
|
|
|
|
ast_log(LOG_WARNING,
|
|
|
|
"No auth credentials for any realms in challenge.\n");
|
|
|
|
"Unable to create request with auth. No auth credentials for any realms in challenge.\n");
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
case PJSIP_EAUTHSTALECOUNT:
|
|
|
|
case PJSIP_EAUTHSTALECOUNT:
|
|
|
|
ast_log(LOG_WARNING, "Unable to create request with auth."
|
|
|
|
ast_log(LOG_WARNING,
|
|
|
|
"Number of stale retries exceeded\n");
|
|
|
|
"Unable to create request with auth. Number of stale retries exceeded.\n");
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
case PJSIP_EFAILEDCREDENTIAL:
|
|
|
|
case PJSIP_EFAILEDCREDENTIAL:
|
|
|
|
ast_log(LOG_WARNING, "Authentication credentials not accepted by server\n");
|
|
|
|
ast_log(LOG_WARNING, "Authentication credentials not accepted by server.\n");
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
default:
|
|
|
|
ast_log(LOG_WARNING, "Unable to create request with auth. Unknown failure\n");
|
|
|
|
ast_log(LOG_WARNING, "Unable to create request with auth. Unknown failure.\n");
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|