<?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=Lm+ulm+pk</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=Lm+ulm+pk"/>
	<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Special:Contributions/Lm_ulm_pk"/>
	<updated>2026-05-09T02:54:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto13r1:Restore_an_App_Platform&amp;diff=73042</id>
		<title>Howto13r1:Restore an App Platform</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto13r1:Restore_an_App_Platform&amp;diff=73042"/>
		<updated>2024-08-13T09:05:02Z</updated>

		<summary type="html">&lt;p&gt;Lm ulm pk: little typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
*Innovaphone App Platform&lt;br /&gt;
*any device running a PBX in V13 or up&lt;br /&gt;
&lt;br /&gt;
==Preparation==&lt;br /&gt;
* To restore the App Platform you need the &#039;&#039;administrative password&#039;&#039; which was created during the initial installation or which you may have changed yourself afterwards.&lt;br /&gt;
* Furthermore you&#039;ll need the PBX config and the &#039;&#039;.dump files&#039;&#039; of every App which is created by the backup process of the Devices App.&lt;br /&gt;
&lt;br /&gt;
==Restore PBX==&lt;br /&gt;
At first we need to restore the PBX. Therefore we need to change the admin password of the device to its original state.  Go to Advanced Admin UI to [[Reference13r1:General/Admin|Admin]] and configure the &#039;&#039;emergency password&#039;&#039; as admin password. Afterwards you can upload the PBX config from the backup folder and reboot the PBX.&lt;br /&gt;
*Hint : keep in mind that by restoring on another hardware, may involve change in the configuration &#039;&#039;(e.g: local gateway registration with mac address)&#039;&#039; and licenses need to be uploaded as well.&lt;br /&gt;
&lt;br /&gt;
==Restore Applications==&lt;br /&gt;
&lt;br /&gt;
===Restore Manager===&lt;br /&gt;
To restore a Application Platform you need set up an empty one at first. Just go to http://store.innovaphone.com/release/download.htm and choose App Platform and download it.&lt;br /&gt;
&lt;br /&gt;
After the successful installation you can browse to the IP of the App Patform and use the password &amp;quot;pwd&amp;quot; to login.&lt;br /&gt;
&lt;br /&gt;
At first we are going to restore the configuration of the App &#039;&#039;Manager&#039;&#039;. Click on Manager and then restore at the top. A dialogue will open which allows you to select the &#039;&#039;manager.dump&#039;&#039; file. You need to upload it this file.&lt;br /&gt;
&lt;br /&gt;
[[Image:app_manager_restore.png]]&lt;br /&gt;
&lt;br /&gt;
===Restore all Apps===&lt;br /&gt;
After that we need to reinstall all needed apps individually from the store.&lt;br /&gt;
&lt;br /&gt;
[[Image:restore_install_app.png]]&lt;br /&gt;
&lt;br /&gt;
To restore the specific app configuration click on the app in the left menu and then choose restore in the top menu. Then upload the &#039;&#039;.dump file&#039;&#039; of the app from the backup folder and upload it.&lt;br /&gt;
*Hint : Special care for the Files application service, it contains 2 instances &#039;&#039;files&#039;&#039; and &#039;&#039;backup-files&#039;&#039;, do not forget to restore both instances &lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lm ulm pk</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto7:ACD_with_Voicemail_XML_Script_and_external_Database_or_Application&amp;diff=64024</id>
		<title>Howto7:ACD with Voicemail XML Script and external Database or Application</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto7:ACD_with_Voicemail_XML_Script_and_external_Database_or_Application&amp;diff=64024"/>
		<updated>2022-11-04T13:21:50Z</updated>

		<summary type="html">&lt;p&gt;Lm ulm pk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article describes how to setup a simple automated call distribution by using custom voicemail XML script and an external database or a CRM application.&lt;br /&gt;
&lt;br /&gt;
==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* innovaphone PBX, V7&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
A frequently asked feature for incoming call centers is ability to connect incoming customer calls to their respective personal point of contact(an agent or agent group). The relationship of customer calling number and responsible agent is stored in the external database or CRM application. For this purpose a custom XML voicemail script can be used to perform a query from innovaphone PBX to an external application via HTTP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The voicemail command &amp;lt;code&amp;gt;exec url&amp;lt;/code&amp;gt; executes an HTTP GET CGI-request. The URL is supposed to contain arbitrary script variables.                 The remote CGI script shall return a short voicemail script comprising &amp;lt;code&amp;gt;assign&amp;lt;/code&amp;gt; elements.&lt;br /&gt;
&lt;br /&gt;
The call distribution is intentional designed so that the first free agent gets the most calls.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please note, that the scripts are exemplary and free and can be modified to fulfill your special requirements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
The outline for the following configuration scenario shall be as follows:&lt;br /&gt;
*Create a file with XML script listed below and named &amp;quot;acd.xml&amp;quot;.&lt;br /&gt;
*Additionally place the text files with numbers of agents and voicemail box in this folder.&lt;br /&gt;
*Create a new voicemail object in the PBX with URL &amp;lt;code&amp;gt;http://127.0.0.1/drive/CF0/acd.xml?$_pbxfwd=true&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contents of acd.xml:&lt;br /&gt;
&amp;lt;code xml&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;voicemail xmlns=&amp;quot;http://www.innovaphone.com/xsd/voicemail6.xsd&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;function define=&amp;quot;Main&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;!-- get call data --&amp;gt;&lt;br /&gt;
     &amp;lt;pbx-getcallinfo out-cgpn=&amp;quot;$cgpn&amp;quot; out-cdpn=&amp;quot;$cdpn&amp;quot; out-leg2=&amp;quot;$leg2&amp;quot; /&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
     &amp;lt;!-- default number for call froward, in case URL not available --&amp;gt;&lt;br /&gt;
     &amp;lt;assign out=&amp;quot;$forward&amp;quot; value=&amp;quot;999&amp;quot;/&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
     &amp;lt;!-- external database query --&amp;gt;&lt;br /&gt;
     &amp;lt;exec url=&amp;quot;http://172.16.0.17/query.php?cgpn=$cgpn&amp;quot;/&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
     &amp;lt;!-- forward the call to the number returned by the URL --&amp;gt;&lt;br /&gt;
     &amp;lt;pbx-fwd e164=&amp;quot;$forward&amp;quot;  out-cause=&amp;quot;$cause&amp;quot; barge-in=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
     &amp;lt;!-- Play Prompt and Disc - In order to call be disconnected from ACD Script--&amp;gt;&lt;br /&gt;
     &amp;lt;store-get root=&amp;quot;&amp;quot; name=&amp;quot;silence.$coder&amp;quot; out-url=&amp;quot;$ctrl&amp;quot; /&amp;gt;&lt;br /&gt;
     &amp;lt;pbx-prompt url=&amp;quot;$ctrl&amp;quot; sec=&amp;quot;1&amp;quot; repeat=&amp;quot;true&amp;quot;/&amp;gt; &lt;br /&gt;
     &amp;lt;pbx-disc/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
   &amp;lt;/function&amp;gt;&lt;br /&gt;
