OCS服务器登录问题 [英] OCS Server Sign in issue

查看:164
本文介绍了OCS服务器登录问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Microsoft UCC SDK为OCS服务器开发一个Windows应用程序。当我通过以下代码找到服务器时

I'm develop an windows application for the OCS Server by using Microsoft UCC SDK. When i find servers by following code 

serverSignalingSettings.FindServer(domain,null);然后_IUccServerSignalingSettingsEvents.OnFindServer将返回具有以下状态代码的0服务器。 Microsoft Office communicator可以登录OCS服务器。是否有其他配置
到自定义客户端应用程序登录OCS服务器。 谢谢。

serverSignalingSettings.FindServer(domain, null); Then _IUccServerSignalingSettingsEvents.OnFindServer will return a 0 servers with the following status code. Microsoft office communicator can sign in to the OCS Server. is there any other configurations to custom client applications to sign in to OCS Server.  Thank you.

 

 

推荐答案

FindServer调用取决于能够解析OCS服务器的DNS条目。 对于内部使用,这将类似于sip_internal_tls.domain.com。 如果它无法解析DNS条目,则它将返回0个服务器。
The FindServer call depends on the being able to resolve the DNS entries for your OCS server.  For internal use, this would be something like sip_internal_tls.domain.com.  If it can't resolve the DNS entries, then it will return 0 servers.


这篇关于OCS服务器登录问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