View Single Post
  #2 (permalink)  
Old 02-07-2008, 04:14 PM
diomark's Avatar
diomark
Regular 'Geeker
Offline
 
Join Date: Feb 2007
Posts: 472
Reputation: 281
diomark is becoming a PPCGeeks regulardiomark is becoming a PPCGeeks regulardiomark is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by powdermilkman View Post
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