Phone beeps when calling

Parameters

The frequency of the sound, in hertz. This parameter must be in the range 37 through 32,767 (0x25 through 0x7FFF).

dwDuration [in]

The duration of the sound, in milliseconds.

Return value

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastError .

Phone beeps when calling

A long time ago, all PC computers shared a common 8254 programable interval timer chip for the generation of primitive sounds. The Beep function was written specifically to emit a beep on that piece of hardware.

ads

On these older systems, muting and volume controls have no effect on Beep ; you would still hear the tone. To silence the tone, you used the following commands:

net stop beep

sc config beep start= disabled

Since then, sound cards have become standard equipment on almost all PC computers. As sound cards became more common, manufacturers began to remove the old timer chip from computers. The chips were also excluded from the design of server computers. The result is that Beep did not work on all computers without the chip. This was okay because most developers had moved on to calling the MessageBeep function that uses whatever is the default sound device instead of the 8254 chip.

Eventually because of the lack of hardware to communicate with, support for Beep was dropped in Windows Vista and Windows XP 64-Bit Edition.

In Windows 7, Beep was rewritten to pass the beep to the default sound device for the session. This is normally the sound card, except when run under Terminal Services, in which case the beep is rendered on the client.

The following example demonstrates the use of this function.

Related posts

  • Thread: 3 beeps and can't make/receive calls 3 beeps and can't make/receive calls i am in the san francisco area. last week i returned from london to sf, and when i popped my at t sim card back...

  • BB Bold. Three 'beeps' When Trying To Make A Call? Device info: Blackberry Bold 9900 Your carrier: Bell Model info and OS version (Go to Settings, then Options, then about): v7.1.0.746 Galaxy...

  • What to do when your Android freezes While it is often hard to believe, the smartphone is simply a computer that has been shrunk down into something we can hold in our hands. Anyone who has...

  • Phone stuck on a black screen during or after a call? Here’s the Fix Submitted by James Bond on Wed, 12/26/2012 - 6:32pm Have you found yourself getting stuck on your telephone calls? Is your...

  • How To: Turn on/off Nokia Lumia Nokia finally moved stations from Symbian OS to Windows Phone for its high-end devices with the launch of its brand new Lumia series back in November at the...