how to make my c620 headset auto-answer an incoming call.
Please help me in this... how can i make my heaset auto-answer an incoming call. I am using avaya one-x communicator 6.1. sp9 version.
View ArticleCode to disable Mute On/Mute Off Voice prompt using SDK API for Voyager pro
IDeviceSettings ds = m_device.HostCommand as IDeviceSettings;// disable tones:ds.MuteToneVolume = VolumeLevel.Off;// enable tones:ds.MuteToneVolume = VolumeLevel.Low;where m_device is an object to IDevice
View ArticleDo we have to keep calling SuppressDialtone(true)?
Hi, From the sample, SpokesSDKComSample, I have a question.In the sample, whenever any headset button is pressed, a global function, KeepDialToneSuppressed(true), is called, and inside the global...
View ArticleHow can I use the PTT button of HW261N & shs2371
Hi ,I buy the HW261N -DCPlantronics | HW261N-DC and the shs2371 (usb Push to talk Adaptor).Plantronics | SHS 2371 And I wnat to get the PTT_Pushed and PTT_Poped event in my c# code. But I have been...
View ArticleVoyager Pro goes on "mute" on call answer
Hi,We working on integration between our telephony application and Spoke SDK. The goal is to be able to answer and disconnect calls with buttons on a headset.We noticed that pressing "Talk" button on...
View ArticleCOM API 0x800700a4 error - No More Threads
The following code: ::CoInitialize(NULL); HRESULT hr = S_OK; if (SUCCEEDED(hr = ::CoCreateInstance(CLSID_SessionComManager, NULL,CLSCTX_LOCAL_SERVER, IID_ISessionCOMManager, (LPVOID*)&sessMgr...
View ArticleSet sidetone level on DA40
I would like to set a sidetone level on a DA40 headset to 0 (zero). Is there a way how to do it via Plantronics SDK?I have searched through the SpokesSDK reference document, but could not find a method...
View ArticleSDK support for discontinued Calisto 830/835 devices?
Hi, I'm new to the Plantronics product line so I may not even know what questions I need to ask. I just discovered today that Plantronics has an SDK for some of its devices and I'm interested in...
View ArticleWhere is the link to the Voyager Pro Emulator?
Hi, Here is a question I got from the community and thought I would post... " Where can I find a link to the emulator? I have seen reference to the Voyager Pro Emulator, but I can' seem to find the...
View ArticleSpokesWrapper.Connect returns false for some devices
Hi, I have noticed that the method "Connect" of SpokesWrapper returns false when a Savi device or a CS60 device is connected on the pc. I have traced the exception that is caught inside "Connect": A...
View ArticlePlantronics.UC.Utility vs Plantronics.Utility?
I recently deployed a fix for an integration using the Spokes 2.7 .NET API (didn't want to change the framework version for a fix) and the SDK includes a Plantronics.UC.Uility but the application...
View ArticleEvent Capturing on Mac
Hi,I downloaded and successfully ran the SpokesNativeSample and can from xcode turn mute on and off, initiate calls etc. -- So I think I'm in good shape with the SDK. I downloaded and ran the...
View ArticleDoes the SDK support the M165 Marque 2?
I can't find mention of the Marque but I don't know if it is covered under some broader headset category.Thanks, Tim
View ArticleConfused - Control Panel etc
Hey Guys My customer has been using the Softphone integration with Spokes for a while now, thank you so much for all the help previously. I having to return to the development because of some issues...
View ArticleInstallation problem in a standard user account
Hi, We have a problem with the installation of Spokes_RT.msi in a particular situation.The problem occurs when our installer program (made with NSIS) executes Spokes_RT.msi in a standard user account...
View ArticleDo we have to keep calling SuppressDialtone(true)?
Hi, From the sample, SpokesSDKComSample, I have a question.In the sample, whenever any headset button is pressed, a global function, KeepDialToneSuppressed(true), is called, and inside the global...
View ArticlePLT Hub for Android 2.2
Hi all! Why PLT Hub app is not supported android 2.2.1? I made out the application PLT Hub latest version of the Market, and lowered the level of force SDK. Have SDK 7. It then works. Of course not all...
View ArticleMobileCallerId state - version for support
Hey there all,I'm trying to get nailed down the exact version of firmware (Voyager PRO UC v2) that added support for the MobileCallerId event state. As part of our installation packages and help...
View Article"Unable to cast object of type 'System.MarshalByRefObject' to type...
I got an error when I want to add m_sessionComManager = new SessionComManagerClass(); in Form1_Load()... How can I casting this???
View ArticleProblem with the headset button after switching off the headset by software
Hi,I'm developing a Windows application that control SAVI 7xx headphones and captures events from it using the COM Service interface (Interop.Plantronics.dll).I noticed, that after switching off the...
View Article