Re: How to use the .Net API in a single instance application
Hi Bert, Just in case you haven't seen it, the Spokes 3.0 Beta SDK, feature Native Library SDK, is now available.Thanks,Lewis.
View ArticleRe: Status of Spokes SDK for Mac OS X?
Hi Lewis, Any news regarding Spokes SDK for Mac ? Thank you.
View ArticleRe: Status of Spokes SDK for Mac OS X?
Hi Vincent, I will try to find out for you current status of Spokes SDK for Mac, and get back to you shortly... Thanks,Lewis.
View ArticleCOM Initialization for Spokes
Hi, I am integrating Plantronics headset into a Windows application that uses WPF (Windows Presentation Foundation).WPF initializes internally COM in the STA threading model. On the other hand all...
View ArticleAdding support for Voyager Legend to Innovaphone softphone
Not a question about the SDK, but I was directed here to pose my question. Audio works perfectly on the Voyager Legend, but I can't use the pick-up function (off/on hook) with the Innovaphone software...
View ArticleRe: COM Initialization for Spokes
Hi Julio, I posted your question to our COM development team. The initial response was that you should be able to initialize COM for Spokes with COINIT_APARTMENTTHREADED setting. They would however,...
View ArticleRe: Status of Spokes SDK for Mac OS X?
Dear Vincent Juge, Tanner Ezell, and PDC devs, We have a Mac SDK (Spokes 3.0 Native Library .SO) internally. I am trying to sort out early access to it via PDC! As soon as I get the green light I will...
View ArticleRe: Re: PlantronicsURE error message box - "Collection was modified;...
Hi Paul, I have tried to reproduce the conditions you report. These were the steps I took:Clean machine - no Plantronics Spokes / SDKInstall Spokes_RT.msi version 2.7.14092.0 (the version you...
View ArticleRe: Re: PlantronicsURE error message box - "Collection was modified;...
Hi Lewis, Thanks for the help. Our customer's have not been mixing our software with the full spokes software. We install the software using the PlantronicsURE-SDK.msm merge module that comes with...
View ArticleRe: PlantronicsURE error message box - "Collection was modified; enumeration...
We use COM Integration from a Native C++ application. For example: // SPOKES Interface definitionsCComPtr<ISessionCOMManager> sessMgr;CComPtr<IComSession>...
View ArticleRe: PlantronicsURE error message box - "Collection was modified; enumeration...
Hi Paul, To enable debugging you need to install the full spokes software, at least while you turn the feature on.Once the logging is enabled you can swap full spokes for SDK runtime only, and it will...
View ArticleRe: PlantronicsURE error message box - "Collection was modified; enumeration...
OK, I installed the Full App from the above post and changed the logging level to "Very High". I have not yet changed back to the cut-down run-time, instead I am continuing to use the Full Spokes...
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 ArticleRe: PlantronicsURE error message box - "Collection was modified; enumeration...
Attached are logs from a system that is experiencing All three of the mentioned issues. Collection was modified, IChannelListener, and Object reference not set. The logs show these errors (and more)....
View ArticleRe: COM API 0x800700a4 error - No More Threads
We stopped and started PlantronicsURE.exe on this system (and a second one with a CS50 headset that also had OutOfMemoryExceptions in it's log), and both systems are now working. The Windows 7 system...
View ArticleRe: COM API 0x800700a4 error - No More Threads
Attached is the log from this system. I notice System.OutOfMemoryExceptions starting around 18:38:43 on April 2nd. There are other exceptions earlier in the log that also seem to indicate OutOfMemory.
View ArticleLegend UC: How talk in a call and play ringtone at same time?
Hi, We are integrating the Voyager Legend UC to our communication software and noticed that (unlike for example the Blackwire C310) i cannot have the audio of a call and play the headset ringtone at...
View ArticleRe: Legend UC: How talk in a call and play ringtone at same time?
Hi Julio, This is really a firmware question whether the Legend UC device (bbluetooth device) is designed to allow to support the behavior you mentioned. I have to check with our firmware team...
View Article