<?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=Akam1</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=Akam1"/>
	<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Special:Contributions/Akam1"/>
	<updated>2026-04-19T03:13:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Convert_wave_files_in_to_G7xx_coder_files&amp;diff=35891</id>
		<title>Howto:Convert wave files in to G7xx coder files</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Convert_wave_files_in_to_G7xx_coder_files&amp;diff=35891"/>
		<updated>2014-11-16T17:18:21Z</updated>

		<summary type="html">&lt;p&gt;Akam1: Add GNU/Linux point of view&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- How to convert wave files in to G7xx coder codec files for the HTTP interface --&amp;gt; &lt;br /&gt;
The HTTP interface allows to play sound files delivered from a web server. This is used mostly for music on hold or waiting queue announcements. These files need to be in a specific format, not standard wave file. Here is how to convert a standard wave file into this format.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
*  All innovaphone gateways (IP202, IP302,IP305 ,IP800, IP3000, IP6000)&lt;br /&gt;
&lt;br /&gt;
Version 5.0 and later.&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
===Problem Details===&lt;br /&gt;
To avoid just-in-time format conversion and/or encoding, sound files played via the HTTP interface must be present as coder-specific raw sound stream data files. To use a standard wave file, it must be converted into G711/G723/G729 format first. Also, if you want to provide a specific sound file for calls with different coders, you must provide a single version of such file for each coder in question. To create G723, G729, G711a or G711u files, you will need standard 8kHz, 16bit, mono wave files. &lt;br /&gt;
 &lt;br /&gt;
