16 posts / 0 new
Last post
rob.prier@gmail.com
Open the Mic channel for other Applications
I would like to just open the mic channel on headset to my pc to use for recording.  Today I have to open say Skype then start a session.  I just want to run an API to turn the mic on or off. Plantronics p-835 Headset Speakerphone.

lcollins
Hi Rob,<br /> Have you tried using the COMDevice.HostCommand.AudioState in our COM Service .NET Interop (Interop.Plantronics.dll), e.g. m_activeDevice.HostCommand.AudioState = DeviceAudioState.AudioState_MonoOn<br /> <br /> This code shows how to get to the COMDevice (active or primary device, i.e. the connected Plantronics device):<br /> <a href="/article/plantronics-sdk-your-first-steps">http://developer.plantronics.com/article/plantronics-sdk-your-first-steps</a><br /> <br /> Thanks,<br /> Lewis.

rob.prier@gmail.com
Hmm Built the button in the SDK but I must be missing something

lcollins
Which language are you using?

rob.prier@gmail.com
Visual Studio 2015 C# Very Novice Old&nbsp;FOTRAN guy&nbsp; would like if someone could show me the code needed just to change one of the buttons to make the mic open and close<br /> &nbsp;

rob.prier@gmail.com
Visual Studio 2015 C# Very Novice Old&nbsp;FOTRAN guy&nbsp; would like if someone could show me the code needed just to change one of the buttons to make the mic open and close<br /> &nbsp;

lcollins
Hi Rob,<br /> <br /> Could you try building the C# code on this page (this page is a work in progress, but this is a good C# sample):<br /> http://developer.plantronics.com/article/quick-start-and-running-fast<br /> <br /> When you get it running, using the command menu try choosing the Outgoing call option. This will have the effect of opening the Calisto 800 microphone. End call function will close it again.<br /> <br /> Assuming this works for you transplant the relevant code lines into your program. Feel free to share code back here and ask for help.<br /> <br /> Thanks,<br /> Lewis

rob.prier@gmail.com
So when I run this I get all the expected activity on the phone unit but the audio is not passing into my PC.&nbsp;<br /> &nbsp;

rob.prier@gmail.com
So i tried this and get it to answer hang up and mute etc&nbsp;but the mic does not take audio.&nbsp; If I open MS Lync then start a meeting the mic sends audio to the OS.&nbsp; I see the same indicators on the phone itself but the audio is not going through<br /> &nbsp;

lcollins
Hi Rob,<br /> I can now reproduce the issue you report. I can only assume that Microsoft Skype for Business is doing some additional initialisation of the device that the C# example I provided is not. Therefore the mic is not active until this occurs.<br /> The Calisto 800 Series speakerphone product is considered end of life at this point, however I will try to find some code that performs the required initialisation.<br /> Thanks,<br /> Lewis

rob.prier@gmail.com
Curious as it works with Avaya, Cisco gotomeeting,&nbsp;Webex, Skype and others.&nbsp; Thanks for what ever you can provide!!!<br /> &nbsp;