&amp;lt;/voicemail&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A very simple server side code example based on PHP:&lt;br /&gt;
&amp;lt;code php&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
   //just for test: if CGPN is 235, forward to 103&lt;br /&gt;
   //implement your db query etc. here instead&lt;br /&gt;
   if ($_GET[&#039;cgpn&#039;] == &amp;quot;235&amp;quot;) $forward = &amp;quot;103&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   echo &amp;quot;&amp;lt;?xml version=\&amp;quot;1.0\&amp;quot; encoding=\&amp;quot;utf-8\&amp;quot;?&amp;gt;\r\n&amp;quot;;&lt;br /&gt;
   echo &amp;quot;&amp;lt;voicemail xmlns=\&amp;quot;http://www.innovaphone.com/xsd/voicemail6.xsd\&amp;quot;&amp;gt;\r\n&amp;quot;;&lt;br /&gt;
   echo &amp;quot;  &amp;lt;assign out=\&amp;quot;\$forward\&amp;quot; value=\&amp;quot;$forward\&amp;quot;/&amp;gt;\r\n&amp;quot;;&lt;br /&gt;
   echo &amp;quot;&amp;lt;/voicemail&amp;gt;\r\n&amp;quot;;&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The response of the PHP script should be as follows(if CGPN is 235):&lt;br /&gt;
&amp;lt;code xml&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;voicemail xmlns=&amp;quot;http://www.innovaphone.com/xsd/voicemail6.xsd&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;assign out=&amp;quot;$forward&amp;quot; value=&amp;quot;103&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/voicemail&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Known Problems===&lt;br /&gt;
&lt;br /&gt;
*Don&#039;t forget to provide additional option to the script URL, since it is required for the executing of call forwards: &amp;lt;code&amp;gt;?$_pbxfwd=true&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;br /&gt;
[[Howto:How_to_Configure_the_innovaphone_Voicemail|How to Configure the innovaphone Voicemail]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Sample|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lm ulm pk</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto7:ACD_with_Voicemail_XML_Script_and_external_Database_or_Application&amp;diff=64023</id>
		<title>Howto7:ACD with Voicemail XML Script and external Database or Application</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto7:ACD_with_Voicemail_XML_Script_and_external_Database_or_Application&amp;diff=64023"/>
		<updated>2022-11-04T13:19:06Z</updated>

		<summary type="html">&lt;p&gt;Lm ulm pk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article describes how to setup a simple automated call distribution by using custom voicemail XML script and an external database or a CRM application.&lt;br /&gt;
&lt;br /&gt;
==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* innovaphone PBX, V7&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
A frequently asked feature for incoming call centers is ability to connect incoming customer calls to their respective personal point of contact(an agent or agent group). The relationship of customer calling number and responsible agent is stored in the external database or CRM application. For this purpose a custom XML voicemail script can be used to perform a query from innovaphone PBX to an external application via HTTP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The voicemail command &amp;lt;code&amp;gt;exec url&amp;lt;/code&amp;gt; executes an HTTP GET CGI-request. The URL is supposed to contain arbitrary script variables.                 The remote CGI script shall return a short voicemail script comprising &amp;lt;code&amp;gt;assign&amp;lt;/code&amp;gt; elements.&lt;br /&gt;
&lt;br /&gt;
The call distribution is intentional designed so that the first free agent gets the most calls.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please note, that the scripts are exemplary and free and can be modified to fulfill your special requirements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
The outline for the following configuration scenario shall be as follows:&lt;br /&gt;
*Create a file with XML script listed below and named &amp;quot;acd.xml&amp;quot;.&lt;br /&gt;
*Additionally place the text files with numbers of agents and voicemail box in this folder.&lt;br /&gt;
*Create a new voicemail object in the PBX with URL &amp;lt;code&amp;gt;http://127.0.0.1/drive/CF0/acd.xml?$_pbxfwd=true&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contents of acd.xml:&lt;br /&gt;
&amp;lt;code xml&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;voicemail xmlns=&amp;quot;http://www.innovaphone.com/xsd/voicemail6.xsd&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;function define=&amp;quot;Main&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;!-- get call data --&amp;gt;&lt;br /&gt;
     &amp;lt;pbx-getcallinfo out-cgpn=&amp;quot;$cgpn&amp;quot; out-cdpn=&amp;quot;$cdpn&amp;quot; out-leg2=&amp;quot;$leg2&amp;quot; /&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
     &amp;lt;!-- default number for call froward, in case URL not available --&amp;gt;&lt;br /&gt;
     &amp;lt;assign out=&amp;quot;$forward&amp;quot; value=&amp;quot;999&amp;quot;/&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
     &amp;lt;!-- external database query --&amp;gt;&lt;br /&gt;
     &amp;lt;exec url=&amp;quot;http://172.16.0.17/query.php?cgpn=$cgpn&amp;quot;/&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
     &amp;lt;!-- forward the call to the number returned by the URL --&amp;gt;&lt;br /&gt;
     &amp;lt;pbx-fwd e164=&amp;quot;$forward&amp;quot;  out-cause=&amp;quot;$cause&amp;quot; barge-in=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
     &amp;lt;!-- Play Prompt and Disc - In order to call be disconnected from ACD Script--&amp;gt;&lt;br /&gt;
     &amp;lt;store-get root=&amp;quot;&amp;quot; name=&amp;quot;silence.$coder&amp;quot; out-url=&amp;quot;$ctrl&amp;quot; /&amp;gt;&lt;br /&gt;
     &amp;lt;pbx-prompt url=&amp;quot;$ctrl&amp;quot; sec=&amp;quot;1&amp;quot; repeat=&amp;quot;true&amp;quot;/&amp;gt; &lt;br /&gt;
     &amp;lt;pbx-disc/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
   &amp;lt;/function&amp;gt;&lt;br /&gt;
&amp;lt;/voicemail&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A very simple server side code example based on PHP:&lt;br /&gt;
&amp;lt;code php&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
   //just for test: if CGPN is 235, forward to 103&lt;br /&gt;
   //implement your db query etc. here instead&lt;br /&gt;
   if ($_GET[&#039;cgpn&#039;] == &amp;quot;235&amp;quot;) $forward = &amp;quot;103&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   echo &amp;quot;&amp;lt;?xml version=\&amp;quot;1.0\&amp;quot; encoding=\&amp;quot;utf-8\&amp;quot;?&amp;gt;\r\n&amp;quot;;&lt;br /&gt;
   echo &amp;quot;&amp;lt;voicemail xmlns=\&amp;quot;http://www.innovaphone.com/xsd/voicemail6.xsd\&amp;quot;&amp;gt;\r\n&amp;quot;;&lt;br /&gt;
   echo &amp;quot;  &amp;lt;assign out=\&amp;quot;\$forward\&amp;quot; value=\&amp;quot;$forward\&amp;quot;/&amp;gt;\r\n&amp;quot;;&lt;br /&gt;
   echo &amp;quot;&amp;lt;/voicemail&amp;gt;\r\n&amp;quot;;&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The response of the PHP script should be as follows(if CGPN is 235):&lt;br /&gt;
&amp;lt;code xml&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;voicemail xmlns=&amp;quot;http://www.innovaphone.com/xsd/voicemail6.xsd&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;assign out=&amp;quot;$forward&amp;quot; value=&amp;quot;103&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/voicemail&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Known Problems===&lt;br /&gt;
&lt;br /&gt;
*Don&#039;t forget to provide additional option to the script URL, since it is required for the executing of call forwards: &amp;lt;code&amp;gt;?$_pbxfwd=true&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;br /&gt;
[[Howto:How_to_Configure_the_innovaphone_Voicemail|How to Configure the innovaphone Voicemail]]&lt;br /&gt;
&lt;br /&gt;
[[Category:HowTo|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lm ulm pk</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=User:Lm_ulm_pk&amp;diff=61446</id>
		<title>User:Lm ulm pk</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=User:Lm_ulm_pk&amp;diff=61446"/>
		<updated>2022-03-28T14:31:47Z</updated>

		<summary type="html">&lt;p&gt;Lm ulm pk: New page: &amp;lt;div style=&amp;quot;height:400px;width:400px;display: flex;justify-content: center;align-items: center;color:#626866;background:#91BD2A&amp;quot;&amp;gt; [https://www.priokom.de/ priokom.de]  &amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;height:400px;width:400px;display: flex;justify-content: center;align-items: center;color:#626866;background:#91BD2A&amp;quot;&amp;gt;&lt;br /&gt;
[https://www.priokom.de/ priokom.de]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lm ulm pk</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Simple_caller_notification_Voicemail_XML_Script&amp;diff=61444</id>
		<title>Howto:Simple caller notification Voicemail XML Script</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Simple_caller_notification_Voicemail_XML_Script&amp;diff=61444"/>
		<updated>2022-03-28T07:22:22Z</updated>

		<summary type="html">&lt;p&gt;Lm ulm pk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:3rd Party Input}}&lt;br /&gt;
==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* innovaphone PBX, V6 SR1 and later&lt;br /&gt;
* innovaphone Voicemail&lt;br /&gt;
* innovaphone phones, including softphone and bria softphone&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;
==More Information==&lt;br /&gt;
This article explains how a simple caller notification could be set up by using a modified voicemail script.&lt;br /&gt;
The Calling Party will get a simple notification without the possibility to leave a message.&lt;br /&gt;
The most popular example is a caller notification, that he is calling beyond working hours.&lt;br /&gt;
&lt;br /&gt;
===System Requirements===&lt;br /&gt;
* Running innovaphone PBX V6 SR1 and later&lt;br /&gt;
* Installed compact flash card or external WebServer with webdav funtionatilty&lt;br /&gt;
* Running innovaphone Voicemail&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
* Create a new folder called &#039;&#039;notify&#039;&#039; on the CF card&lt;br /&gt;
* Copy files from the [[Howto:Simple_caller_notification_Voicemail_XML_Script#Download | download page]] to this new folder named &#039;&#039;notify&#039;&#039;&lt;br /&gt;
* Configure a VM object which points to the modified vm.xml script (for example http://127.0.0.1/DRIVE/CF0/notify/prompt-or-record.xml)&lt;br /&gt;
** From V13 on you can upload files to the AP-Platform via the Files-app to get access to them via webdav.&amp;lt;br&amp;gt;Read here howto accomplish it http://wiki.innovaphone.com/index.php?title=Howto:Record_an_announcement_by_phone#Using_V13_Files-app_as_storage_location&lt;br /&gt;
&lt;br /&gt;
* Calling the VM object will allow you to record the notification - this will be saved as &#039;&#039;announcement.g711a&#039;&#039;&lt;br /&gt;
* A call diverted to the VM object will play the announcement and quit the call&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: voicemail voice mail no voicebox --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Known Problems===&lt;br /&gt;
A simple call to the VM object can delete/overwrite the announcement. To provide this, you may delete the extension number after recording and make the call divertion depending on the NAME of the VM object.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Howto Configure the innovaphone Voicemail == --&amp;gt;&lt;br /&gt;
== Download ==&lt;br /&gt;
*[http://wiki.innovaphone.com/index.php?title=Howto:Wiki_Sources#notify Download] the complete file package of scripts and files described in this article.&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Sample|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lm ulm pk</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Simple_caller_notification_Voicemail_XML_Script&amp;diff=61443</id>
		<title>Howto:Simple caller notification Voicemail XML Script</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Simple_caller_notification_Voicemail_XML_Script&amp;diff=61443"/>
		<updated>2022-03-28T07:19:02Z</updated>

		<summary type="html">&lt;p&gt;Lm ulm pk: ext V13 install&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:3rd Party Input}}&lt;br /&gt;
==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* innovaphone PBX, V6 SR1 and later&lt;br /&gt;
* innovaphone Voicemail&lt;br /&gt;
* innovaphone phones, including softphone and bria softphone&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;
==More Information==&lt;br /&gt;
This article explains how a simple caller notification could be set up by using a modified voicemail script.&lt;br /&gt;
The Calling Party will get a simple notification without the possibility to leave a message.&lt;br /&gt;
The most popular example is a caller notification, that he is calling beyond working hours.&lt;br /&gt;
&lt;br /&gt;
===System Requirements===&lt;br /&gt;
* Running innovaphone PBX V6 SR1 and later&lt;br /&gt;
* Installed compact flash card or external WebServer with webdav funtionatilty&lt;br /&gt;
* Running innovaphone Voicemail&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
* Create a new folder called &#039;&#039;notify&#039;&#039; on the CF card&lt;br /&gt;
* Copy files from the [[Howto:Simple_caller_notification_Voicemail_XML_Script#Download | download page]] to this new folder named &#039;&#039;notify&#039;&#039;&lt;br /&gt;
* Configure a VM object which points to the modified vm.xml script (for example http://127.0.0.1/DRIVE/CF0/notify/prompt-or-record.xml)&lt;br /&gt;
** From V13 on you can upload files to the AP-Platform via the Files-app to get access to them via webdav.&amp;lt;br&amp;gt;Read here howto accomplish it {http://wiki.innovaphone.com/index.php?title=Howto:Record_an_announcement_by_phone#Using_V13_Files-app_as_storage_location}&lt;br /&gt;
&lt;br /&gt;
* Calling the VM object will allow you to record the notification - this will be saved as &#039;&#039;announcement.g711a&#039;&#039;&lt;br /&gt;
* A call diverted to the VM object will play the announcement and quit the call&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: voicemail voice mail no voicebox --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Known Problems===&lt;br /&gt;
A simple call to the VM object can delete/overwrite the announcement. To provide this, you may delete the extension number after recording and make the call divertion depending on the NAME of the VM object.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Howto Configure the innovaphone Voicemail == --&amp;gt;&lt;br /&gt;
== Download ==&lt;br /&gt;
*[http://wiki.innovaphone.com/index.php?title=Howto:Wiki_Sources#notify Download] the complete file package of scripts and files described in this article.&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Sample|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lm ulm pk</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:DE_-_Deutsche_Telekom_-_DeutschlandLAN_SIP_Trunk_SIP-Provider_(2016)&amp;diff=58423</id>
		<title>Howto:DE - Deutsche Telekom - DeutschlandLAN SIP Trunk SIP-Provider (2016)</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:DE_-_Deutsche_Telekom_-_DeutschlandLAN_SIP_Trunk_SIP-Provider_(2016)&amp;diff=58423"/>
		<updated>2021-04-08T11:24:19Z</updated>

		<summary type="html">&lt;p&gt;Lm ulm pk: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
{{Template:SIP_TEST_STATUS_complete|update=March 11th, 2020|url=https://geschaeftskunden.telekom.de/startseite/festnetz-internet/tarife/333506/deutschlandlan-sip-trunk.html|productname=DeutschlandLAN_SIP_Trunk|providername=Deutsche_Telekom}}&lt;br /&gt;
&amp;lt;internal&amp;gt;Provider SBC: unknown&amp;lt;/internal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== {{SIP_TEST_ISSUES_MR_TITLE}} ===&lt;br /&gt;
{{SIP_TEST_ISSUES_MR_INTRO}}&lt;br /&gt;
; EARLY MEDIA INBOUND : {{SIP_TEST_FACT_EARLY MEDIA INBOUND}}&lt;br /&gt;
; FAX T38 : {{SIP_TEST_FACT_FAX T38}}&lt;br /&gt;
; FAX T38ANDAUDIO : {{SIP_TEST_FACT_FAX T38ANDAUDIO}}&lt;br /&gt;
; REVERSE MEDIA : {{SIP_TEST_FACT_REVERSE MEDIA}}&lt;br /&gt;
; SIP INFO : {{SIP_TEST_FACT_SIP INFO}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;{{SIP_TEST_FACTS_LIST}} [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_180_RINGING_FAILS|180_RINGING]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_BASIC_CALL_FAILS|BASIC_CALL]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_CLIR_FAILS|CLIR]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_CLNS_ONNET_FAILS|CLNS_ONNET]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_CLNS_FAILS|CLNS]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_CONN_NR_FAILS|CONN_NR]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_DTMF_FAILS|DTMF]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_EARLY_MEDIA_INBOUND_FAILS|EARLY_MEDIA_INBOUND]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_FAX_AUDIO_FAILS|FAX_AUDIO]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_FAX_T38_FAILS|FAX_T38]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_FAX_T38ANDAUDIO_FAILS|FAX_T38ANDAUDIO]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_FAX_T38_ONNET_FAILS|FAX_T38_ONNET]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_G711A_ONNET_FAILS|G711A_ONNET]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_G711A_FAILS|G711A]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_G711U_ONNET_FAILS|G711U_ONNET]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_G711U_FAILS|G711U]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_G722_ONNET_FAILS|G722_ONNET]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_G722_FAILS|G722]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_G729_ONNET_FAILS|G729_ONNET]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_G729_FAILS|G729]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_HOLD_RETRIEVE_FAILS|HOLD_RETRIEVE]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_IP_FRAGMENTATION_FAILS|IP_FRAGMENTATION]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_LARGE_SIP_MESSAGES_FAILS|LARGE_SIP_MESSAGES]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_MOBILITY_FAILS|MOBILITY]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_OPUS_NB_FAILS|OPUS_NB]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_OPUS_WB_FAILS|OPUS_WB]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_RALERT_DISC_FAILS|RALERT_DISC]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_REDIR_302_FAILS|REDIR_302]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_REDIR_DIVHDR_FAILS|REDIR_DIVHDR]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_REDIR_HISTHDR_FAILS|REDIR_HISTHDR]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_REVERSE_MEDIA_FAILS|REVERSE_MEDIA]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_SIP_INFO_FAILS|SIP_INFO]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_SRTP_INCOMING_FAILS|SRTP_INCOMING]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_SRTP_INTERNAL_FAILS|SRTP_INTERNAL]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_SRTP_OUTGOING_FAILS|SRTP_OUTGOING]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_XFER_BLIND_FAILS|XFER_BLIND]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_XFER_CONS_ALERT_FAILS|XFER_CONS_ALERT]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_XFER_CONS_EXT_FAILS|XFER_CONS_EXT]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_XFER_CONS_FAILS|XFER_CONS]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_SDP_ICE_FAILS|SDP_ICE]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_SDP_RTCP_MUX_FAILS|SDP_RTCP_MUX]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_SDP_VIDEO_FAILS|SDP_VIDEO]], [[Template:SIP_TEST_FACT_DESCRIPTION_TEST_CONN_NR_DIFF_FAILS|CONN_NR_DIFF]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Test Results ==&lt;br /&gt;
{{SIP_TEST_TESTRESULT_ONLYMR_INTRO}}&lt;br /&gt;
=== {{SIP_TEST_RESULTS_MR_TITLE}} ===&lt;br /&gt;
; Registration : {{Template:SIP_Profile_Test_Registration_TCP_no_UDP}}&lt;br /&gt;
&lt;br /&gt;
; NAT Traversal : {{Template:SIP_Profile_Test_NAT_a_no_c}} &lt;br /&gt;
&lt;br /&gt;
; DTMF (RFC2833) : {{Template:SIP_Profile_Test_DTMF_RFC2833_yes}}&lt;br /&gt;
&lt;br /&gt;
; Session Timer : {{Template:SIP_Profile_Test_EXPIRES_no}}&lt;br /&gt;
&lt;br /&gt;
; Redundancy : {{Template:SIP_Profile_Test_REDUNDANCY_yes_FAILOVER_no|timeout= 240 seconds}}&lt;br /&gt;
&lt;br /&gt;
; Correct signalling of Ringing-state : {{Template:SIP_Profile_Test_RINGING_yes}}&lt;br /&gt;
&lt;br /&gt;
; CLIR : {{Template:SIP_Profile_Test_CLIR_yes}}&lt;br /&gt;
&lt;br /&gt;
; Clip No Screening (CLNS) : {{Template:SIP_Profile_Test_CLNS_yes}} {{Template:SIP_Profile_Test_CLNS_clns_302_optional}}&lt;br /&gt;
&lt;br /&gt;
; COLP : {{Template:SIP_Profile_Test_COLP_out_yes_in_no}} {{Template:SIP_Profile_Test_COLP_diff_yes}}&lt;br /&gt;
&lt;br /&gt;
; Early-Media : {{Template:SIP_Profile_Test_EARLY_MEDIA_INBOUND_no}}&lt;br /&gt;
&lt;br /&gt;
; Fax : {{Template:SIP_Profile_Test_AUDIOFAX_PSTN_yes}}&lt;br /&gt;
: {{Template:SIP_Profile_Test_T38_PSTN_no_onnet_yes_fallback_no}}&lt;br /&gt;
&lt;br /&gt;
; Codecs : supported to/from PSTN: G711A&lt;br /&gt;
: supported onnet (VoIP to VoIP): G711A, G711U, G722 and G729&lt;br /&gt;
&lt;br /&gt;
; IP-Fragmentation : {{Template:SIP_Profile_Test_FRAGMENTATION_yes}}&lt;br /&gt;
&lt;br /&gt;
; Large SIP messages : {{Template:SIP_Profile_Test_LARGE_MESSAGES_yes}}&lt;br /&gt;
&lt;br /&gt;
; Reverse Media Negotiation : {{Template:SIP_Profile_Test_REV_MEDIA_NEG_no}}&lt;br /&gt;
&lt;br /&gt;
; Mobility Calls :  {{Template:SIP_Profile_Test_MobilityCall_no_with_MediaRelay}}&lt;br /&gt;
&lt;br /&gt;
; SRTP : {{Template:SIP_Profile_Test_SRTP_no}}&lt;br /&gt;
&lt;br /&gt;
; Call Transfer : {{Template:SIP_Profile_Test_CALL_TRANSFER_ok}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
Use profile &#039;&#039;DE-Deutsche_Telekom-DeutschlandLAN_SIP_Trunk&#039;&#039; in &#039;&#039;Gateway/Interfaces/SIP&#039;&#039; to configure this SIP provider.&lt;br /&gt;
&lt;br /&gt;
Please note the following configuration hints:&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;Dialling of subscriber numbers not possible, &#039;Dialing Location&#039; must be configured without &#039;Area Code&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: {{SIP_TEST_V13_HINT}}&lt;br /&gt;
&lt;br /&gt;
(V13 sr24)  &lt;br /&gt;
Sometime it may occur on outgoing calls that called numbers are shown as 0 when the partner has picked up the phone.&lt;br /&gt;
Setting &#039;Call Presentation Restricted&#039; für RS1-&amp;gt; SIP1 may be a solution here.&lt;br /&gt;
&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
{{SIP_TEST_PREFACE}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Compat|{{PAGENAME}}]]&lt;br /&gt;
[[Category:3rdParty SIP Provider|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lm ulm pk</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Maintaining_a_Phone_Directory_in_the_PBX&amp;diff=49208</id>
		<title>Howto:Maintaining a Phone Directory in the PBX</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Maintaining_a_Phone_Directory_in_the_PBX&amp;diff=49208"/>
		<updated>2018-02-22T11:48:35Z</updated>

		<summary type="html">&lt;p&gt;Lm ulm pk: /* Known Problems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* PBX, all platforms, V7 and later&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: Telefonbuch, Directory, Verzeichnis, Phonebook, Phone Book --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
===Problem Details===&lt;br /&gt;
A shared phone directory for all users is a common requirement in PBX systems. Although there are sophisticated solutions based on LDAP services available (e.g. [[Howto:ESTOS_MetaDirectory%2C_iCE_Information | Metadirectory]]), some customers ask for a small and easy solution which is implemented directly in the PBX and does not require any external components.  Here is how to do it.&lt;br /&gt;
===System Requirements===&lt;br /&gt;
The goal is to make the global phone book available in the phone&#039;s directory client for outgoing calls and for reverse identification of incoming calls.  You will need a PBX and you will need to configure the phone&#039;s external LDAP client accordingly.  The solution will also work with the LDAP [[Reference8:Administration/PBX/Objects/Directory_Search | Directory Search ]] object.&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
The idea is to configure directory entries as normal user objects.  These will be looked up by the phone&#039;s directory client.  Unfortunately, all these numbers obviously start with the trunk access prefix (usually &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;) and would thus conflict with your trunk object.  The solution is to create a separate [[Reference8:Administration/PBX/Objects/Node|node]] for phone book entries (say &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt; for example).  This eliminates the conflict as there will be no trunk object in this node.  All phone book entries must be configured with the &amp;lt;code&amp;gt;node&amp;lt;/code&amp;gt; property set to &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt; then.  &lt;br /&gt;
&lt;br /&gt;
==== Node ====&lt;br /&gt;
To create the [[Reference8:Administration/PBX/Objects/Node|node]], you need to:&lt;br /&gt;
* Add a &#039;&#039;Node&#039;&#039; entry with:&lt;br /&gt;
* &#039;&#039;Name&#039;&#039; set to e.g. &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt;&lt;br /&gt;
* &#039;&#039; Long Name&#039;&#039; set to e.g. &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt;&lt;br /&gt;
* &#039;&#039;Number&#039;&#039; to a available number in the dialing plan. The actual number is not used for the phonebook&lt;br /&gt;
* Check the &#039;&#039;Hide from LDAP&#039;&#039; check-mark so the node doesn&#039;t appear in LDAP searches.&lt;br /&gt;
Rest can be left default.&lt;br /&gt;
&lt;br /&gt;
==== Entries ====&lt;br /&gt;
To add an entry, you would create a user [[Reference7:Administration/PBX/Objects|object]] and configure it as follows&lt;br /&gt;
* Set &#039;&#039;Long Name&#039;&#039; to some unique id, e.g. &amp;lt;code&amp;gt;_Donald mob&amp;lt;/code&amp;gt;  (In our example we have used the _ (underscore) as first letter becuase then we got all these object at the end of the PBX-Object listing.) &lt;br /&gt;
* Set &#039;&#039;Display Name&#039;&#039; to the name you want to appear in the phone display (e.g. &amp;lt;code&amp;gt;Donald Duck, Metro-Goldwyn-Mayer&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Set &#039;&#039;Number&#039;&#039; to the number to dial (including trunk prefixes, e.g. &amp;lt;code&amp;gt;007031730090&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Set &#039;&#039;Node&#039;&#039; to the phone book node you created (e.g. &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Leave &#039;&#039;PBX&#039;&#039; empty&lt;br /&gt;
* Check the &#039;&#039;Hide from LDAP&#039;&#039; check-mark&lt;br /&gt;
&lt;br /&gt;
==== LDAP Server Account ====&lt;br /&gt;
On the PBX used to query the directory, you will need to add an appropriate [[Reference:Configuration/LDAP/Server  | LDAP account ]] as follows&lt;br /&gt;
* add a new LDAP account, named e.g. &amp;lt;code&amp;gt;telbook-access&amp;lt;/code&amp;gt;&lt;br /&gt;
* add just any password you like, e.g. &amp;lt;code&amp;gt;ipxxx&amp;lt;/code&amp;gt;&lt;br /&gt;
* make sure you un-check the &#039;&#039;Write-Access&#039;&#039; check-mark&lt;br /&gt;
&lt;br /&gt;
==== Telephone LDAP Directory Client ====&lt;br /&gt;
On the client side, you need to configure the LDAP directory client in &amp;lt;code&amp;gt;Configuration / Registration x / Directories&amp;lt;/code&amp;gt;  accordingly.  Here it goes:&lt;br /&gt;
* You may want to clear the &#039;&#039;enable&#039;&#039; check-mark in the &#039;&#039;PBX&#039;&#039; box if you want the phone to display phone book entries only. However, leaving it checked will nicely show a merged list of PBX extensions and phone book entries&lt;br /&gt;
* You need to check the &#039;&#039;enable&#039;&#039; check-mark in the &#039;&#039;External LDAP Server&#039;&#039; box&lt;br /&gt;
* Set &#039;&#039;Server&#039;&#039; to the IP address of your PBX &lt;br /&gt;
* Set &#039;&#039;Port&#039;&#039; to 389&lt;br /&gt;
* Set &#039;&#039;Username&#039;&#039; and &#039;&#039;Password&#039;&#039; to the credentials of the LDAP server account created previously (e.g. &amp;lt;code&amp;gt;telbook-access&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;ipxxx&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Set &#039;&#039;Search Base&#039;&#039; to &amp;lt;code&amp;gt;cn=PBX0&amp;lt;/code&amp;gt;&lt;br /&gt;
* Set &#039;&#039;Mode&#039;&#039; to &amp;lt;code&amp;gt;basic&amp;lt;/code&amp;gt;&lt;br /&gt;
* Set &#039;&#039;Object Filter&#039;&#039; to &amp;lt;code&amp;gt;(node=telbook)&amp;lt;/code&amp;gt;&lt;br /&gt;
* Set &#039;&#039;Name Attributes&#039;&#039; to &amp;lt;code&amp;gt;dn&amp;lt;/code&amp;gt;&lt;br /&gt;
* Set &#039;&#039;Number Attributes&#039;&#039; to &amp;lt;code&amp;gt;e164&amp;lt;/code&amp;gt;&lt;br /&gt;
[[Image:Local-LDAP-complete_setup.PNG]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;*The Write checkmark at the LDAP Server is not necessary anymore.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The LDAP phone settings can also be set in the DHCP server:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;-mode basic -addr 192.168.0.1 -dn telbook-access -pw ipxxx -base cn=PBX0 -obj (node=telbook) -attr dn -phone e164  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Administrative Access ====&lt;br /&gt;
Maintenance of the phone book now requires admin rights in the PBX.  However, this maintenance is usually delegated to personel that should not have modify rights on the system&#039;s overall configuration.  To work around that problem, you would create a special PBX user (say &amp;lt;code&amp;gt;telbook-admin&amp;lt;/code&amp;gt;) with limited access rights.  You need to&lt;br /&gt;
* Create a new &#039;&#039;User&#039;&#039; object&lt;br /&gt;
* Set &#039;&#039;Long Name&#039;&#039; and &#039;&#039;Name&#039;&#039; and to the desired name (e.g. &amp;lt;code&amp;gt;telbook-admin&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Leave &#039;&#039;Number&#039;&#039; empty&lt;br /&gt;
* Set &#039;&#039;Password&#039;&#039; to the desired password&lt;br /&gt;
* Set &#039;&#039;Node&#039;&#039; to you standard node, but &#039;&#039;not&#039;&#039; to the node you are using for the phone book (e.g. to &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt;, not &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Leave &#039;&#039;PBX&#039;&#039; empty&lt;br /&gt;
&lt;br /&gt;
On that user object, you would set special access rights.  To do so, you open the &#039;&#039;Rights&#039;&#039; dialogue (by clicking the &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; sign in the &#039;&#039;Rights&#039;&#039; column) and&lt;br /&gt;
* Select &#039;&#039;Administration of all Objects&#039;&#039; from the drop-down list&lt;br /&gt;
* Set &#039;&#039;Limit to Node&#039;&#039; to your phone book node (e.g. &amp;lt;code&amp;gt;telbook&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Leave &#039;&#039;Limit to PBX&#039;&#039; empty&lt;br /&gt;
&lt;br /&gt;
The person in charge of the directory administration can now log in to the PBX using this restricted account and safely edit all entries with no risk of doing harm to the rest of the configuration.&lt;br /&gt;
[[Image:Local-LDAP-admin-user.png]]&lt;br /&gt;
&lt;br /&gt;
==Known Problems==&lt;br /&gt;
&lt;br /&gt;
* The number of contacts we can have inside the PBX depends on the Hardware/Device we are using for PBX, since all have different capacities for the number of Objects that can be created inside. You can find the recommended number of objects in the [[Howto:How_to_implement_large_PBXs#Recommended__number_of_users_supported| Large PBX article]].&lt;br /&gt;
&lt;br /&gt;
* To maintain a ldap-research from a DECT-gateway with an incoming call you better don&#039;t configure the dialing location in the LDAP directory search of the Master. Configuring the dialing location will restructure the ldap-research to a form you can not set as number in the telbook (s.a.) (pbx 12r2 sr3)&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>Lm ulm pk</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Reference11r2:PBX/Objects/Gateway&amp;diff=43887</id>
		<title>Reference11r2:PBX/Objects/Gateway</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Reference11r2:PBX/Objects/Gateway&amp;diff=43887"/>
		<updated>2016-08-29T09:42:31Z</updated>

		<summary type="html">&lt;p&gt;Lm ulm pk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;Gateway&#039;&#039; PBX object is used to register a gateway with the PBX. A Gateway object in contrast to a User object allows additional dialing digits to be sent. Also for incoming calls the incoming calling party number is passed on.&lt;br /&gt;
&lt;br /&gt;
== Gateway Object specific Configuration ==&lt;br /&gt;
&lt;br /&gt;
;Enblock Count: If this number of digits is dialed after the number of the Gateway object itself, the call is sent out as enblock call. This is useful to connect to gateway which are not capable of overlap receiving.&lt;br /&gt;
&lt;br /&gt;
;Enblock as Diverting No: If this checkmark is set, the called party number is transmitted as diverting leg2 information. As called party number the number of the gateway object is sent or no number if the Prefix checkmark is set. This is useful with Microsoft Exchange since this expects the number of the mailbox as diverting number.&lt;br /&gt;
&lt;br /&gt;
;Prefix: If this checkmark is set, the number of the Gateway object itself is removed from the called party number for outgoing calls and added to the calling party number for incoming calls&lt;br /&gt;
&lt;br /&gt;
;Domain: Route calls with matching domain part in the destination to this object.&lt;br /&gt;
&lt;br /&gt;
;Loop Detect: If checked outgoing calls are blocked if a call with identical source and destination addresses already exists.&lt;br /&gt;
&lt;br /&gt;
;International Match: If a call is received with an international calling party number, it is compared to this number. If there is a match (head match) this number is removed from the calling party number, so that only additional digits remain. If the calling party number does not match, it is removed completely. e.g. on an incoming call from a registration on this Gateway object the CGPN I49703173009123 will be mapped to 123.&lt;br /&gt;
&lt;br /&gt;
;National Match: Same as &#039;International Match&#039; only for national calling party number. e.g. on an incoming call from a registration on this Gateway object the CGPN N703173009123 will be mapped to 123.&lt;br /&gt;
&lt;br /&gt;
;Subscriber Match: Same as &#039;International Match&#039; only for subscriber calling party number. e.g. on an incoming call from a registration on this Gateway object with the CGPN S73009123 will be mapped to 123.&lt;br /&gt;
&lt;br /&gt;
;Internal Destination: If this checkmark is set, all calls from devices registered at this object are marked as Internal (Numbering plan set to private). This is usefull if systems are registered to this object, which cannot send calls with the private numbering plan but should be regarded as internal (e.g. voicemail systems).&lt;br /&gt;
&lt;br /&gt;
The device registering with a gateway object is normally expected to send local extension numbers as calling party number (i.e. extensions local to the PBX and &#039;behind&#039; the gateways own number).  However, if it sends these numbers as full numbers (that is, including the various prefixes such as county code, are code, trunk, etc.), these can be stripped using the next 3 fields:&lt;br /&gt;
&amp;lt;!--/* V12r1&lt;br /&gt;
;Outgoing Calls No Name: Route calls with matching domain part in the destination to this object.&lt;br /&gt;
&lt;br /&gt;
;Outgoing Calls No URL: Route calls with matching domain part in the destination to this object.&lt;br /&gt;
*/ --&amp;gt;&lt;br /&gt;
;No Inband Disconnect: 	If this checkmark is set, a call disconnect with inband information will not be forwarded to the endpoint registered to the user, but the call will be cleared immediatelly without the inband information beeing sent..&lt;br /&gt;
&lt;br /&gt;
;Fax License: TBD.&lt;br /&gt;
&lt;br /&gt;
;Filter: The filter configured here restricts the numbers which may be called by through this object.&lt;br /&gt;
&lt;br /&gt;
== Multiple Gateway Registrations ==&lt;br /&gt;
&lt;br /&gt;
If multiple Gateways are registered to a Gateway object, Gateways registered to the same device config are used round-robin. The gateways registered to different devices are used in the sequence of the configured devices.&lt;br /&gt;
&lt;br /&gt;
== Call Diversions ==&lt;br /&gt;
;CFU: If configured a CFU is executed, so calls to the Gateways object are diverted.&lt;br /&gt;
;CFB: A CFB is executed if a call is rejected with &#039;&#039;User Busy&#039;&#039; by remote destination&lt;br /&gt;
;CFNR: A CFNR is executed if a call is rejected because of a local problem (&#039;&#039;no channel&#039;&#039;, &#039;&#039;no gatway registered&#039;&#039;, ...)&lt;/div&gt;</summary>
		<author><name>Lm ulm pk</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Get_Access_to_Gateways_if_the_Assistant_doesn%27t_boot_the_Device&amp;diff=43190</id>
		<title>Howto:Get Access to Gateways if the Assistant doesn&#039;t boot the Device</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Get_Access_to_Gateways_if_the_Assistant_doesn%27t_boot_the_Device&amp;diff=43190"/>
		<updated>2016-07-07T11:58:27Z</updated>

		<summary type="html">&lt;p&gt;Lm ulm pk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
concerns&lt;br /&gt;
* IP 811, V11, V12 (at least observed here)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: reset fails, powercyle, webgui --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
A gateway should reboot after ending the setup-assistant. Sometimes that will not happen.&lt;br /&gt;
I have seen such behavior at a IP811 after uploading the last v12 rc1 after the factory&lt;br /&gt;
reset, i.e. pressing the reset-button long until the led flashes green and quick, wait&lt;br /&gt;
until led turns red and powercyle the device.&lt;br /&gt;
&lt;br /&gt;
A manual reboot (powercyle) won&#039;t help here. The Assistant will be shown again.&lt;br /&gt;
&lt;br /&gt;
A booting with sending a !boot  (&amp;lt;nowiki&amp;gt;http://&amp;lt;ip of gateway&amp;gt;/!boot&amp;lt;/nowiki&amp;gt; ) ends in an nonreacting http-Server.&lt;br /&gt;
It is still there but has no content.&lt;br /&gt;
&lt;br /&gt;
Dealing with the !tftp mode and gwload to update firmware or bootcode doesn&#039;t help either.&lt;br /&gt;
&lt;br /&gt;
But you can get access to part of the gateway&#039;s webgui when calling&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://&amp;lt;ip of gateway&amp;gt;/CMD0/mod_cmd.xml?cmd=xml-modes&amp;amp;menu=maintenance.xml&amp;amp;xsl=tab.xsl&amp;amp;help=Maintenance&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
 in your webbrowser.&lt;br /&gt;
This will show the part of the gui where you can deal with firmware bootcode and config.&lt;br /&gt;
&lt;br /&gt;
Downloading the config, editing the config in the line with &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;config change HTTP0 /home SETUP/wizard.xml&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;config change HTTP0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
and upload it to the gateway with a reboot afterwards will lead to a reacting WebGui.&lt;br /&gt;
&lt;br /&gt;
I couldn&#039;t find an appropriate &#039;&#039;&#039;!mod cmd syntax&#039;&#039;&#039; for it but it may exist.&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;br /&gt;
&lt;br /&gt;
*[[Howto:How to Reset IPXXX (V10...)]]&lt;br /&gt;
*[[Howto:How to Reset IPXXX]]&lt;/div&gt;</summary>
		<author><name>Lm ulm pk</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Get_Access_to_Gateways_if_the_Assistant_doesn%27t_boot_the_Device&amp;diff=43189</id>
		<title>Howto:Get Access to Gateways if the Assistant doesn&#039;t boot the Device</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Get_Access_to_Gateways_if_the_Assistant_doesn%27t_boot_the_Device&amp;diff=43189"/>
		<updated>2016-07-07T11:57:42Z</updated>

		<summary type="html">&lt;p&gt;Lm ulm pk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
concerns&lt;br /&gt;
* IP 811, V11, V12 (at least observed here)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: reset fails powercyle webgui --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
A gateway should reboot after ending the setup-assistant. Sometimes that will not happen.&lt;br /&gt;
I have seen such behavior at a IP811 after uploading the last v12 rc1 after the factory&lt;br /&gt;
reset, i.e. pressing the reset-button long until the led flashes green and quick, wait&lt;br /&gt;
until led turns red and powercyle the device.&lt;br /&gt;
&lt;br /&gt;
A manual reboot (powercyle) won&#039;t help here. The Assistant will be shown again.&lt;br /&gt;
&lt;br /&gt;
A booting with sending a !boot  (&amp;lt;nowiki&amp;gt;http://&amp;lt;ip of gateway&amp;gt;/!boot&amp;lt;/nowiki&amp;gt; ) ends in an nonreacting http-Server.&lt;br /&gt;
It is still there but has no content.&lt;br /&gt;
&lt;br /&gt;
Dealing with the !tftp mode and gwload to update firmware or bootcode doesn&#039;t help either.&lt;br /&gt;
&lt;br /&gt;
But you can get access to part of the gateway&#039;s webgui when calling&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://&amp;lt;ip of gateway&amp;gt;/CMD0/mod_cmd.xml?cmd=xml-modes&amp;amp;menu=maintenance.xml&amp;amp;xsl=tab.xsl&amp;amp;help=Maintenance&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
 in your webbrowser.&lt;br /&gt;
This will show the part of the gui where you can deal with firmware bootcode and config.&lt;br /&gt;
&lt;br /&gt;
Downloading the config, editing the config in the line with &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;config change HTTP0 /home SETUP/wizard.xml&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;config change HTTP0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
and upload it to the gateway with a reboot afterwards will lead to a reacting WebGui.&lt;br /&gt;
&lt;br /&gt;
I couldn&#039;t find an appropriate &#039;&#039;&#039;!mod cmd syntax&#039;&#039;&#039; for it but it may exist.&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;br /&gt;
&lt;br /&gt;
*[[Howto:How to Reset IPXXX (V10...)]]&lt;br /&gt;
*[[Howto:How to Reset IPXXX]]&lt;/div&gt;</summary>
		<author><name>Lm ulm pk</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:How_to_Reset_IPXXX&amp;diff=43188</id>
		<title>Howto:How to Reset IPXXX</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:How_to_Reset_IPXXX&amp;diff=43188"/>
		<updated>2016-07-07T11:54:44Z</updated>

		<summary type="html">&lt;p&gt;Lm ulm pk: /* More Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Summary==&lt;br /&gt;
Different Reset Options of IPXXX&lt;br /&gt;
&lt;br /&gt;
==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* All innovaphone products with the latest boot code.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: factory default, led behaviour, tftp mode, clear config, gwload--&amp;gt;&lt;br /&gt;
==More Information==&lt;br /&gt;
Different options resetting innovaphone devices.&lt;br /&gt;
&lt;br /&gt;
* bringing to Factory default&lt;br /&gt;
* bringing to TFTP mode for GWLoad&lt;br /&gt;
* clearing config&lt;br /&gt;
* explaining the LED behavior&lt;br /&gt;
&lt;br /&gt;
Additional Information for the following table, TFTP-Mode or TFTP-Mode + FACTORY RESET for the phones IP110, IP150, IP200, IP202, IP230, IP240&lt;br /&gt;
 &lt;br /&gt;
Seperating the phone from the power, press the Key/Button, keep on pressing the Key/Button, plug in the PSU or ethernet cable (in case of PoE), watch the status of the device (table: visual display), release the Key/Button after time shown in the table. If you want to reanimate this devices now with GWLoad, do not powercycle the device again. If the factory reset was successful the device is now in the defined TFTP-Mode and ready for GWLoad. If you just wanted to factory reset the device you can do a powercycle for sure.&lt;br /&gt;
&lt;br /&gt;
If the factory reset was not successful please contact rma@innovaphone.com&lt;br /&gt;
&lt;br /&gt;
or look at [[Howto:Get Access to Gateways if the Assistant don&#039;t boot the device.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
!Device (visual display)&lt;br /&gt;
!Reset Button/Key&lt;br /&gt;
!Button pressed&lt;br /&gt;
!Clear Config &lt;br /&gt;
Firmware&lt;br /&gt;
Boot code update&lt;br /&gt;
!Pressing Button to TFTP without deleting config in seconds ca.&lt;br /&gt;
!Pressing Button to factory reset in seconds ca.&lt;br /&gt;
!GWLoad- / TFTP-Mode&lt;br /&gt;
!Firmware starting&lt;br /&gt;
!Firmware ready&lt;br /&gt;
!Firmware Error&lt;br /&gt;
|----&lt;br /&gt;
|IP21&lt;br /&gt;
(all LED&#039;s)&lt;br /&gt;
|Button&lt;br /&gt;
|ready: &amp;lt;5s blink, &amp;gt;5s constant flash&lt;br /&gt;
&lt;br /&gt;
line1 + line2 + door + aux constant flash / link + act off&lt;br /&gt;
&lt;br /&gt;
with plugged in ethernet cable 100M + link: &amp;lt;3s off, &amp;gt;3s normal operating state&lt;br /&gt;
|...&lt;br /&gt;
&lt;br /&gt;
ready fast blink, line1 + line2 + door + aux off link + 100M normal operating&lt;br /&gt;
&lt;br /&gt;
|3&lt;br /&gt;
|25&lt;br /&gt;
|all LED’s are constant flashing&lt;br /&gt;
&lt;br /&gt;
link is blinking&lt;br /&gt;
|ready + line1/2 + door + aux + 100M (if link)&lt;br /&gt;
&lt;br /&gt;
permanent for ca. 5s&lt;br /&gt;
&lt;br /&gt;
link blinking&lt;br /&gt;
|ready + 100M (if link)&lt;br /&gt;
&lt;br /&gt;
link blinking&lt;br /&gt;
|&lt;br /&gt;
|----&lt;br /&gt;
|IP400&lt;br /&gt;
(all LED’s)&lt;br /&gt;
|Button&lt;br /&gt;
|PPP+Tel.1+Tel.2: &amp;lt;5s blink, [5;8] constant flash, &amp;gt;8 ready + link + act constant flash&lt;br /&gt;
&lt;br /&gt;
without ethernet cable plugged in: &amp;lt;8s off, 8s one blink, &amp;gt;8s off&lt;br /&gt;
|&lt;br /&gt;
|3&lt;br /&gt;
|25&lt;br /&gt;
|ready + link + act flashing constant&lt;br /&gt;
|&amp;lt;8 ready + PPP + tel1 + tel2 constant flash,&lt;br /&gt;
&lt;br /&gt;
[3;10] link + act. uncoordinated flashing&lt;br /&gt;
&lt;br /&gt;
&amp;gt;10s ready + link (if link) constant act. blinking&lt;br /&gt;
|ready + 100M (if link)&lt;br /&gt;
&lt;br /&gt;
link blinking&lt;br /&gt;
|&lt;br /&gt;
|----&lt;br /&gt;
|IP3000&lt;br /&gt;
(all LED’s)&lt;br /&gt;
|Button&lt;br /&gt;
|&amp;lt;6s PRI1+PRI2+S/T+ready blink, [6;10] PRI1 + PRI2 + S/T + ready constant flash,&lt;br /&gt;
&lt;br /&gt;
act + speed + link off&lt;br /&gt;
&lt;br /&gt;
&amp;gt;10s PRI1 + PRI2 + S/T constant flash, ready + act + speed + link off&lt;br /&gt;
&lt;br /&gt;
with ethernet cable plugged in: act + speed + link normal working state&lt;br /&gt;
|fast blink (green)&lt;br /&gt;
|3&lt;br /&gt;
|25&lt;br /&gt;
|all LED’s flashing permanent&lt;br /&gt;
&lt;br /&gt;
ready off&lt;br /&gt;
&lt;br /&gt;
link blinking&lt;br /&gt;
|&amp;gt;2 link + speed constant flashing, act blinking&lt;br /&gt;
&lt;br /&gt;
&amp;lt;5s PRI1 + PRI2 + S/T constant flash&lt;br /&gt;
&lt;br /&gt;
&amp;gt;5s ready constant flash, (if link) link + speed constant flashing, act blinking&lt;br /&gt;
|ready constant flash, (if link) link + speed constant flashing, act blinking&lt;br /&gt;
|blinking (green)&lt;br /&gt;
|----&lt;br /&gt;
|IP800/IP6000/IPx010&lt;br /&gt;
(red/green/orange ready LED )&lt;br /&gt;
|Button&lt;br /&gt;
|&amp;lt;6 slow gn blink&lt;br /&gt;
&lt;br /&gt;
[6;10] constant red&lt;br /&gt;
&lt;br /&gt;
[10;13] fast gn blink&lt;br /&gt;
&lt;br /&gt;
&amp;lt;13 constant orange&lt;br /&gt;
|fast blink (green)&lt;br /&gt;
|3&lt;br /&gt;
|15 (IP800)&lt;br /&gt;
&lt;br /&gt;
15-20 (IP6000/IPx010)&lt;br /&gt;
|constant orange&lt;br /&gt;
|red&lt;br /&gt;
|green&lt;br /&gt;
|blinking (red)&lt;br /&gt;
|----&lt;br /&gt;
|IP1200&lt;br /&gt;
|Button&lt;br /&gt;
|&amp;lt;2s alarm red constant flash, ready off&lt;br /&gt;
&lt;br /&gt;
[2;7] alarm off, ready slow blink green&lt;br /&gt;
&lt;br /&gt;
[7;13] alarm off, ready fast blink green&lt;br /&gt;
&lt;br /&gt;
&amp;gt;13s alarm off, ready 2 Hz blink green&lt;br /&gt;
|fast blink&lt;br /&gt;
|3&lt;br /&gt;
|10&lt;br /&gt;
|slow flash ca. 2 Hz&lt;br /&gt;
|&amp;lt;2s alarm red constant flash&lt;br /&gt;
&lt;br /&gt;
ready green constant flash&lt;br /&gt;
&lt;br /&gt;
power orange constant flash&lt;br /&gt;
&lt;br /&gt;
[2;4] alarm off, ready off, power orange&lt;br /&gt;
&lt;br /&gt;
&amp;gt;4s alarm off, ready constant green flash, power constant green flash&lt;br /&gt;
|ready constant green flash and power constant orange flash&lt;br /&gt;
|alarm (red)&lt;br /&gt;
|----&lt;br /&gt;
|IP1202&lt;br /&gt;
|Button&lt;br /&gt;
|&amp;lt;3s LED off&lt;br /&gt;
&lt;br /&gt;
[3;10] LED blink fast blue 1 sec&lt;br /&gt;
&lt;br /&gt;
&amp;gt;10s LED blink fast blue 1 sec,&lt;br /&gt;
than blink slow blue until factory reset completed,&lt;br /&gt;
than constant yellow/amber&lt;br /&gt;
|fast blink in blue&lt;br /&gt;
|3&lt;br /&gt;
|10&lt;br /&gt;
|constant yellow/amber&lt;br /&gt;
|LED red until firmware lstarted&lt;br /&gt;
&lt;br /&gt;
LED blink fast red until ethernet link up&lt;br /&gt;
&lt;br /&gt;
LED blink fast blue until Air Sync established&lt;br /&gt;
&lt;br /&gt;
LED constant blue if Air Sync OK&lt;br /&gt;
&lt;br /&gt;
|LED constant blue&lt;br /&gt;
|LED constant red&lt;br /&gt;
|----&lt;br /&gt;
|IP200/IP202&lt;br /&gt;
(red handset)&lt;br /&gt;
|alt key&lt;br /&gt;
|slow blink&lt;br /&gt;
|slow blink&lt;br /&gt;
|3&lt;br /&gt;
|5&lt;br /&gt;
|constant flash&lt;br /&gt;
|slow blink&lt;br /&gt;
|off&lt;br /&gt;
|constant flash&lt;br /&gt;
|----&lt;br /&gt;
|IP200A/IP210&lt;br /&gt;
(red handset)&lt;br /&gt;
|alt key&lt;br /&gt;
|slow blink&lt;br /&gt;
|fast blink&lt;br /&gt;
|3&lt;br /&gt;
|15&lt;br /&gt;
|slow flash&lt;br /&gt;
ca. 2 Hz&lt;br /&gt;
|on&lt;br /&gt;
|off&lt;br /&gt;
|blinking &lt;br /&gt;
|----&lt;br /&gt;
|IP110&lt;br /&gt;
(LED’s in F1 key)&lt;br /&gt;
|save key&lt;br /&gt;
|slow blink&lt;br /&gt;
|F1 off&lt;br /&gt;
|3&lt;br /&gt;
|10 - 15&lt;br /&gt;
|slow flash&lt;br /&gt;
ca. 2 Hz&lt;br /&gt;
|constant F1 flash&lt;br /&gt;
|off&lt;br /&gt;
|blinking &lt;br /&gt;
|----&lt;br /&gt;
|IP111&lt;br /&gt;
(MWI LED)&lt;br /&gt;
|home key&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|----&lt;br /&gt;
|IP112&lt;br /&gt;
(MWI LED)&lt;br /&gt;
|home key&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|----&lt;br /&gt;
|IP230&lt;br /&gt;
(menu key)&lt;br /&gt;
|menu key&lt;br /&gt;
|slow blink&lt;br /&gt;
|fast blink&lt;br /&gt;
|3&lt;br /&gt;
|10&lt;br /&gt;
|slow flash&lt;br /&gt;
ca. 2 Hz&lt;br /&gt;
|on&lt;br /&gt;
|off&lt;br /&gt;
|blinking &lt;br /&gt;
|----&lt;br /&gt;
|IP240&lt;br /&gt;
(menu key)&lt;br /&gt;
|menu key&lt;br /&gt;
|slow blink&lt;br /&gt;
|fast blink&lt;br /&gt;
|3&lt;br /&gt;
|10&lt;br /&gt;
|slow flash&lt;br /&gt;
ca. 2 Hz&lt;br /&gt;
|on&lt;br /&gt;
|off&lt;br /&gt;
|blinking &lt;br /&gt;
|----&lt;br /&gt;
|IP241&lt;br /&gt;
(menu key)&lt;br /&gt;
|alt key&lt;br /&gt;
|slow blink&lt;br /&gt;
|fast blink&lt;br /&gt;
|3&lt;br /&gt;
|10&lt;br /&gt;
|slow flash&lt;br /&gt;
ca. 2 Hz&lt;br /&gt;
|on&lt;br /&gt;
|off&lt;br /&gt;
|blinking&lt;br /&gt;
|----&lt;br /&gt;
|IP222&lt;br /&gt;
(MWI LED)&lt;br /&gt;
|ESC key&lt;br /&gt;
|slow blink&lt;br /&gt;
|fast blink&lt;br /&gt;
|3&lt;br /&gt;
|15&lt;br /&gt;
|slow flash&lt;br /&gt;
ca. 2 Hz&lt;br /&gt;
|on&lt;br /&gt;
|off&lt;br /&gt;
|blinking&lt;br /&gt;
|----&lt;br /&gt;
|IP232&lt;br /&gt;
(MWI LED)&lt;br /&gt;
|ESC key&lt;br /&gt;
|slow blink&lt;br /&gt;
|fast blink&lt;br /&gt;
|3&lt;br /&gt;
|15&lt;br /&gt;
|slow flash&lt;br /&gt;
ca. 2 Hz&lt;br /&gt;
|on&lt;br /&gt;
|off&lt;br /&gt;
|blinking &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;br /&gt;
* [[Howto:How to use gwload]]&lt;br /&gt;
* [[Howto:How_to_Reset_IPXXX_(V10...)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lm ulm pk</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:How_to_Reset_IPXXX_(V10...)&amp;diff=43187</id>
		<title>Howto:How to Reset IPXXX (V10...)</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:How_to_Reset_IPXXX_(V10...)&amp;diff=43187"/>
		<updated>2016-07-07T11:54:20Z</updated>

		<summary type="html">&lt;p&gt;Lm ulm pk: /* More Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Summary==&lt;br /&gt;
Different Reset Options of IPXXX&lt;br /&gt;
&lt;br /&gt;
==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* All innovaphone IP-Phones and -Gateways with V10 boot code or higher&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: factory default, led behaviour, tftp mode, clear config, gwload--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
Options for resetting innovaphone devices and LED pattern are described&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the factory reset was not successful please contact rma@innovaphone.com&lt;br /&gt;
&lt;br /&gt;
or look at [[Howto:Get Access to Gateways if the Assistant don&#039;t boot the device.]]&lt;br /&gt;
&lt;br /&gt;
===Reset options===&lt;br /&gt;
There are different options for resetting innovaphone devices, they can be selected by holding reset for a specific time.&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
!Time reset button pressed&lt;br /&gt;
!Action&lt;br /&gt;
!Remark&lt;br /&gt;
!..&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;1s&lt;br /&gt;
| Reset to normal firmware&lt;br /&gt;
| This is the &amp;quot;short&amp;quot; reset&lt;br /&gt;
|-&lt;br /&gt;
| 1s..3s&lt;br /&gt;
| Reset to mini firmware&lt;br /&gt;
| This reset allows to recover from a bad firmware or a config causing problems with the normal firmware&lt;br /&gt;
|-&lt;br /&gt;
| 3s..6s&lt;br /&gt;
| Reset to TFTP mode for GWLoad&lt;br /&gt;
| Deprecated, use the minifirmware whenever possible for recovery.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;gt;6s&lt;br /&gt;
| Reset to factory default, enter TFTP mode for GWLoad&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Please note: a &#039;&#039;Reset to factory default&#039;&#039; will &#039;&#039;&#039;erase all content from a &#039;&#039;Flash Disk&#039;&#039;&#039;&#039;&#039; (&amp;lt;code&amp;gt;/DRIVE/FLASH&amp;lt;/code&amp;gt;).  However, it will not touch the content of a CF-Card or SSD (&amp;lt;code&amp;gt;/DRIVE/CF0&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
===LED-Patterns===&lt;br /&gt;
&lt;br /&gt;
On the Gateways the ready LED can be red, green or orange.&lt;br /&gt;
On the Phones the MWI LED or the F1 LED on IP110 is used as ready LED during startup.&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
!State&lt;br /&gt;
!Gateway LED-Pattern&lt;br /&gt;
!Phone LED-Pattern and Display&lt;br /&gt;
!Remark&lt;br /&gt;
|-&lt;br /&gt;
| Reset pressed &lt;br /&gt;
| Ready LED is blinking green 3 times per second&lt;br /&gt;
| MWI or F1 LED is blinking 3 times per second&lt;br /&gt;
| After 2 seconds and after 6s the on time of the LED is 666ms instead of 333ms.&lt;br /&gt;
|-&lt;br /&gt;
| Firmware or Minifirmware starting &lt;br /&gt;
| Ready LED is red&lt;br /&gt;
| MWI or F1 LED is red&lt;br /&gt;
| Firmware starting takes a few seconds&lt;br /&gt;
|-&lt;br /&gt;
| Firmware running &lt;br /&gt;
| Ready LED is green&amp;lt;br&amp;gt;Ready LED is blinking red&lt;br /&gt;
| MWI or F1 LED depending on the phone state&lt;br /&gt;
| If the ready LED is blinking red a hardware module could not be initialized, a trace shows more details. &lt;br /&gt;
|-&lt;br /&gt;
| Minifirmware running &lt;br /&gt;
| Ready LED is blinking green for 900ms on and red for 100ms&lt;br /&gt;
| Minifirmware message is shown on the Display&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Firmware update &lt;br /&gt;
| Ready LED is fast flashing green, 25 times per second&lt;br /&gt;
| Firmware update message is shown on the Display&lt;br /&gt;
| Do not interrupt a firmware update!&lt;br /&gt;
|-&lt;br /&gt;
| TFTP mode &lt;br /&gt;
| Ready LED is orange&lt;br /&gt;
| MWI or F1 LED is blinking green every 2seconds for 40ms&lt;br /&gt;
| TFTP mode is deprecated, use minifirmware for recovery whenever possible&lt;br /&gt;
|-&lt;br /&gt;
| Clear config &lt;br /&gt;
| Ready LED is fast flashing green, 25 times per second&lt;br /&gt;
| MWI or F1 LED is fast flashing red, 25 times per second&lt;br /&gt;
| Reseting to factory default needs up to 60 seconds, especially on devices with large flash like IP6010&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IP1202 uses a 3 color LED and uses instead of green on the other gateway blue.&lt;br /&gt;
When the firmware is running some more states are signaled with the LED:&lt;br /&gt;
* LED blink fast red until ethernet link up &lt;br /&gt;
* LED blink fast blue until Air Sync established &lt;br /&gt;
* LED constant blue if Air Sync OK&lt;br /&gt;
&lt;br /&gt;
===Keys===&lt;br /&gt;
&lt;br /&gt;
On the gateway the reset button is a dedicated button.&lt;br /&gt;
On the phones one of the keys functions during poweron as reset button. During normal operation the key works not as reset button.&lt;br /&gt;
That means to activate the reset you need to poweron the phone (or trigger a reset on the webinterface) while pressing the phones reset key.&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
!Phone&lt;br /&gt;
!Key&lt;br /&gt;
!Remark&lt;br /&gt;
|-&lt;br /&gt;
| IP110&lt;br /&gt;
| Save-Key&lt;br /&gt;
|-&lt;br /&gt;
| IP111&amp;lt;br&amp;gt;IP112&lt;br /&gt;
| Home-Key&lt;br /&gt;
|-&lt;br /&gt;
| IP200 &amp;lt;br&amp;gt;&lt;br /&gt;
| Alt-Key&lt;br /&gt;
|-&lt;br /&gt;
| IP230&amp;lt;br&amp;gt;IP240&amp;lt;br&amp;gt;IP241&lt;br /&gt;
| Menu-Key&lt;br /&gt;
|-&lt;br /&gt;
| IP222&amp;lt;br&amp;gt;IP232&lt;br /&gt;
| ESC-Key&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;br /&gt;
* [[Howto:How to use gwload]]&lt;br /&gt;
* [[Howto:How_to_Reset_IPXXX]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lm ulm pk</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:Get_Access_to_Gateways_if_the_Assistant_doesn%27t_boot_the_Device&amp;diff=43186</id>
		<title>Howto:Get Access to Gateways if the Assistant doesn&#039;t boot the Device</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:Get_Access_to_Gateways_if_the_Assistant_doesn%27t_boot_the_Device&amp;diff=43186"/>
		<updated>2016-07-07T11:53:00Z</updated>

		<summary type="html">&lt;p&gt;Lm ulm pk: New page: ==Applies To== concerns * IP 811, V11, V12 (at least observed here)  &amp;lt;!-- Keywords: enter keywords, foreign translations and/or synoyms not appearing in the article here for better search ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
concerns&lt;br /&gt;
* IP 811, V11, V12 (at least observed here)&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;
A gateway should reboot after ending the setup-assistant. Sometimes that will not happen.&lt;br /&gt;
I have seen such behavior at a IP811 after uploading the last v12 rc1 after the factory&lt;br /&gt;
reset, i.e. pressing the reset-button long until the led flashes green and quick, wait&lt;br /&gt;
until led turns red and powercyle the device.&lt;br /&gt;
&lt;br /&gt;
A manual reboot (powercyle) won&#039;t help here. The Assistant will be shown again.&lt;br /&gt;
&lt;br /&gt;
A booting with sending a !boot  (&amp;lt;nowiki&amp;gt;http://&amp;lt;ip of gateway&amp;gt;/!boot&amp;lt;/nowiki&amp;gt; ) ends in an nonreacting http-Server.&lt;br /&gt;
It is still there but has no content.&lt;br /&gt;
&lt;br /&gt;
Dealing with the !tftp mode and gwload to update firmware or bootcode doesn&#039;t help either.&lt;br /&gt;
&lt;br /&gt;
But you can get access to part of the gateway&#039;s webgui when calling&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://&amp;lt;ip of gateway&amp;gt;/CMD0/mod_cmd.xml?cmd=xml-modes&amp;amp;menu=maintenance.xml&amp;amp;xsl=tab.xsl&amp;amp;help=Maintenance&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
 in your webbrowser.&lt;br /&gt;
This will show the part of the gui where you can deal with firmware bootcode and config.&lt;br /&gt;
&lt;br /&gt;
Downloading the config, editing the config in the line with &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;config change HTTP0 /home SETUP/wizard.xml&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;config change HTTP0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
and upload it to the gateway with a reboot afterwards will lead to a reacting WebGui.&lt;br /&gt;
&lt;br /&gt;
I couldn&#039;t find an appropriate &#039;&#039;&#039;!mod cmd syntax&#039;&#039;&#039; for it but it may exist.&lt;br /&gt;
&lt;br /&gt;
== Related Articles ==&lt;br /&gt;
&lt;br /&gt;
*[[Howto:How to Reset IPXXX (V10...)]]&lt;br /&gt;
*[[Howto:How to Reset IPXXX]]&lt;/div&gt;</summary>
		<author><name>Lm ulm pk</name></author>
	</entry>
</feed>