At the [http://download.innovaphone.com/ice/6.00/ download site] you will find the softcod.exe in the tools folder. This is a command line utility which will convert such a wave file to the required coder files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To convert a wave file announcement.wav, call at command line:&lt;br /&gt;
 softcod announcement.wav&lt;br /&gt;
&lt;br /&gt;
Softcode will create announcement.g723, announcement.g729, announcement.g711a and announcement.g711u.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Due to licensing issues, the conversion process requires access to an innovaphone gateway. The tool will thus ask for a valid gatekeeper/pbx alias. Note that the tool must be able to register with this alias. Therefore, you cannot use an account which is currently in use. As the tool will not ask for a password, you cannot use an account which is password protected.&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
There is no install available or required. Simply call softcod.exe from the command line.&lt;br /&gt;
&lt;br /&gt;
===Known Problems===&lt;br /&gt;
The tool will locate the gatekeeper/pbx using gatekeeper discovery. Note that this currently will not work on multi-homed hosts, that is, hosts with more than one (virtual or physical) network interface. Most available wave file tools will not create wave files in the proper format (as defined above). In order for softcod.exe to work, you have to make sure the input wave file is in the proper format. Depending on the tool you are using, you may need to change the files audio properties. Also, you may use Windows™ standard audiorecorder application (sndrec32.exe) to convert a wave file in to the proper format (use File/Properties/Convert).&lt;br /&gt;
&lt;br /&gt;
== New since V6 SR1 ==&lt;br /&gt;
Starting from V6 Sr1 it is possible to run the sound files via the Cf cardslot (no external web server needed) please refer to the related articles below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;! This method does not work when running a Linux Application Platform on this CF !&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Also it is then possible to automaticly convert the wav files into g7xx  on the built-in compact flash card without using softcod.&lt;br /&gt;
&lt;br /&gt;
8khz, 16bit, mono *.wav files can be copied to webdav-mountable &#039;&#039;&#039;\\&#039;&#039;x.x.x.x&#039;&#039;\drive\CX0&#039;&#039;&#039;, in order to convert to *.g711a, *.g711u, *.g729.&lt;br /&gt;
Please use the the &#039;&#039;&#039;Internet Explorer&#039;&#039;&#039; to open the directory on the CF. &lt;br /&gt;
&lt;br /&gt;
First, the access to the cf-card must be enabled. For this make relevant settings under &amp;quot;General, HTTP server, CompactFlash public access&amp;quot;.&lt;br /&gt;
For example: &amp;quot;/DRIVE/CX0/&amp;quot; &amp;quot;read&amp;quot; and &amp;quot;write&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Go with &#039;&#039;&#039;Internet Explorer&#039;&#039;&#039; to &#039;&#039;&#039;&amp;quot;Administration, Diagnostics, CF&amp;quot;&#039;&#039;&#039; and choose the option &#039;&#039;&#039;&amp;quot;Browse CF Content (Explorer, IE only)&amp;quot;&#039;&#039;&#039;. In the Internet Explorer the line &#039;&#039;&#039;\\&#039;&#039;x.x.x.x&#039;&#039;\drive\CF0&#039;&#039;&#039; is appearing. &lt;br /&gt;
Change in the URL &#039;&#039;&#039;CF0&#039;&#039;&#039; to &#039;&#039;&#039;CX0&#039;&#039;&#039;. The URL is then looking like &#039;&#039;&#039;\\&#039;&#039;x.x.x.x&#039;&#039;\drive\CX0&#039;&#039;&#039; (also to mount a network drive). &lt;br /&gt;
&lt;br /&gt;
Use now drag&amp;amp;drop to copy the wav file to the directory on the Compact Flash card.&lt;br /&gt;
&lt;br /&gt;
[[Image:Convert_wave_files_in_to_G7xx_coder_files 1.PNG]]&lt;br /&gt;
&lt;br /&gt;
After a succesfull conversion, you should have a similar file structure on your CF card.&lt;br /&gt;
&lt;br /&gt;
However, please be patient - a 2.5MB file (2.5min audio content) takes on an ip800 ~15min to be converted into a *.g729 file.&lt;br /&gt;
&lt;br /&gt;
== For GNU/Linux ... ==&lt;br /&gt;
Very nice tool called [http://ebdav.org/cadaver/ cadaver]  - it&#039;s a command line WebDAV client - it support up and download, move/copy/delete/list etc.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Convert other file formats ==&lt;br /&gt;
&lt;br /&gt;
To use other source file formats (such as mp3 etc), following a small instruction how to do so:&lt;br /&gt;
&lt;br /&gt;
* [http://audacity.sourceforge.net/ Download audio-converter] &#039;&#039;&#039;Audacity&#039;&#039;&#039;&lt;br /&gt;
* Start Audacity and open the source-file to be converted. This can be mp3, wav, aiff, flac, ogg-vorbis(?), ffmpeg-compatible formatted. &lt;br /&gt;
[[Image:Audacity_open_file.png]]&lt;br /&gt;
* Select in the below-left corner a &#039;&#039;&#039;projectfrequency of 8000Hz&#039;&#039;&#039; &lt;br /&gt;
[[Image:Audacity_frequency.png]]&lt;br /&gt;
* Click on File / Export and choose as output file format &#039;&#039;&#039;WAV (Microsoft) 16-bit PCM&#039;&#039;&#039; and store &lt;br /&gt;
[[Image:Audacity_export.png]]&lt;br /&gt;
&lt;br /&gt;
Then proceed with the resulting WAV files as [[#New since V6 SR1|described above]] for conversion in g7xx formats.&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;br /&gt;
&lt;br /&gt;
[http://download.innovaphone.com/ice/6.00/ Download softcode (included in the &#039;&#039;Tools&#039;&#039; Package)]&lt;br /&gt;
&lt;br /&gt;
[[Howto:Installing_the_voicemail/music_on_hold_on_a_compact_flash_card]]&lt;br /&gt;
&lt;br /&gt;
[[Howto:General_information_for_compact_flash_cards]]&lt;br /&gt;
&lt;br /&gt;
[[Howto:Convert wave files to G7xxx with softcode]]&lt;br /&gt;
&lt;br /&gt;
[[Howto:Convert wave files in to G722 coder files]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Akam1</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Freeedit:Wiki_Edit_Sandbox&amp;diff=20977</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=20977"/>
		<updated>2011-04-22T09:50:25Z</updated>

		<summary type="html">&lt;p&gt;Akam1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lars Enchelmaier &#039;&#039;&#039;TELCAT Multicom GmbH&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Michael Mayer &#039;&#039;&#039;Datentechnik Austria&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Raymond de Win &#039;&#039;&#039;Kreuze Telecom&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Helenius &#039;&#039;&#039;Ascom Oy&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tomas Bornholm &#039;&#039;&#039;Ascom Sweden AB&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Krister Lenberg &#039;&#039;&#039;Ascom Sweden AB&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Martin Terhalle &#039;&#039;&#039;Selectric Nachrichten Systeme GmbH&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Neuhold Markus &#039;&#039;&#039;Lyoness Dataservice GmbH&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Koller Thomas &#039;&#039;&#039;Lippuner-EMT AG&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Sandro Bernet &#039;&#039;&#039;Lippuner-EMT AG&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Jack Valentijn &#039;&#039;&#039;QNS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Goetz M. Ritter &#039;&#039;&#039;GMR EDV-Beratung&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Holger Görsch &#039;&#039;&#039;alcera &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Andreas Lugner &#039;&#039;&#039;DB Netz AG &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ingbert Dierker &#039;&#039;&#039;Telcat Multicom GmbH&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Marc Bau &#039;&#039;&#039;Voxtron&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Jeroen Desloover &#039;&#039;&#039;Pilisoft&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Burbuqe Kadriu &#039;&#039;&#039;EFG Financial Products AG&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Mike Haupt &#039;&#039;&#039;Klinikum am Weissenhof - EDV&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Andreas Winterott &#039;&#039;&#039; Klinikum am Weissenhof&#039;&#039;&#039;&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;
Matthias Lorentz &#039;&#039;&#039;DOKOM21 GmbH&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Torsten Schawaller &#039;&#039;&#039;DOKOM21 GmbH&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ralf Kramer &#039;&#039;&#039;THALES Defence &amp;amp; Security Systems GmbH&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Frank Weber &#039;&#039;&#039;Raber+Märcker GmbH&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Heinz Stelling &#039;&#039;&#039;ST-oneline GmbH&#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;
tiziano pigozzi &#039;&#039;&#039;EDSLan&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
= Play Arena =&lt;br /&gt;
&amp;lt;!-- ************************************************ Edit below this line ************************************************ --&amp;gt;&lt;br /&gt;
Stefan V. Pettersen &#039;&#039;&#039;Network Scenario&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Timo Feiner, &#039;&#039;&#039;KTF Feuchter&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Mathias Kropf, &#039;&#039;&#039;Ascom Deutschland&#039;&#039;&#039;&amp;lt;br&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;&amp;lt;br&amp;gt;&lt;br /&gt;
Dennis Moller &#039;&#039;&#039;Ascom Denmark&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Andre Pooschke &#039;&#039;&#039;Fundamental Consulting GmbH &amp;amp; Co. KG&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Roman Pietrowski &#039;&#039;&#039;Bohnen Computer-Technik GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Oliver Dawid &#039;&#039;&#039;ComNet GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Richard Olsson &#039;&#039;&#039;Avitel&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Roman Festl &#039;&#039;&#039;Confidencia Consulting GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Udo Jungmittag, &#039;&#039;&#039;Ascom Deutschland GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Peter Fürst, &#039;&#039;&#039;swisspro AG&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Peter Ruf, &#039;&#039;&#039;swisspro AG&#039;&#039;&#039;&lt;br /&gt;
Carsten Reichelt &#039;&#039;&#039;HL komm Telecommunications GmbH&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
René George, &#039;&#039;&#039;Multidata Sàrl&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Livane Hellmann, &#039;&#039;&#039;Ascom France&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Jan Korpegård, &#039;&#039;&#039;Ascom Sweden&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Knut-Vidar Bogstad, &#039;&#039;&#039;Ascom Norway&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Olivier Jau, &#039;&#039;&#039;Comint&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Kristian Tefre, &#039;&#039;&#039;Pettersson &amp;amp; Gjellesvik&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Kim Hovestad, &#039;&#039;&#039;A3BC&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Carsten Jenner &#039;&#039;&#039;Syncope GmbH&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
Thomas Liebermann, &#039;&#039;&#039;DATARUN GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Tobias von Hebel &#039;&#039;&#039;SELECTRIC Nachrichten-Systeme GmbH&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Magnus Johansson &#039;&#039;&#039;COBS AB&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Sune Pedersen &#039;&#039;&#039;COBS AB&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Andrzej Markiewicz &#039;&#039;&#039;AKAM&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Akam1</name></author>
	</entry>
</feed>