rob.prier@gmail.com
Still hoping for some thoughts on this<br /> When I open the sample <font color="#fe4819">http://developer.plantronics.com/plantronics-rest-demo</font><br /> The phone does everything i would expect but open the audio channel to the PC.&nbsp; Seems like some bit of code is needed.<br /> <br /> <font color="#00ff00">Initiating make call command, call id = 4</font><br /> Success.<br /> <font color="#00ff00">Answering call command, call id = 4</font><br /> Success.<br /> <font color="#0000ff">Device Event: HeadsetStateChange, &#39;Event_Log_Type_Name&#39; =&gt; &quot;HeadsetStateChange&quot; &#39;Event_Log_Type_Id&#39; =&gt; &quot;2&quot; &#39;Event_Name&#39; =&gt; &quot;MonoOn&quot; &#39;Event_Id&#39; =&gt; &quot;1&quot; &#39;Timestamp&#39; =&gt; &quot;undefined&quot; &#39;Age&#39; =&gt; &quot;143&quot; </font><br /> <font color="#0000ff">Session Event: CallInProgress</font><br /> <font color="#0000ff">Session Event: CallRinging</font><br /> <font color="#0000ff">Session Call Event: CallInProgress</font><br /> <font color="#0000ff">Session Call Event: CallRinging</font><br /> <font color="#00ff00">Muting call, call id = 4</font><br /> Success.<br /> <font color="#0000ff">Device Event: HeadsetButtonPressed, &#39;Event_Log_Type_Name&#39; =&gt; &quot;HeadsetButtonPressed&quot; &#39;Event_Log_Type_Id&#39; =&gt; &quot;4&quot; &#39;Event_Name&#39; =&gt; &quot;Mute&quot; &#39;Event_Id&#39; =&gt; &quot;5&quot; &#39;Timestamp&#39; =&gt; &quot;undefined&quot; &#39;Age&#39; =&gt; &quot;143&quot; </font><br /> <font color="#0000ff">Device Event: HeadsetStateChange, &#39;Event_Log_Type_Name&#39; =&gt; &quot;HeadsetStateChange&quot; &#39;Event_Log_Type_Id&#39; =&gt; &quot;2&quot; &#39;Event_Name&#39; =&gt; &quot;MuteOn&quot; &#39;Event_Id&#39; =&gt; &quot;5&quot; &#39;Timestamp&#39; =&gt; &quot;undefined&quot; &#39;Age&#39; =&gt; &quot;143&quot; </font><br /> <font color="#0000ff">Session Event: MuteON</font><br /> <font color="#0000ff">Session Event: MuteON</font><br /> <font color="#0000ff">Session Call Event: MuteON</font><br /> <font color="#0000ff">Session Call Event: MuteON</font><br /> <font color="#00ff00">Unmuting call, call id = 4</font><br /> Success.<br /> <font color="#0000ff">Device Event: HeadsetButtonPressed, &#39;Event_Log_Type_Name&#39; =&gt; &quot;HeadsetButtonPressed&quot; &#39;Event_Log_Type_Id&#39; =&gt; &quot;4&quot; &#39;Event_Name&#39; =&gt; &quot;Mute&quot; &#39;Event_Id&#39; =&gt; &quot;5&quot; &#39;Timestamp&#39; =&gt; &quot;undefined&quot; &#39;Age&#39; =&gt; &quot;143&quot; </font><br /> <font color="#0000ff">Device Event: HeadsetStateChange, &#39;Event_Log_Type_Name&#39; =&gt; &quot;HeadsetStateChange&quot; &#39;Event_Log_Type_Id&#39; =&gt; &quot;2&quot; &#39;Event_Name&#39; =&gt; &quot;MuteOff&quot; &#39;Event_Id&#39; =&gt; &quot;6&quot; &#39;Timestamp&#39; =&gt; &quot;undefined&quot; &#39;Age&#39; =&gt; &quot;143&quot; </font><br /> <font color="#0000ff">Session Event: MuteOFF</font><br /> <font color="#0000ff">Session Event: MuteOFF</font><br /> <font color="#0000ff">Session Call Event: MuteOFF</font><br /> <font color="#0000ff">Session Call Event: MuteOFF</font>

Giango1
Hi, please help if anyone knows about Bluetooth.<br /> i have plantronics m90. At the beginning everything was ok. Now the Bluetooth when I connect to cellphone, disconnect/connect by it self. Than I have to connect again by my self.<br /> It is probable to fix this problem?<br /> Thank you.

lcollins
Hi,<br /> Could you contact the support desk directly?<br /> Here is the telephone number: <a href="http://www.plantronics.com/us/support/contact/">http://www.plantronics.com/us/support/contact/</a><br /> Thanks,<br /> Lewis.

Giango1
Hi Icollins.<br /> Thank you for your information. I have send to them a message and they already reply.

jeffib
Hi folks, I&#39;m thinking about using a Voyager 5220 to talk to a robot I&#39;m building. Did anyone figure out how to turn the microphone on and off? The idea is that when the mic is on I can receive voice data via Bluetooth and do speech to text conversion.<br /> <br /> Any and all ideas are appreciated.<br /> Thanks<br /> Jeff

Add new comment