<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.innovaphone.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Maulerma</id>
	<title>innovaphone wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.innovaphone.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Maulerma"/>
	<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Special:Contributions/Maulerma"/>
	<updated>2026-04-22T18:23:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Obtaining_the_current_time_for_innovaphone_devices_using_NTP&amp;diff=47429</id>
		<title>Howto:Obtaining the current time for innovaphone devices using NTP</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Obtaining_the_current_time_for_innovaphone_devices_using_NTP&amp;diff=47429"/>
		<updated>2017-07-31T07:08:18Z</updated>

		<summary type="html">&lt;p&gt;Maulerma: /* Related Articles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The innovaphone devices require an NTP server to obtain the current time in order for several functions to work as desired.  This is especially important for PBX installations where phones shall show the correct time and call detail records must include the correct time stamp.&lt;br /&gt;
&lt;br /&gt;
While freely accessible time servers exist in the internet, it is often desirable to obtain the time from a computer in the network.  All Linux/Unix and Windows computers can serve as a time server.  Here is how to configure windows computers to act as time servers.&lt;br /&gt;
&lt;br /&gt;
==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* All innovaphone devices directly connected to the network.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
=== The innovaphone NTP client ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All innovaphone devices which are connected directly to the LAN support a NTP client.  It is configured in the “General Settings” page of the configuration applet.&lt;br /&gt;
&lt;br /&gt;
Also, if the device is configured using DHCP and the DHCP servers provides a time server address, it is used by the device.&lt;br /&gt;
&lt;br /&gt;
If it has no time server configured (neither directly nor via DHCP), then it assumes its gatekeeper as being a time server.  Since all innovaphone gateway devices provide a time service, phones registered with an innovaphone gatekeeper will obtain the time from there.&lt;br /&gt;
&lt;br /&gt;
For more details see the appropriate section in the administrator manual.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Finding a time server ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are 2 choices for finding a time server.  First you can use a publicly accessible time server in the internet.  This of course requires access to the internet which enables the SNTP protocol.  See your local router/firewall documentation for information on SNTP.&lt;br /&gt;
&lt;br /&gt;
A list of time servers on the internet can be found at http://support.ntp.org/bin/view/Servers/WebHome.&lt;br /&gt;
&lt;br /&gt;
If you use an external , make sure you keep the traffic low by using a reasonable update frequency (once every 2 hours should be sufficient).  Also, have only one device querying the external NTP server and configure all others such that they obtain the time from this device.&lt;br /&gt;
&lt;br /&gt;
The other choice is to use an existing workstation or server PC as a time server.&lt;br /&gt;
&lt;br /&gt;
=== Using a windows PC as a time server ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All windows PC running as a PDC can be used as time server right away.&lt;br /&gt;
&lt;br /&gt;
If a non-PDC server or a workstation is to be used as time server, the w32time service must be started.  This can be done manually using the commands&lt;br /&gt;
&lt;br /&gt;
 % net start w32time&lt;br /&gt;
&lt;br /&gt;
 % net stop w32time&lt;br /&gt;
&lt;br /&gt;
To make sure the time server is started whenever the systems boots up, you will need to change a system variable in the computers registry.  Please make sure you know what you are doing when manipulating the windows registry since doing this improperly can make the computer unusable.&lt;br /&gt;
&lt;br /&gt;
To enable the time server at system boot time, set the DWORD registry key&lt;br /&gt;
&lt;br /&gt;
 HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\LocalNTP&lt;br /&gt;
&lt;br /&gt;
to 1.&lt;br /&gt;
&lt;br /&gt;
Windows-based computers use the following hierarchy by default:&lt;br /&gt;
&lt;br /&gt;
All client desktop computers nominate the authenticating domain controller as their in-bound time partner.&lt;br /&gt;
&lt;br /&gt;
All member servers follow the same process as client desktop computers.&lt;br /&gt;
&lt;br /&gt;
Domain controllers may nominate the primary domain controller (PDC) operations master as their inbound time partner but may use a parent domain controller based on stratum numbering.&lt;br /&gt;
&lt;br /&gt;
All PDC operations masters follow the hierarchy of domains in the selection of their in-bound time partner.&lt;br /&gt;
&lt;br /&gt;
Following this hierarchy, the PDC operations master at the root of the forest becomes authoritative for the organization, and you should configure the PDC operations master to gather the time from an external source. This is logged in the System event log on the computer as event ID 62. Administrators can configure the Time service on the PDC operations master at the root of the forest to recognize an external Simple Network Time Protocol (SNTP) time server as authoritative by using the following net time command, where server_list is the server list:&lt;br /&gt;
&lt;br /&gt;
 % net time /setsntp:server_list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Using a Linux/Unix box as time server ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A nice article on how to set up a Unix-ish box to work as a time server can be found here: http://rgrjr.dyndns.org/linux/ntp.html.&lt;br /&gt;
&lt;br /&gt;
=== Dealing with the firewall ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If your firewall is able to allow NTP then you will be able to configure it such that NTP clients can query remote NTP servers.&lt;br /&gt;
&lt;br /&gt;
If your firewall does not specifically support NTP,  you need to be sure that packets to and from remote NTP servers can get through. When NTP queries a server, it sends a series of UDP packets, each of which is addressed to UDP port 123 on the remote machine and bears a quasi-random source port, call it X, as the return address on the local machine. Responses are returned with a destination port of X on the local machine and a source port of 123 on the remote machine. In order for the query to succeed, both packets must be able to traverse the firewall.&lt;br /&gt;
&lt;br /&gt;
=== Related Articles ===&lt;br /&gt;
[[Howto:Setting time and date without using an NTP]]&lt;br /&gt;
&lt;br /&gt;
[http://rgrjr.dyndns.org/linux/ntp.html Using UNIX/Linux boxes as NTP server]&lt;br /&gt;
&lt;br /&gt;
[http://support.ntp.org/bin/view/Servers/WebHome List of currently available NTP servers on the internet]&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Maulerma</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Embedded_test_for_phones&amp;diff=17592</id>
		<title>Howto:Embedded test for phones</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Embedded_test_for_phones&amp;diff=17592"/>
		<updated>2010-05-20T09:28:48Z</updated>

		<summary type="html">&lt;p&gt;Maulerma: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP110, V6 and later&lt;br /&gt;
* IP200A/IP210, V6 and later&lt;br /&gt;
* IP230, V6 and later&lt;br /&gt;
* IP240, V6 and later&lt;br /&gt;
Build 07-60400.01 and later.&lt;br /&gt;
&lt;br /&gt;
Keywords: Funktionstest, Manufacturingtest, Telefontest, Telefonhardware Test, phonehardware test, phone, selftest, phone test, Selbsttest Telefon&lt;br /&gt;
&lt;br /&gt;
==The test==&lt;br /&gt;
&lt;br /&gt;
===Preparation for the Test===&lt;br /&gt;
Connect all devices to the telephone where the connection has to be tested. For a full test connect the LAN-Interface to a Switch, the PC-Interface to a PC or another phone, connect  the Headset and in case of IP210 and IP230 connect the handset. The IP230 should also be connected to an Extension Module.&lt;br /&gt;
&lt;br /&gt;
===Entering the Test===&lt;br /&gt;
To enter the test the following sequence has to be done during idle state of the phone. Press: “Disconnect”, “Arrow Up”, “Arrow Down”, “Disconnect”, Off Hook handset. The time-lag between these actions must not be longer than 2 seconds.&lt;br /&gt;
After that you will see the greeting screen of the test.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Embedded test for phones 1.PNG|displayscreen]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this point you have the choice to enter the Basic or the Full test. The Basic test is for testing the telephone without the Extension Module (Press Menu). The Full Test is for testing the telephone with Extension Module (Press Ok).&lt;br /&gt;
If you run the test on a IP210 you will not have the possibility to choose between Basic and Full.&lt;br /&gt;
&lt;br /&gt;
===Running the Test===&lt;br /&gt;
Generally speaking: All keys have to be pressed and all Ethernet connections have to be up to finish the test successfully.&lt;br /&gt;
Some keys have special features that give the test person the opportunity to check the sound and the configuration of the telephone. These keys are described in the following.&lt;br /&gt;
Left Arrow: Status of the LAN link is displayed.&lt;br /&gt;
Right Arrow: Status of the PC link is displayed.&lt;br /&gt;
Up Arrow: MAC address is displayed.&lt;br /&gt;
Down Arrow: Firmware version is displayed.&lt;br /&gt;
Ok: Boot code version and programmed Hardware ID is displayed.&lt;br /&gt;
Speaker: Plays a scale on the hands-free speaker.&lt;br /&gt;
 1: Plays a treble beep on the hands-free speaker.&lt;br /&gt;
 4: Plays a medium beep on the hands-free speaker.&lt;br /&gt;
 7: Plays a low beep on the hands-free speaker.&lt;br /&gt;
 *: Connects hands-free microphone and hands-free speaker. Scratch or blow in the hands-free microphone and hear a noise in the hands-free speaker.&lt;br /&gt;
 2: Plays a treble beep on the handset speaker.&lt;br /&gt;
 5: Plays a medium beep on the handset speaker.&lt;br /&gt;
 8: Plays a low beep on the handset speaker.&lt;br /&gt;
 0: Connects handset microphone and handset speaker. Scratch or blow in the handset microphone and hear a noise in the handset speaker.&lt;br /&gt;
 3: Plays a treble beep on the headset speaker.&lt;br /&gt;
 6: Plays a medium beep on the headset speaker.&lt;br /&gt;
 9: Plays a low beep on the headset speaker.&lt;br /&gt;
 #: Connects headset microphone and headset speaker. Scratch or blow in the headset microphone and hear a noise in the headset speaker.&lt;br /&gt;
Function Keys: Please make sure that all LEDs in the function keys light up after starting the test and switch off after pressing the keys. &lt;br /&gt;
Function Keys on Extension Module: Please make sure that all LEDs in the function keys light up after starting the Full test. The LEDs on the Extension Module are switched off by pressing the upper left key on the extension module. NOTE: The test is just for testing the connection to the Extension Module and not for testing the Extension Module itself.&lt;br /&gt;
Note: For IP110 the functions behind the keys are not like described above, entering the test is the same, so below the most important functions are described:&lt;br /&gt;
 +: Plays a treble beep on the hands-free speaker&lt;br /&gt;
 handsfree-key: Plays a medium beep on the hands-free speaker.&lt;br /&gt;
 -: Plays a low beep on the hands-free speaker.&lt;br /&gt;
 *: Connects hands-free microphone and hands-free speaker. Scratch or blow in the hands-free microphone and hear a noise in the hands-free speaker.&lt;br /&gt;
 7: Plays a treble beep on the handset speaker.&lt;br /&gt;
 8: Plays a medium beep on the handset speaker.&lt;br /&gt;
 9: Plays a low beep on the handset speaker.&lt;br /&gt;
 #: Connects handset microphone and handset speaker. Scratch or blow in the handset microphone and hear a noise in the handset speaker.&lt;br /&gt;
&lt;br /&gt;
===Result of the Test===&lt;br /&gt;
After all keys have been pressed and the test person has carefully verified that all LEDs, speakers, microphones and configurations are fine he can on hook the telephone. If the test was successful he will see this screen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Embedded test for phones 2.PNG|displayscreen]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NOTE: Even if the microphone, speaker or LEDs did not work during the test the result screen will give a successful result. However, the test person has to mark these devices as broken!&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Maulerma</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Embedded_test_for_phones&amp;diff=17588</id>
		<title>Howto:Embedded test for phones</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Embedded_test_for_phones&amp;diff=17588"/>
		<updated>2010-05-20T08:26:11Z</updated>

		<summary type="html">&lt;p&gt;Maulerma: Added: Works also wizj IP240 and Versions &amp;gt; V6&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP110, V6 and higher&lt;br /&gt;
* IP200A/IP210, V6 and higher&lt;br /&gt;
* IP230, V6 and higher&lt;br /&gt;
* IP240, V6 and higher&lt;br /&gt;
Build 07-60400.01 and later.&lt;br /&gt;
&lt;br /&gt;
Keywords: Funktionstest, Manufacturingtest, Telefontest, Telefonhardware Test, phonehardware test, phone, selftest, phone test, Selbsttest Telefon&lt;br /&gt;
&lt;br /&gt;
==The test==&lt;br /&gt;
&lt;br /&gt;
===Preparation for the Test===&lt;br /&gt;
Connect all devices to the telephone where the connection has to be tested. For a full test connect the LAN-Interface to a Switch, the PC-Interface to a PC or another phone, connect  the Headset and in case of IP210 and IP230 connect the handset. The IP230 should also be connected to an Extension Module.&lt;br /&gt;
&lt;br /&gt;
===Entering the Test===&lt;br /&gt;
To enter the test the following sequence has to be done during idle state of the phone. Press: “Disconnect”, “Arrow Up”, “Arrow Down”, “Disconnect”, Off Hook handset. The time-lag between these actions must not be longer than 2 seconds.&lt;br /&gt;
After that you will see the greeting screen of the test.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Embedded test for phones 1.PNG|displayscreen]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this point you have the choice to enter the Basic or the Full test. The Basic test is for testing the telephone without the Extension Module (Press Menu). The Full Test is for testing the telephone with Extension Module (Press Ok).&lt;br /&gt;
If you run the test on a IP210 you will not have the possibility to choose between Basic and Full.&lt;br /&gt;
&lt;br /&gt;
===Running the Test===&lt;br /&gt;
Generally speaking: All keys have to be pressed and all Ethernet connections have to be up to finish the test successfully.&lt;br /&gt;
Some keys have special features that give the test person the opportunity to check the sound and the configuration of the telephone. These keys are described in the following.&lt;br /&gt;
Left Arrow: Status of the LAN link is displayed.&lt;br /&gt;
Right Arrow: Status of the PC link is displayed.&lt;br /&gt;
Up Arrow: MAC address is displayed.&lt;br /&gt;
Down Arrow: Firmware version is displayed.&lt;br /&gt;
Ok: Boot code version and programmed Hardware ID is displayed.&lt;br /&gt;
Speaker: Plays a scale on the hands-free speaker.&lt;br /&gt;
 1: Plays a treble beep on the hands-free speaker.&lt;br /&gt;
 4: Plays a medium beep on the hands-free speaker.&lt;br /&gt;
 7: Plays a low beep on the hands-free speaker.&lt;br /&gt;
 *: Connects hands-free microphone and hands-free speaker. Scratch or blow in the hands-free microphone and hear a noise in the hands-free speaker.&lt;br /&gt;
 2: Plays a treble beep on the handset speaker.&lt;br /&gt;
 5: Plays a medium beep on the handset speaker.&lt;br /&gt;
 8: Plays a low beep on the handset speaker.&lt;br /&gt;
 0: Connects handset microphone and handset speaker. Scratch or blow in the handset microphone and hear a noise in the handset speaker.&lt;br /&gt;
 3: Plays a treble beep on the headset speaker.&lt;br /&gt;
 6: Plays a medium beep on the headset speaker.&lt;br /&gt;
 9: Plays a low beep on the headset speaker.&lt;br /&gt;
 #: Connects headset microphone and headset speaker. Scratch or blow in the headset microphone and hear a noise in the headset speaker.&lt;br /&gt;
Function Keys: Please make sure that all LEDs in the function keys light up after starting the test and switch off after pressing the keys. &lt;br /&gt;
Function Keys on Extension Module: Please make sure that all LEDs in the function keys light up after starting the Full test. The LEDs on the Extension Module are switched off by pressing the upper left key on the extension module. NOTE: The test is just for testing the connection to the Extension Module and not for testing the Extension Module itself.&lt;br /&gt;
Note: For IP110 the functions behind the keys are not like described above, entering the test is the same, so below the most important functions are described:&lt;br /&gt;
 +: Plays a treble beep on the hands-free speaker&lt;br /&gt;
 handsfree-key: Plays a medium beep on the hands-free speaker.&lt;br /&gt;
 -: Plays a low beep on the hands-free speaker.&lt;br /&gt;
 *: Connects hands-free microphone and hands-free speaker. Scratch or blow in the hands-free microphone and hear a noise in the hands-free speaker.&lt;br /&gt;
 7: Plays a treble beep on the handset speaker.&lt;br /&gt;
 8: Plays a medium beep on the handset speaker.&lt;br /&gt;
 9: Plays a low beep on the handset speaker.&lt;br /&gt;
 #: Connects handset microphone and handset speaker. Scratch or blow in the handset microphone and hear a noise in the handset speaker.&lt;br /&gt;
&lt;br /&gt;
===Result of the Test===&lt;br /&gt;
After all keys have been pressed and the test person has carefully verified that all LEDs, speakers, microphones and configurations are fine he can on hook the telephone. If the test was successful he will see this screen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Embedded test for phones 2.PNG|displayscreen]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NOTE: Even if the microphone, speaker or LEDs did not work during the test the result screen will give a successful result. However, the test person has to mark these devices as broken!&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Maulerma</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Freeedit:Wiki_Edit_Sandbox&amp;diff=17420</id>
		<title>Freeedit:Wiki Edit Sandbox</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Freeedit:Wiki_Edit_Sandbox&amp;diff=17420"/>
		<updated>2010-05-04T08:57:46Z</updated>

		<summary type="html">&lt;p&gt;Maulerma: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a dummy article to safely try editing wiki articles.&lt;br /&gt;
&lt;br /&gt;
Michael Scheer &#039;&#039;&#039;Innovaphone AG&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Patrick Montaine &#039;&#039;&#039;Ball Packaging Europe&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Christoph Anhorn- &#039;&#039;&#039;swisspro AG&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Wiki Syntax ([[Help:Formatting|more about formatting]], [[Help:Contents|generic help]]): = &lt;br /&gt;
&lt;br /&gt;
Italic &#039;&#039;word&#039;&#039;: &amp;lt;code&amp;gt;&#039;&#039;word&#039;&#039;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Bold &#039;&#039;&#039;word&#039;&#039;&#039;: &amp;lt;code&amp;gt;&#039;&#039;&#039;word&#039;&#039;&#039;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:Indented line: &amp;lt;code&amp;gt;:line&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# numbered list item: &amp;lt;code&amp;gt;# list item&amp;lt;/code&amp;gt;&lt;br /&gt;
## numbered list sub item: &amp;lt;code&amp;gt;## list item&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* dotted list item: &amp;lt;code&amp;gt;* list item&amp;lt;/code&amp;gt;&lt;br /&gt;
** dotted list sub item: &amp;lt;code&amp;gt;** list item&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hidden search tag: &amp;lt;!-- hiddensearchtag --&amp;gt; &amp;lt;code&amp;gt;&amp;amp;lt;!-- hiddensearchtag --&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Play Arena =&lt;br /&gt;
&amp;lt;!-- ************************************************ Edit below this line ************************************************ --&amp;gt;&lt;br /&gt;
Dirk Pedina, &#039;&#039;&#039;Telekommunikation Mittleres Ruhrgebiet GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Andre Lippitz, &#039;&#039;&#039;Sec Com GmbH Recklinghausen&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Manfred Mauler, &#039;&#039;&#039;ACP IT Solutions GmbH, Innsbruck&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Christoph Nyffenegger, &#039;&#039;&#039;Ascom Schweiz AG&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
John Larsen &#039;&#039;&#039;Ascom Denmark A/S&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Johann Kiss, &#039;&#039;&#039;Triple AcceSSS IT GmbH, Austria&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Marco Koch, &#039;&#039;&#039;Wrocklage Intermedia GmbH Germany&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Frank Schneebeck, &#039;&#039;&#039;ETe Datentechnik GmbH Germany&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Christoph Hanken, Paragon Data GmbH&lt;br /&gt;
Jonas Teckentrup, Paragon Data GmbH&lt;br /&gt;
Porretta Mauro, &#039;&#039;&#039;SARTE S.p.A. Italy&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Kevin Edmonds, &#039;&#039;&#039;Consult Partner GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Karsten Otto, &#039;&#039;&#039;westko network service GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Arne Stark, &#039;&#039;&#039;westko network service GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Henk Schuurman, &#039;&#039;&#039;Soft Solutions&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Marko Röhncke, &#039;&#039;&#039;Kevag-Telekom GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Kristijan Fabina, &#039;&#039;&#039;Datentechnik d.o.o.&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Dirk Lange, &#039;&#039;&#039;Nachrichtentechnik Bielefeld GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Ludwig Kempter, &#039;&#039;&#039;LEWTelNet GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Sakari Aaltonen, &#039;&#039;&#039;DigiCenter&#039;&#039;&#039;&amp;lt;BR&amp;gt;&lt;br /&gt;
Jukka Somiska, &#039;&#039;&#039;Daimler Finland&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Gisbert Cremerius, &#039;&#039;&#039;Hack-Attack&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Massimiliano Tamaro &#039;&#039;&#039;Test s.p.a Italy&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Marco Boschi &#039;&#039;&#039;Eksaip Vicenza&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Stig Aune, &#039;&#039;&#039;Stig Aune Consulting&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Sandro Haas, &#039;&#039;&#039;KufGem EDV GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Daniel Haidacher, &#039;&#039;&#039;KufGem EDV GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Marc Steiner, &#039;&#039;&#039;Inikon AG&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Johan de Jong, &#039;&#039;&#039;trizwo GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
René Scholz, &#039;&#039;&#039;Ascom&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Rocco Schmidt, &#039;&#039;&#039;ATS Ascom&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Marcel Britten, &#039;&#039;&#039;Connect GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Hans-Joachim Haun, &#039;&#039;&#039;VB OLD&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Marco Falger, &#039;&#039;&#039;Koch Media GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Swen Angelstein,&#039;&#039;&#039;ST.AG&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Arne Schmidt, &#039;&#039;&#039;TELCAT Multicom GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Liang Zhang, &#039;&#039;&#039;Koch Media GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Dirk-Jan van Dalen, &#039;&#039;&#039;Telematch BV&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Edwin Lansbergen, &#039;&#039;&#039;Telematch BV&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Benjamin Köhler, &#039;&#039;&#039;iits GmbH &amp;amp; Co. KG&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Christian Bengtsson, &#039;&#039;&#039;COBS AB. Sweden&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Sebastian Lutz, &#039;&#039;&#039;Oberberg-Online Informationssysteme GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Paul Schrok, &#039;&#039;&#039;Ascom Suisse SA&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
Andreas Moser, &#039;&#039;&#039;EFG Financial Products AG&#039;&#039;&#039; &amp;lt;br/&amp;gt;&lt;br /&gt;
Paul Schrok, &#039;&#039;&#039;Ascom Suisse SA&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Maulerma</name></author>
	</entry>
</feed>