Quote:
Originally Posted by powdermilkman
so I'm trying to make it so when i answer from the handset it doesn't transfer to my headset. even if my headset is just turned on but not connected to my phone it will auto-connect and transfer to my headset in the middle of my call. does anyone know of maybe a registry key or something of the sort to fix this?
phone is a sprint touch
headset is a jawbone
thanks
powdermilkman
|
I got this to work on the plantronics 655 -
Code:
OutgoingCallOption : REG_DWORD Specifies how outgoing calls should be handled. The setting can have the following values:
* 0 - Prompts where the outgoing call should be handled.
* 1 - Automatically handles the call in the headset.
* 2 - Disables audio routing and automatically handles the call in the hands-free device.
http://msdn2.microsoft.com/en-us/library/ms880945.aspx
If I recall correctly, the Jawbone ignored this setting (set to 0). (I didn't test it throughly..) - works on my plantronics 655 though... You may want to try setting that value to 0 or 1 and testing in your jawbone...
-mark