BlindTransferActivity [英] BlindTransferActivity

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

问题描述

你好。我读过这篇文章:
http://blogs.claritycon.com/blogs/michael_greenlee/archive/2009/02/19/context-windows-in-communicator-using- ucma-v2-0.aspx


并且代码


对话conv1 =新对话(_endpoint);
AudioVideoCall avCall1 = new AudioVideoCall(conv1);
avCall1.EndEstablish(avCall1.BeginEstablish(" sip:user1@domain.com",null,null,null));
新的ContextWindowMessage(" https ://domain.com")。SendToCall(avCall1);


我可以使用扩展程序窗格开始新的调用,其中包含我的网站https://domain.com。


很棒,但我的UCMA应用程序使用UCAM Workflow并且我有这样的情况:


我收到来自user1@domain.com的电话,我使用BlindTransferActivity重定向对另一个用户的调用:user2@domain.com。


我想插入t此次要调用中的扩展窗格(由blindTransferActivity从user1@domain.com创建到user2@domain.com),但我不知道如何从BlindTransferActivity获取新的活动呼叫!


<请问你能帮帮我吗?

解决方案

盲目转移,你没有机会与转移目标互动。该调用将被引用到目标,并且您的端点将从会话中删除。要让OC显示上下文窗口,您需要访问与目标的会话以发送显示窗口的INFO消息。

我认为您需要将此作为咨询转移。如果您正在使用工作流程,则需要创建自定义活动以将INFO作为工作流程处理的一部分发送到目标。


Hallo.
I have read this post:
http://blogs.claritycon.com/blogs/michael_greenlee/archive/2009/02/19/context-windows-in-communicator-using-ucma-v2-0.aspx

and with the code

Conversation conv1 = new Conversation(_endpoint);
AudioVideoCall avCall1 = new AudioVideoCall(conv1);
avCall1.EndEstablish(avCall1.BeginEstablish("sip:user1@domain.com", null, null, null));
new ContextWindowMessage("https://domain.com").SendToCall(avCall1);

I can start a new call with the extension pane wicth contain my web site https://domain.com.

Fantastic but my UCMA application use UCAM Workflow and I have this scenario:

I receive a call from user1@domain.com and I redirect with a BlindTransferActivity the call to another user: user2@domain.com.

I want to insert the extension pane in this secondary call (created by the BlindTransferActivity from user1@domain.com to user2@domain.com) but I don't know how get the new active call from the BlindTransferActivity!

Can you help me please?

解决方案

With a blind transfer, you don't have the opportunity to interact with the target of the transfer. The call is referred to the target and your endpoint is dropped from the session.  To have OC display the context window, you need to have access to the session with the target to send the INFO message that displays the window. 

I think that you will need to make this a consultative transfer instead.  If you are using the workflow, then you will need to create a custom activity to send the INFO to the target as a part of the workflow processing.


这篇关于BlindTransferActivity的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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