통합 통신 관리 API를 사용하여 Office Communication Server에 연결하려고합니다. 나는 내 사용자와 OCS에 대해 활성화 된 새로운 사용자를 시도했습니다. 두 계정 모두 Office Communicator 클라이언트에 성공적으로 로그인 할 수는 있지만 API를 사용하면 실패합니다. 네트워크 자격 증명을 만들 때 나는 도메인 \ 사용자 이름 형식의 사용자 이름에 전달하면, 나는이 오류 얻을 : 나는 이름의 도메인을두면통합 통신 API를 통해 Office Communication Server에 연결할 수 없습니다.
SupportedAuthenticationProtocols=Ntlm, Kerberos
Realm=SIP Communications Service
FailureReason=InvalidCredentials
ErrorCode=-2146893044
Microsoft.Rtc.Signaling.AuthenticationException: The log on was denied. Check that the proper credentials are being used and the account is active. ---> Microsoft.Rtc.Internal.Sip.AuthException: NegotiateSecurityAssociation failed, error: - 2146893044
를 내가이 오류 :
ResponseCode=404 ResponseText=Not Found
DiagnosticInformation=ErrorCode=4005,Source=OCS.mydomain.com,Reason=Destination URI either not enabled for SIP or does not exist
응답 해 주셔서 감사 드리며, 저는이 두 가지 모두를 수행하고 있습니다. 그러나 UserEndpoint가 아닌 CollaborationPlatform을 사용하고 있습니다. 내가 얻는 오류는 UCMA에 기본 IM 호출이라는 샘플에 포함되어 있습니다. –