answersLogoWhite

0


Best Answer

DHSG is a German acronym (Drahtlose Hör-Sprechgarnitur) meaning "wireless headset'.

In the context of a DHSG Interface, the acronym is in reference to one of a few EHS (Electronic Hook Switch) standards used to convert a wireless headset's internal control signals to a specific standard that many modern phones support. DHSG is also referred to as the "Siemens standard"

An example would be the use of the Jabra GN9350E wireless headset with a Cisco VOIP phone. An EHS adapter is used to allow the user to control the hook switch of the Cisco phone. i.e. you can press a button on the headset that will take the phone on and off hook. The DHSG standard also allows the phone to transmit music-on-hold and ringing tones to the headset.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a DHSG interface?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Movies & Television

Is interface a scam?

Any thing that is I got talent or interface then that is a scam


Why isn't a thyristor a suitable interface?

It can be. I have a heap of them in my irrigation system. You need to state what kind of interface you are asking about.


What are the release dates for The Interface - 2007 Adele?

The Interface - 2007 Adele was released on: USA: 25 April 2008


What is a similarity between graphical user interface and command driven interface?

They both allow us to execute commands.


What are the release dates for The Interface - 2007 Deerhoof?

The Interface - 2007 Deerhoof was released on: USA: 16 January 2009

Related questions

What are the types of network interface card?

Gigabit Ethernet interface Controller interface Serial interface Multilink Group interface MFR (Multilink Frame Relay bundle interface) Dialer interface Loopback interface Tunnel interface ATM interface


What interface is an interface that uses graphics as compared to a command-driven interface?

Graphical User Interface


What is a tagging interface type?

A tagging interface type in Java is an interface that has not defined methods such as the java.io.Serializable interface.


Does a corsa have an interface on non interface engine?

Does a Chrysler Sebring 2008 have an interface or non interface engine


Is Iterator a class or Interface?

Its an interface.


What is an interface that uses graphics as compared to a command-drive interface?

The interface you are looking for is called a GUI (Graphical User Interface). This interface is supported by all Microsoft Windows Operating System's.


Can interface implement the other interface?

No. An interface cannot implement another interface, it can only just extend it. Because, an interface cannot implement any method as it has no method body declarations.


What has the author Marcus Tonndorf written?

Marcus Tonndorf has written: 'An interface in an interface in an interface'


What interface is extended by AWT event listeners?

The AWTEventListener interface implements the EventListener interface.


When was We Interface created?

We Interface was created in 2004.


What is interface?

Interface is the layout that you see and work on.


Can you create an empty interface with no definitions?

Yes. This is a valid interface definition in Java: interface Useless {}