拦截来自MOC的SIP消息 [英] Intercept SIP messages from the MOC

查看:99
本文介绍了拦截来自MOC的SIP消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以使用服务器上的UCMA SDK拦截进出Microsoft Office客户端的SIP消息?或者,可能是客户端的UCC SDK?我主要感兴趣的是在RCC模式下使用TR / 87 SIP消息。

解决方案

您可以使用OCS Server SDK编写在服务器上运行的模块并拦截您关心的SIP消息。如果您的模块只需要做一些有限的事情,那么您可能只需要使用在服务器上运行in-proc的SPL(SIP处理语言)脚本。如果您需要做更复杂的事情,那么您的SPL可以调用OCS服务器外部的托管代码模块。

这些服务器插件的一个主要限制是它们不能生成SIP消息。他们只能接收和修改流经服务器的SIP消息。

SDK文档在这里: http://msdn.microsoft.com/en-us/library/bb632176.aspx


Is it possible to intercept SIP messages to and from the Microsoft Office Client using UCMA SDK on the server? Or, possibly the UCC SDK on the client side? I am primarily interested in working with the TR/87 SIP messages in RCC mode.

解决方案

You can use the OCS Server SDK to write a module that runs on the server and intercepts the SIP messages that you care about.  If your module only needs to do some limited things, then you might only need to use an SPL (SIP Processing Language) script that runs in-proc on the server.  If you need to do something more complecated, then your SPL can call out to a managed code module external to the OCS Server.

One of the major limitations on these server plug-ins is that they can not generate SIP messages.  They can only receive and modify SIP messages flowing through the server.

SDK docs are here: http://msdn.microsoft.com/en-us/library/bb632176.aspx


这篇关于拦截来自MOC的SIP消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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