Tapiex电话会议 [英] Tapiex call coferance

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

问题描述

我正在使用TAPIEX改进IVR系统.在这种情况下,我想转让会议系统.但是我遇到了错误:

行:``诺基亚7230 USB调制解调器(HCALL:0x10267)''SetupTransfer()方法失败,TAPI错误代码= ERR_OPERATIONUNAVAIL
行:"Nokia 7230 USB调制解调器"警告:设备不支持方法"SetupTransfer()".

I am using TAPIEX to devolve a IVR system. I want to devolve a conferrence system in this case,. But I am getting error:

Line:''Nokia 7230 USB Modem (HCALL:0x10267)'' SetupTransfer() method failed, TAPI Error Code=ERR_OPERATIONUNAVAIL
Line:''Nokia 7230 USB Modem'' Warning: method ''SetupTransfer()'' is not supported in the device.

Private Sub BnTransferDial_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles BnTransferDial.Click

        'mCall will be in onHoldPendingTransfer state , ConsultCall will in dialtone
        If mCall.SetupTransfer() Then
            Sleep(1000)
            bnSwapHold.Enabled = True
            BnTransferComplete.Enabled = True
            BnThreeWay.Enabled = True
            'use ITAPILine.ConsultCall to obtain the consultation call.
            mCall.LineOwner.ConsultCall.Dial(TextTransferPhoneNumber.Text)
        End If

    End Sub


我不知道为什么会这样?建议一些东西


I dont''t know why this is happennig? suggest something

推荐答案

您可以阅读,对吗?设备不支持"SetupTransfer"的哪个部分不容易理解??

它会告诉您调制解调器不支持转接呼叫.
You can read can''t you? What part of "''SetupTransfer'' is not supported by the device" is difficult to understand??

It''ll telling you that your modem doesn''t support transferring calls.


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

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