Hi ,
I am running a sample application AVCall given in UCMA 3.0 Samples . I am getting authentication Exception. I have been giving the parameters of FQDN ,2 Users (sip:user@domain.com) ,password and domain but no luck .
I have created a Trusted Application Pool on the server and verified my server on which i am running the UCMA sample is added on the servers Trusted Application Pool
The error message i see on console is :
The log on was denied. Check that the proper credentials are being used and the
account is active. (Verified this as i am able to login to lync client in same server using the credentials i am giving)
The stack trace i get is :
at Microsoft.Rtc.Signaling.SipAsyncResult`1.ThrowIfFailed()
at Microsoft.Rtc.Collaboration.LocalEndpoint.EndEstablish(IAsyncResult result)
at Microsoft.Rtc.Collaboration.Sample.Common.UCMASampleHelper.EndEndpointEstablish(IAsyncResult ar) in C:\Srini\Sample Applications\QuickStarts\Common\UCMASampleHelper.cs:line 760
at Microsoft.Rtc.Signaling.WorkitemQueue.ProcessItems()
at Microsoft.Rtc.Signaling.SerializationQueue`1.ResumeProcessing()
at Microsoft.Rtc.Signaling.SerializationQueue`1.ResumeProcessingCallback(Object state)
at Microsoft.Rtc.Signaling.QueueWorkItemState.ExecuteWrappedMethod(WaitCallback method, Object state)
Can anyone please let me know where i am doing a mistake ..
Regards, SL