<?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=Steffen</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=Steffen"/>
	<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Special:Contributions/Steffen"/>
	<updated>2026-05-09T12:58:42Z</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=30388</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=30388"/>
		<updated>2013-08-01T16:12:53Z</updated>

		<summary type="html">&lt;p&gt;Steffen: /* New since V6 SR1 */&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;
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;
== 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>Steffen</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference:Fine_grained_function_locking&amp;diff=13041</id>
		<title>Reference:Fine grained function locking</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference:Fine_grained_function_locking&amp;diff=13041"/>
		<updated>2009-02-05T10:13:49Z</updated>

		<summary type="html">&lt;p&gt;Steffen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This function disables certain phone functions in normal or in locked mode, a whitelist defines which numbers are permitted to dial when normal outbound calls are disabled, a prefix list defines which calls are to be considered external calls.&lt;br /&gt;
&lt;br /&gt;
==Applies To==&lt;br /&gt;
&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
*IP110 V6&lt;br /&gt;
*IP150 V6&lt;br /&gt;
*IP200 V6&lt;br /&gt;
*IP230 V6&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
Two bitmasks to disable certain phone functions in normal or in locked mode, a whitelist with numbers permitted to dial when normal outbound calls are disabled and a list with prefixes identifiying external calls can be entered via the Web Interface:&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Phone/Protect/Fine grained Function Locking&amp;quot;&lt;br /&gt;
*&amp;quot;Phone/Protect/Functions to lock via PIN&amp;quot;&lt;br /&gt;
*&amp;quot;Phone/Protect/Numbers for Emergency Calls&amp;quot;&lt;br /&gt;
*&amp;quot;Phone/Protect/Prefixes for External Calls&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The same information can be entered by config upload&#039;ing the following command line:&lt;br /&gt;
&lt;br /&gt;
 config change PHONE USER /lock-mask &amp;lt;mask&amp;gt; /pinlock-mask &amp;lt;mask&amp;gt; /whitelist-e164 &amp;lt;numbers&amp;gt; /external-e164 &amp;lt;prefixes&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Currently the following functions can be disabled:&lt;br /&gt;
&lt;br /&gt;
 PHONE_LOCK_DIAL_EXT        0x00000001  -  disable external call if not on whitelist&lt;br /&gt;
 PHONE_LOCK_DIAL_INT        0x00000002  -  disable internal call if not on whitelist&lt;br /&gt;
 PHONE_LOCK_DIAL_QUERY      0x00000004  -  disable directory search on outbound calls&lt;br /&gt;
 PHONE_LOCK_DIAL_HISTORY    0x00000008  -  disable outbound call list access&lt;br /&gt;
 PHONE_LOCK_RING_EXT        0x00000010  -  ignore (but log) inbound external calls&lt;br /&gt;
 PHONE_LOCK_RING_INT        0x00000020  -  ignore (but log) inbound internal calls&lt;br /&gt;
 PHONE_LOCK_RING_QUERY      0x00000040  -  disable directory search on inbound calls&lt;br /&gt;
 PHONE_LOCK_RING_HISTORY    0x00000080  -  disable inbound call list access&lt;br /&gt;
 PHONE_LOCK_CALL_COMPLETION 0x00000100  -  disable call completion&lt;br /&gt;
 PHONE_LOCK_CALL_TRANSFER   0x00000200  -  disable call transfer&lt;br /&gt;
 PHONE_LOCK_CALL_BROKING    0x00000400  -  disable handling of multiple calls&lt;br /&gt;
 PHONE_LOCK_CALL_CONFERENCE 0x00000800  -  disable conference&lt;br /&gt;
 PHONE_LOCK_CALL_DIVERSION  0x00001000  -  disable call diversion&lt;br /&gt;
 PHONE_LOCK_FKEYS           0x00020000  -  disable function keys&lt;br /&gt;
 PHONE_LOCK_MENU            0x00040000  -  disable any menu&lt;br /&gt;
 PHONE_LOCK_DND             0x00080000  -  disable Do Not Disturb via mute key, function key and menu (V6 SR1 hotfix5)&lt;br /&gt;
 PHONE_LOCK_DIRECTORY       0x00200000  -  disable directory access&lt;br /&gt;
 PHONE_LOCK_REMOTE_CONTROL  0x01000000  -  disable remote control of phone device&lt;br /&gt;
 PHONE_LOCK_KEY_INFO        0x20000000  -  do not display function key labels or lamps&lt;br /&gt;
 PHONE_LOCK_CALL_INFO       0x40000000  -  do not display missed calls and active diversions&lt;br /&gt;
 PHONE_LOCK_USAGE           0x80000000  -  restrict phone access to emergency use&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The mask defined under &amp;quot;Fine grained Function Locking&amp;quot; (/lock-mask) is applied when the phone is in normal mode. The default for this mask is 0x00000000.&lt;br /&gt;
&lt;br /&gt;
The mask defined under &amp;quot;Functions to lock via PIN&amp;quot; (/pinlock-mask) is applied when the phone is locked with a PIN entered in the corresponding menu. The default for this mask is 0x9fffffbf :&lt;br /&gt;
&lt;br /&gt;
*outbound calls are restricted according to whitelist, an empty whitelist disables any outbound call.&lt;br /&gt;
*inbound calls are ignored but logged in the call list&lt;br /&gt;
*function keys are deactivated but show their current state (probably it would have been better to supress key state display, thus this default may be changed in a later release)&lt;br /&gt;
*missed calls are displayed&lt;br /&gt;
*aktive diversions are not displayed (this is currently not controlled by the pinlock-mask but by the pinlocked state itself, thus this cannot be changed in current version but it will be in following versions).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The whitelist is a comma separated list of numbers, including any necessary prefix.&lt;br /&gt;
This is different to the whitelist handling of version 5 where the prefix for an external call defined in the dialling location (usually &#039;0&#039;) was skipped before checking the further digits dialled.&lt;br /&gt;
&lt;br /&gt;
The prefix list is a comma separated list of prefixes identifiying external calls, in the most simple case this list may contain only a &#039;0&#039;.&lt;br /&gt;
&lt;br /&gt;
==Keywords==&lt;br /&gt;
Protect, Restricted Access, Block Functions, lock-mask, pinlock-mask, Funktionen blocken&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
&lt;br /&gt;
[[Reference:Administration/Phone/Protect]]&lt;br /&gt;
&lt;br /&gt;
[[Howto:Disable Messaging on the Phone]]&lt;/div&gt;</summary>
		<author><name>Steffen</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Howto_get_an_analog_modem_to_work_with_an_analog_adapter&amp;diff=13030</id>
		<title>Howto:Howto get an analog modem to work with an analog adapter</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Howto_get_an_analog_modem_to_work_with_an_analog_adapter&amp;diff=13030"/>
		<updated>2009-02-04T13:03:54Z</updated>

		<summary type="html">&lt;p&gt;Steffen: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Analog adapters IP21/IP22/IP24/IP28/IP302 are able to work with an analog modem with some special settings.&lt;br /&gt;
&lt;br /&gt;
==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
*IP21, V5, V6&lt;br /&gt;
*IP22, V6&lt;br /&gt;
*IP24, V6&lt;br /&gt;
*IP28, V6&lt;br /&gt;
*IP302, V6&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: enter keywords, foreign translations and/or synoyms not appearing in the article here for better search results --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
===Problem Details===&lt;br /&gt;
Sending Faxes over IP networks is only possible with an T.38 implementation like innovaphone uses in all Gateways. For modems there is no protocol implemented.&lt;br /&gt;
&lt;br /&gt;
The only way to get a working modem connection is to setup a normal media channel with no restriction or compression.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===System Requirements===&lt;br /&gt;
Local network connection with low delay is required.&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
Following parameters that differ from the default configuration can be changed to increase the modem functionality.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Enable passive checkbox under TELx-&amp;gt;Signaling (don&#039;t interpret FLASH and DTMF&#039;s when connected) on your appropriate TEL Interface:&lt;br /&gt;
&amp;lt;center&amp;gt;[[Image:Analog_modem_01.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Configure codec under Gateway/Interfaces/TELx:&lt;br /&gt;
&amp;lt;center&amp;gt;[[Image:Analog_modem_02.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At last disable the echo canceler in the appropriate routing entry. Therefor go to the routing table Gateway-&amp;gt;Routes:&lt;br /&gt;
&amp;lt;center&amp;gt;[[Image:Analog_modem_03.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Disable Echo Canceler for routes from and to appropriate analog interface:&lt;br /&gt;
&amp;lt;center&amp;gt;[[Image:Analog_modem_04.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please keep in mind to deactivate echo canceler on whole voip path till outbreak to another analog line.&lt;br /&gt;
&lt;br /&gt;
===Known Problems===&lt;br /&gt;
&lt;br /&gt;
Having still problems with Modem connections - disable faststart (no faststart) on the Gateway.&lt;br /&gt;
&lt;br /&gt;
Large round trip times may produce long signal delays in some IP networks. That’s why the packet size should be set to 20 ms in the codec configuration.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Related Articles == --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Steffen</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference:Administration/Gateway/Routes&amp;diff=11885</id>
		<title>Reference:Administration/Gateway/Routes</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference:Administration/Gateway/Routes&amp;diff=11885"/>
		<updated>2008-09-23T07:10:39Z</updated>

		<summary type="html">&lt;p&gt;Steffen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page displays all the configured routes for phone calls. Routes may be changed added or deleted. The display of routes can be filtered so that only routes with a given From or To interface are displayed. For incoming calls these routes are searched from top to bottom to find a matching route. So the sequence of the routes is important. If a VOIP registration is configured for a physical interface the required routes to send calls from the physical interface to the implicitly generated VOIP interface and vice versa are generated automatically. These automatically generated routes are displayed with grey number maps.&lt;br /&gt;
&lt;br /&gt;
== Routes/Maps ==&lt;br /&gt;
&lt;br /&gt;
The routing table consists of a ordered list of routes. Each route defines a list of interfaces for which incoming calls are handled by the route and a list of maps. The maps define the called party number which are matched to the incoming call, the new called party number, some flags, the destination interaface and optionally a list of calling party number maps. The calling party number maps are used to modify the calling party number of the call.&lt;br /&gt;
&lt;br /&gt;
== Insert Routes ==&lt;br /&gt;
&lt;br /&gt;
Routes are inserted by clicking on the left insert symbols. The new route is inserted below the symbol. A [[Reference:Administration/Relay/Routes/Map|edit page]] is opened which is used to enter the parameters for the first map of this route.&lt;br /&gt;
&lt;br /&gt;
== Insert Maps ==&lt;br /&gt;
&lt;br /&gt;
To insert maps the insert symbols displayed before the number maps are used. There is one &amp;quot;insert above&amp;quot; symbol to insert a new map as first map of the route.&lt;br /&gt;
&lt;br /&gt;
== Filter List ==&lt;br /&gt;
&lt;br /&gt;
If a From interface is clicked only the routes which contain this interface as From interface are displayed. If a To interface is clicked only maps with this interface as To interaface are displayed. These mechanisms can be used to figure out what is going on in big routing tables.&lt;br /&gt;
&lt;br /&gt;
== Change Maps ==&lt;br /&gt;
&lt;br /&gt;
Maps can be changed or deleted by clicking on the number maps (which is just an arrow if the map is empty).&lt;br /&gt;
&lt;br /&gt;
== Changing CGPN Maps ==&lt;br /&gt;
&lt;br /&gt;
The Calling Party Number maps can be changed by clicking on a CGPN Map. An [[Reference:Administration/Relay/CGPN-Maps|edit page]] is opened by this which contains all the CGPN Maps of the given Map.&lt;/div&gt;</summary>
		<author><name>Steffen</name></author>
	</entry>
</feed>