9 posts / 0 new
Last post
pulkkinen@ultim...
onHeadsetStateChanged stops responding
Hi, I integrated some simple controls for Plantronics Savi-740, with c#. I mainly listen events like battery change, mute, talk button pressed etc. However, onHeadsetStateChanged doesn't always seem to work. If I rapidly take the headset from the dock and put it back, maybe repeat it couple of times, events stop coming from onHeadsetStateChanged-delegate. events start to reappear after I press the left-most button from the dock (voip-button) OR change the active link state to COMLineType.LineType_VOIP from the code. Is this known issue or is there somehting I missed? I used the Plantronics SDK first steps-project as the base of my integration, same bug happens there as well

lcollins
Hi,<br /> I have attempted to reproduce this but I cannot using the preferred C# sample code here:<br /> <a href="https://github.com/pltdev/pdc/tree/master/C%23%20Sample" target="_blank">https://github.com/pltdev/pdc/tree/master/C%23%20Sample</a><br /> With Savi 700 series product I removed and replaced headset from the dock lots of times very rapidly.<br /> Note: It is slow to detect the Docked state, but once it did, it continued to reflect Undocked instantly I removed the headset as expected via the onHeadsetStateChanged event.<br /> <br /> Could you try with this code?<br /> Also make sure you use the latest SDK and Plantronics Hub software.<br /> SDK: <a href="http://developer.plantronics.com/softphone-integration-sdks" target="_blank">http://developer.plantronics.com/softphone-integration-sdks</a><br /> Hub: <a href="http://www.plantronics.com/software" target="_blank">http://www.plantronics.com/software</a><br /> <br /> Let us know.<br /> <br /> Thanks,<br /> Lewis.

pulkkinen@ultim...
Hi,<br /> <br /> I was able to reproduce it with the updated sample &amp; sdk as well, although it was bit harder to reproduce. We have Savi W740 with latest firmware... Basically it happens when you dock it and immediately remove it, might take couple of tries to get it reproducing. After I got it to reproduce, it somehow started resending&nbsp; HeadsetStateChange_UnDocked &amp; HeadsetStateChange_Docked messages after a minute or so... I also noticed, that the versio number of Interop.Plantronics.dll had not changed in latest sdk, but that&#39;s propably the way it should be?

lcollins
Hi,<br /> Could you confirm:<br /> - The Plantronics Hub version &gt; under Help &gt; About<br /> - The Plantronics SDK version you have compiled against (version of Interop.Plantronics.dll - mine is: 3.10.51830.6359 and is referenced in: C:\Program Files (x86)\Plantronics\Spokes3G SDK\Interop.Plantronics.dll, that being the default SDK install folder)<br /> - The Savi W740 firmware versions (click About Tab of Hub, click Firmware All Components &gt; View)<br /> - That Plantronics Hub is successfully connected to the tenant server. This is under Help &gt; Support &gt; Troubleshooting Assistance &gt; Last attempt - should read &quot;Success&quot;<br /> Thanks,<br /> Lewis.<br /> &nbsp;

pulkkinen@ultim...
Actually, reboot seemed to fix the issue, maybe it was still using the old dll&#39;s when I was testing...

pulkkinen@ultim...
I was able to reproduce similar issue with youd sdk. Calling COMDeviceListener.SetActiveLink repeatedly makes the device unresponsive to any other similar calls until user presses the voip-link button in top of the device. I can send the modified c# sample project to you guys if you need it ( basically I just added new command to DeviceListenerCommand-class to set the active link, with a boolen to tell the function which state tje link should go )

pulkkinen@ultim...
Any news on this?

pulkkinen@ultim...
Helloooouuu? Anyone reading these posts? This is still happening and happening in production as well in our clinets&#39;s workstations!

lcollins
Hi,<br /> yes sorry this hasn&rsquo;t been responded yet.<br /> would you like to share the source code example that reproduces issue and I can look into.<br /> thanks,<br /> Lewis

Add new comment