Click here to Skip to main content
Sign Up to vote bad
good
See more: VB.NET
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
Posted 7 Oct '12 - 7:40
Edited 7 Oct '12 - 7:48
JF201551.4K


1 solution

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.
  Permalink  
Comments
avikGhosh87 - 7 Oct '12 - 14:27
I can read but the problem is, this device is mobile phone. So in general we know that it can transfer call,but still i am facing the problem.
Dave Kreskowiak - 7 Oct '12 - 14:37
It doesn't support it in a method that TAPI supports!
avikGhosh87 - 7 Oct '12 - 14:38
Let me know any better modem which support all TAPI function
Dave Kreskowiak - 7 Oct '12 - 16:10
No idea. Never use them and never will.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 243
1 Rohan Leuva 220
2 Sergey Alexandrovich Kryukov 208
3 Abhinav S 168
4 Mahesh Bailwal 165
0 Sergey Alexandrovich Kryukov 8,494
1 OriginalGriff 6,799
2 CPallini 3,603
3 Rohan Leuva 2,923
4 Maciej Los 2,234


Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 7 Oct 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid