<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.ipbrick.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.ipbrick.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dbabo</id>
		<title>wiki.IPBRICK.COM - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.ipbrick.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dbabo"/>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/Special:Contributions/Dbabo"/>
		<updated>2026-05-13T12:31:52Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.2</generator>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/VoIP_Statistics</id>
		<title>VoIP Statistics</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/VoIP_Statistics"/>
				<updated>2016-06-23T14:59:54Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: Created page with &amp;quot; == voipstats database ==  === Description of table cdr ===  {| class=&amp;quot;wikitable sortable&amp;quot; |- ! field !! type !! example !! description |- |calldate || timestamp without time...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== voipstats database ==&lt;br /&gt;
&lt;br /&gt;
=== Description of table cdr ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! field !! type !! example !! description&lt;br /&gt;
|-&lt;br /&gt;
|calldate || timestamp without time zone || 2010-10-26 12:00:00 ||  The start time of the call&lt;br /&gt;
|-&lt;br /&gt;
|clid || character varying(80) || &amp;quot;Big Bird&amp;quot; &amp;lt;12565551212&amp;gt; ||  The full caller ID, including the name, of the calling party.&lt;br /&gt;
|-&lt;br /&gt;
|src || character varying(80) || 12565551212 || The calling party’s caller ID number&lt;br /&gt;
|-&lt;br /&gt;
|dst || character varying(80) || 102 || The destination extension for the call&lt;br /&gt;
|-&lt;br /&gt;
|dcontext || character varying(80) || SER_Asterisk ||  The destination extension for the call.&lt;br /&gt;
|-&lt;br /&gt;
|channel || character varying(80) || SIP/kamailio-a1bc23ef ||  The calling party’s channel.&lt;br /&gt;
|-&lt;br /&gt;
|dstchannel || character varying(80) || SIP/102-a1bc23e7 ||  The called party’s channel.&lt;br /&gt;
|-&lt;br /&gt;
|lastapp || character varying(80) || Dial || The last dialplan application that was executed.&lt;br /&gt;
|-&lt;br /&gt;
|lastdata || character varying(80) || SIP/102,30,tT || The arguments passed to the lastapp.&lt;br /&gt;
|-&lt;br /&gt;
|duration || integer || 195 || The number of seconds between the calldate and endcalldate times for the call.&lt;br /&gt;
|-&lt;br /&gt;
|billsec || integer || 180 || The number of seconds between the answer and endcalldate times for the call.&lt;br /&gt;
|-&lt;br /&gt;
|disposition || character varying(45) || ANSWERED || An indication of what happened to the call. This may be NO ANSWER, FAILED, BUSY, ANSWERED, or UNKNOWN.&lt;br /&gt;
|-&lt;br /&gt;
|amaflags || integer ||  || The Automatic Message Accounting (AMA) flag associated with this call. (not used)&lt;br /&gt;
|-&lt;br /&gt;
|accountcode || character varying(20) ||  || An account ID.(not used)&lt;br /&gt;
|-&lt;br /&gt;
|userfield || character varying(255) ||  || A general-purpose user field. (not used)&lt;br /&gt;
|-&lt;br /&gt;
|fallback || character varying(50) || 1 ||  Indication if this call fallback (1 - true  ;  0 or empty - false) &lt;br /&gt;
|-&lt;br /&gt;
|totalrtp1in || integer || 3000 ||  Total of RTP packets incomming at calling party&lt;br /&gt;
|-&lt;br /&gt;
|totalrtp1out || integer || 4000 ||  Total of RTP packets outgoing at calling party&lt;br /&gt;
|-&lt;br /&gt;
|lostrtp1 || integer || 20 ||  Number of lost rtp packets at calling party&lt;br /&gt;
|-&lt;br /&gt;
|tlatency1 || integer || 2 ||  Maximun latency  at calling party&lt;br /&gt;
|-&lt;br /&gt;
|tjitter1 || integer || 1 || Maximun jitter at calling party&lt;br /&gt;
|-&lt;br /&gt;
|alatency1 || integer || 2 || Average latency at calling party&lt;br /&gt;
|-&lt;br /&gt;
|ajitter1 || integer || 1 || Average jitter at calling party&lt;br /&gt;
|-&lt;br /&gt;
|codec1 || character varying(50) || GSM ||  Audio/Video Codec at calling party&lt;br /&gt;
|-&lt;br /&gt;
|signalling1 || character varying(50) || SIP ||  Signalling protocol at calling party&lt;br /&gt;
|-&lt;br /&gt;
|callerid1 || character varying(50) || 100 ||  Callerid at calling party&lt;br /&gt;
|-&lt;br /&gt;
|ip1 || character varying(50) || 10.1.0.100 ||  IP at calling party&lt;br /&gt;
|-&lt;br /&gt;
|totalrtp2in || integer || 3000 ||  Total of RTP packets incomming at called party&lt;br /&gt;
|-&lt;br /&gt;
|totalrtp2out || integer || 4000 ||  Total of RTP packets outgoing at called party&lt;br /&gt;
|-&lt;br /&gt;
|lostrtp2 || integer || 20 || Number of lost rtp packets at called party&lt;br /&gt;
|-&lt;br /&gt;
|tlatency2 || integer || 2 ||  Maximun latency  at called party&lt;br /&gt;
|-&lt;br /&gt;
|tjitter2 || integer || 1 || Maximun jitter at called party&lt;br /&gt;
|-&lt;br /&gt;
|alatency2 || integer || 2 || Average latency at called party&lt;br /&gt;
|-&lt;br /&gt;
|ajitter2 || integer || 1 || Average jitter at called party&lt;br /&gt;
|-&lt;br /&gt;
|codec2 || character varying(50) || GSM ||  Audio/Video Codec at called party&lt;br /&gt;
|-&lt;br /&gt;
|signalling2 || character varying(50) || SIP ||  Signalling protocol at called party&lt;br /&gt;
|-&lt;br /&gt;
|callerid2 || character varying(50) || 102 ||  Callerid at called party&lt;br /&gt;
|-&lt;br /&gt;
|ip2 || character varying(50) || 10.1.0.103 ||  IP at called party&lt;br /&gt;
|-&lt;br /&gt;
|srcipb || character varying(80) || 12565551212 || The calling party’s caller ID number (this value is more accurate that src)&lt;br /&gt;
|-&lt;br /&gt;
|dstipb || character varying(80) || 102 || The destination extension for the call (this value is more accurate that dst)&lt;br /&gt;
|-&lt;br /&gt;
|transfered || integer || 1 ||  Indication if this call was transfered (1 - true ; 0 or empty - false)&lt;br /&gt;
|-&lt;br /&gt;
|monitorfile || character varying(100) || /home1/_voip/monitoring/2011-07-15-21:02:00_ipmtel007_ipmtel027_1310760120.0.MP3 ||  Temporary file path of call recording&lt;br /&gt;
|-&lt;br /&gt;
|uniqueid || character varying(24) || 1425102718.0 ||  Unique Channel Identifier&lt;br /&gt;
|-&lt;br /&gt;
|utilizador || character varying(255) ||  |10014 ||  Identify the users presents on call. Sintaxe  uidnumber of origin user '|' uidnumber of destination user&lt;br /&gt;
|-&lt;br /&gt;
|endcalldate || timestamp without time zone || 2010-10-26 12:00:00 ||  The end time of the call &lt;br /&gt;
|-&lt;br /&gt;
|functionstamp || character varying(80) || 1289906050.39986-QUEUE_3 ||  Unique Identifier of the function used&lt;br /&gt;
|-&lt;br /&gt;
|lastdst || character varying(80) || 102 ||  The last called party.&lt;br /&gt;
|-&lt;br /&gt;
|route || character varying(80) || 0801_VipVoz ||  Name of the route used or name of the funtion used&lt;br /&gt;
|-&lt;br /&gt;
|direction || integer || 1 ||  Direction of the call (not used)&lt;br /&gt;
|-&lt;br /&gt;
|uniqueid2 || character varying(80) || 1425102718.0 || Unique Call Identifier&lt;br /&gt;
|-&lt;br /&gt;
|enum || character varying(80) || 1 || Indication if this call use ENUM Lookup (1 - true  ;  0 or empty - false) &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/Operating_System</id>
		<title>Operating System</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/Operating_System"/>
				<updated>2016-06-23T14:58:18Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: /* Information per service */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to IPBrick.IC support ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[What is new at IPBrick.IC version 6.0]]&lt;br /&gt;
* [[Update to IPBrick version 6.0]]&lt;br /&gt;
* [[Licensing IPBrick]]&lt;br /&gt;
* [[How to update IPBrick]]&lt;br /&gt;
&lt;br /&gt;
== Information per service ==&lt;br /&gt;
&lt;br /&gt;
* IPBrick.I&lt;br /&gt;
** [[Domain Server]]&lt;br /&gt;
** [[File Server]]&lt;br /&gt;
** [[Email Server]]&lt;br /&gt;
** [[Backup]]&lt;br /&gt;
&lt;br /&gt;
* IPBrick.C&lt;br /&gt;
** [[Email Server]]&lt;br /&gt;
** [[FTP Server]]&lt;br /&gt;
** [[VPN PPTP]]&lt;br /&gt;
** [[VoIP]]&lt;br /&gt;
*** [[VoIP Statistics]]&lt;br /&gt;
&lt;br /&gt;
== Information per Apps ==&lt;br /&gt;
&lt;br /&gt;
* [[Archipel]]&lt;br /&gt;
* [[CAFE]]&lt;br /&gt;
* [[Contacts]]&lt;br /&gt;
* [[Groupware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuration Hints ==&lt;br /&gt;
&lt;br /&gt;
* [[Configurations for OpenVPN client]]&lt;br /&gt;
** [[How_to_rewrite_an_OpenVPN_file|How to rewrite an OpenVPN file]]&lt;br /&gt;
* [[Consultation_and_synchronization_of_remote_contacts_on_IPBrick|Consultation and synchronization of remote contacts on IPBrick]]&lt;br /&gt;
* [[Click2call_Windows|Configurations for Click2call on Windows]]&lt;br /&gt;
* [[How to buy and configure a SSL certificate at IPBrick 6.1]]&lt;br /&gt;
* [[How_to_handle_prefixes_on_IPBrick|How to handle prefixes on IPBrick]]&lt;br /&gt;
* [[Hyper-v_tools_for_IPBrick_6.X|Hyper-v tools for IPBrick 6.X]]&lt;br /&gt;
* [[IPBrick Disk migration]]&lt;br /&gt;
* [[Registering Phones with Open-VPN]]&lt;br /&gt;
* [[SIP_Trunks_Configuration|SIP Trunks Configuration]]&lt;br /&gt;
* [[UCoIP DNS/firewall configuration]]&lt;br /&gt;
* [[VMWare tools for IPBrick 6.X]]&lt;br /&gt;
&lt;br /&gt;
== HOW-TO ==&lt;br /&gt;
* [[How to configure a reverse proxy]]&lt;br /&gt;
* [[How to configure WPAD]]&lt;br /&gt;
* [[How to configure IPBRICK as an IP PBX |How to connect an IPBRICK as IP PBX]]&lt;br /&gt;
* [[How to configure DHCP server with no dynamic pool]]&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
* IPBrick v6.0&lt;br /&gt;
** [[NIC device detection/management]]&lt;br /&gt;
** [[Network Configuration / DHCP General Options Network Mask]]&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/How_to_handle_prefixes_on_IPBrick</id>
		<title>How to handle prefixes on IPBrick</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/How_to_handle_prefixes_on_IPBrick"/>
				<updated>2016-05-09T11:25:27Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The prefixes inserted in any of these outbound routes shall be automatically available for SIP telephones and for telephones connected to PBX.&lt;br /&gt;
&lt;br /&gt;
These are all the available options (advanced):&lt;br /&gt;
&lt;br /&gt;
* Route name: This field is merely informative and you can type here, for example, your operator's name;&lt;br /&gt;
* Prefix-Number Pattern: Both fields define the destination's number format that enables you to make calls by using this route. The Prefix will be a number and for the Number Pattern you may use this syntax:&lt;br /&gt;
&lt;br /&gt;
    X matches any digit from 0-9&lt;br /&gt;
    Z matches any digit from 1-9&lt;br /&gt;
    N matches any digit from 2-9&lt;br /&gt;
    [1237-9] matches any digit or letter in the brackets&lt;br /&gt;
    (in this example, 1,2,3,7,8,9)&lt;br /&gt;
    [a-z] matches any lower case letter&lt;br /&gt;
    [A-Z] matches any UPPER case letter&lt;br /&gt;
    . wildcard, matches one or more characters&lt;br /&gt;
    ! wildcard, matches zero (none) or more characters immediately&lt;br /&gt;
&lt;br /&gt;
* Include prefix in address: If it's set to YES (option by default), the number inserted in the prefix will be dialed and if it's set to NO, that same number will be removed;&lt;br /&gt;
* Postrouting prefix: It's a prefix added by the IPBrick when the number is received. E.g: For the Portuguese PSTN network we use the format 2XXXXXXXX. If we use a SIP account route as main route, it's necessary to use prefix 2, include prefix in address and use a postrouting prefix with 00351 (351 is the portuguese international code).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuration example ==&lt;br /&gt;
&lt;br /&gt;
Imagine that we have a prefix configured as follows:&lt;br /&gt;
&lt;br /&gt;
Route name: MyTSIP &amp;lt;br&amp;gt;&lt;br /&gt;
prefix: 2 | Pattern: XXXXXXXX &amp;lt;br&amp;gt;&lt;br /&gt;
Include prefix in address: Yes &amp;lt;br&amp;gt;&lt;br /&gt;
Postrouting prefix: 00351 &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Considering this configuration, an outbound call whose destination number starts by 2 and has 8 more digits, will be sent by the route MyTISP, the prefix 2 will be kept and it will also be added a prefix 00351 to the originally dialed number.&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/How_to_handle_prefixes_on_IPBrick</id>
		<title>How to handle prefixes on IPBrick</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/How_to_handle_prefixes_on_IPBrick"/>
				<updated>2016-05-09T10:16:32Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''' ***PAGE ON CONSTRUCTION*** '''&lt;br /&gt;
&lt;br /&gt;
The prefixes inserted in any of these outbound routes shall be automatically available for SIP telephones and for telephones connected to PBX.&lt;br /&gt;
&lt;br /&gt;
These are all the available options (advanced):&lt;br /&gt;
&lt;br /&gt;
* Route name: This field is merely informative and you can type here, for example, your operator's name;&lt;br /&gt;
* Prefix-Number Pattern: Both fields define the destination's number format that enables you to make calls by using this route. The Prefix will be a number and for the Number Pattern you may use this syntax:&lt;br /&gt;
&lt;br /&gt;
    X matches any digit from 0-9&lt;br /&gt;
    Z matches any digit from 1-9&lt;br /&gt;
    N matches any digit from 2-9&lt;br /&gt;
    [1237-9] matches any digit or letter in the brackets&lt;br /&gt;
    (in this example, 1,2,3,7,8,9)&lt;br /&gt;
    [a-z] matches any lower case letter&lt;br /&gt;
    [A-Z] matches any UPPER case letter&lt;br /&gt;
    . wildcard, matches one or more characters&lt;br /&gt;
    ! wildcard, matches zero (none) or more characters immediately&lt;br /&gt;
&lt;br /&gt;
* Include prefix in address: If it's set to YES (option by default), the number inserted in the prefix will be dialed and if it's set to NO, that same number will be removed;&lt;br /&gt;
* Postrouting prefix: It's a prefix added by the IPBrick when the number is received. E.g: For the Portuguese PSTN network we use the format 2XXXXXXXX. If we use a SIP account route as main route, it's necessary to use prefix 2, include prefix in address and use a postrouting prefix with 00351 (351 is the portuguese international code).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuration example ==&lt;br /&gt;
&lt;br /&gt;
Imagine that we have a prefix configured as follows:&lt;br /&gt;
&lt;br /&gt;
Route name: MyTSIP&lt;br /&gt;
prefix: 2 | Pattern: XXXXXXXX&lt;br /&gt;
Postrouting prefix: 00351&lt;br /&gt;
&lt;br /&gt;
Considering this configuration, an outbound call whose destination number starts by 2 and has 8 more digits, will be sent by the route MyTISP, the prefix 2 will be kept and it will also be added a prefix 00351 to the originally dialed number.&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/How_to_handle_prefixes_on_IPBrick</id>
		<title>How to handle prefixes on IPBrick</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/How_to_handle_prefixes_on_IPBrick"/>
				<updated>2016-05-09T09:39:39Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''' ***PAGE ON CONSTRUCTION*** '''&lt;br /&gt;
&lt;br /&gt;
The prefixes inserted in any of these outbound routes shall be automatically available for SIP telephones and for telephones connected to PBX.&lt;br /&gt;
&lt;br /&gt;
These are all the available options (advanced):&lt;br /&gt;
&lt;br /&gt;
* Route name: This field is merely informative and you can type here, for example, your operator's name;&lt;br /&gt;
* Prefix-Number Pattern: Both fields define the destination's number format that enables you to make calls by using this route. The Prefix will be a number and for the Number Pattern you may use this syntax:&lt;br /&gt;
&lt;br /&gt;
    X matches any digit from 0-9&lt;br /&gt;
    Z matches any digit from 1-9&lt;br /&gt;
    N matches any digit from 2-9&lt;br /&gt;
    [1237-9] matches any digit or letter in the brackets&lt;br /&gt;
    (in this example, 1,2,3,7,8,9)&lt;br /&gt;
    [a-z] matches any lower case letter&lt;br /&gt;
    [A-Z] matches any UPPER case letter&lt;br /&gt;
    . wildcard, matches one or more characters&lt;br /&gt;
    ! wildcard, matches zero (none) or more characters immediately&lt;br /&gt;
&lt;br /&gt;
* Include prefix in address: If it's set to YES (option by default), the number inserted in the prefix will be dialed and if it's set to NO, that same number will be removed;&lt;br /&gt;
* Postrouting prefix: It's a prefix added by the IPBrick when the number is received. E.g: For the Portuguese PSTN network we use the format 2XXXXXXXX. If we use a SIP account route as main route, it's necessary to use prefix 2, include prefix in address and use a postrouting prefix with 00351 (351 is the portuguese international code).&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:Click2call9.png</id>
		<title>File:Click2call9.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:Click2call9.png"/>
				<updated>2016-04-20T12:53:50Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: Dbabo uploaded a new version of &amp;amp;quot;File:Click2call9.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/Click2call_Windows</id>
		<title>Click2call Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/Click2call_Windows"/>
				<updated>2016-04-20T12:44:13Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: /* Installing the TAPI Clien */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
Module for the usage of Click2Call on Windows.&lt;br /&gt;
&lt;br /&gt;
Pages:&lt;br /&gt;
&lt;br /&gt;
* TTTelecom [http://www.tttelecom.nl]&lt;br /&gt;
&lt;br /&gt;
* Taridium [http://wiki.taridium.com/Click_to_Call]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Necessary configurations ==&lt;br /&gt;
&lt;br /&gt;
=== IPBrick Configurations ===&lt;br /&gt;
&lt;br /&gt;
* Go to IPBrick's Web Interface:&lt;br /&gt;
** Advanced Configurations » Telephony » Configurations » IP PBX remote managers » Enable. &lt;br /&gt;
* Configure IP PBX remote managers:&lt;br /&gt;
** Define the authorized networks and determine a login and password;&lt;br /&gt;
** After creating the remote manager, edit its ''Access permissions'', by selecting the checkbox ''originate - Ability to originate''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Click2call1.png| center|1250px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Click2call2.png| center|1250px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Windows Configurations for Outlook, using the modem feature ===&lt;br /&gt;
&lt;br /&gt;
==== Installing the TAPI Client ====&lt;br /&gt;
&lt;br /&gt;
Download ActivaTSP [http://sourceforge.net/projects/activa/files/].&lt;br /&gt;
&lt;br /&gt;
Open the Zip file and install &amp;quot;SetupActiva.exe&amp;quot; in the folder ''Activa''. This configuration will ask for details of the server.&lt;br /&gt;
&lt;br /&gt;
==== ActivaTSP Configuration ====&lt;br /&gt;
&lt;br /&gt;
* '''Line DN:''' The extension that will be used (E.g.: For the extension 305, enter SIP/305.)&lt;br /&gt;
* '''Line Prefix:''' AST (default)&lt;br /&gt;
* '''Caller ID Name:''' Empty&lt;br /&gt;
&lt;br /&gt;
===== Asterisk Connection =====&lt;br /&gt;
&lt;br /&gt;
* '''Host IP:''' 192.168.19.5 (IPBrick's IP)&lt;br /&gt;
* '''Port:''' 5038&lt;br /&gt;
* '''User:''' adm&lt;br /&gt;
* '''Password:''' &amp;lt;Password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Context =====&lt;br /&gt;
&lt;br /&gt;
* '''Outgoing:''' local_processing&lt;br /&gt;
* '''Agent:''' local_processing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click ''OK'' to save configurations. It may be necessary to reboot the PC.&lt;br /&gt;
&lt;br /&gt;
We can always access to this menu on Control Panel » Telephones and modems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Test the functioning ====&lt;br /&gt;
&lt;br /&gt;
On the contacts of the list view, right-click and make the call.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call4.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now click on '''Start Call'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It may be necessary to configure the calling line; to do so, go to the menu '''Dialing Properties...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call6.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Windows configurations, using ADAT===&lt;br /&gt;
&lt;br /&gt;
* Link to download ADAT: [http://dl.tttelecom.nl/index.php/en/component/docman/doc_download/6-adat-r2-0713];&lt;br /&gt;
&lt;br /&gt;
* Execute the program and proceed to its installation;&lt;br /&gt;
&lt;br /&gt;
* After installing, go to the configuration menu and perform the following configurations (see images).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call7.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call8.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This configuration allows us to select the number, in any application, and click on '''Alt + c''' to make the call.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Browser support - Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
We can use Google Chrome's extension: [https://chrome.google.com/webstore/detail/asterisk-click2call/hlnmjkbpmnbgeondjeceaomhafdacmlj].&lt;br /&gt;
&lt;br /&gt;
We create a site with the following information (for example, calls.domain.com):&lt;br /&gt;
&lt;br /&gt;
cat /home1/_sites/calls/site/call.php&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?if (!empty( $_REQUEST['phone'])   &amp;amp;&amp;amp; !empty( $_REQUEST['exten']  ) )&lt;br /&gt;
{&lt;br /&gt;
        $num = $_REQUEST['phone'];&lt;br /&gt;
        $ext = $_REQUEST['exten'];&lt;br /&gt;
        $num = preg_replace( &amp;quot;/^\+7/&amp;quot;, &amp;quot;8&amp;quot;, $num );&lt;br /&gt;
        $num = preg_replace( &amp;quot;/\D/&amp;quot;, &amp;quot;&amp;quot;, $num );&lt;br /&gt;
 &lt;br /&gt;
        if ( ! empty( $num ) )&lt;br /&gt;
        {&lt;br /&gt;
                echo &amp;quot;Dialing $num\r\n&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
                $timeout = 10;&lt;br /&gt;
                $asterisk_ip = &amp;quot;192.168.19.5&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
                $socket = fsockopen($asterisk_ip,&amp;quot;5038&amp;quot;, $errno, $errstr, $timeout);&lt;br /&gt;
                fputs($socket, &amp;quot;Action: Login\r\n&amp;quot;);&lt;br /&gt;
                fputs($socket, &amp;quot;UserName: ADM\r\n&amp;quot;);&lt;br /&gt;
                fputs($socket, &amp;quot;Secret: C3r34l1s#\r\n\r\n&amp;quot;);&lt;br /&gt;
 &lt;br /&gt;
                $wrets=fgets($socket,128);&lt;br /&gt;
 &lt;br /&gt;
                echo $wrets;&lt;br /&gt;
 &lt;br /&gt;
                fputs($socket, &amp;quot;Action: Originate\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Channel: Local/$ext@local_processing\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Exten: $num\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Context: local_processing\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Priority: 1\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Async: yes\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;WaitTime: 15\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Callerid: $ext\r\n\r\n&amp;quot; );&lt;br /&gt;
 &lt;br /&gt;
                $wrets=fgets($socket,128);&lt;br /&gt;
                echo $wrets;&lt;br /&gt;
        }&lt;br /&gt;
        else&lt;br /&gt;
        {&lt;br /&gt;
                echo &amp;quot;Unable to determine number from (&amp;quot; . $_REQUEST['phone'] . &amp;quot;)\r\n&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
else&lt;br /&gt;
{?&amp;gt;Please enter a number to dial.&lt;br /&gt;
&amp;lt;?}?&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All we have to do it's modify the IP, login and password.&lt;br /&gt;
&lt;br /&gt;
In the application, we place the extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call9.png]]&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:Click2call9.png</id>
		<title>File:Click2call9.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:Click2call9.png"/>
				<updated>2016-04-20T12:25:58Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: Dbabo uploaded a new version of &amp;amp;quot;File:Click2call9.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:Click2call7.png</id>
		<title>File:Click2call7.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:Click2call7.png"/>
				<updated>2016-04-20T12:23:45Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: Dbabo uploaded a new version of &amp;amp;quot;File:Click2call7.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:Click2call3.png</id>
		<title>File:Click2call3.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:Click2call3.png"/>
				<updated>2016-04-20T12:23:19Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: Dbabo uploaded a new version of &amp;amp;quot;File:Click2call3.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:Click2call1.png</id>
		<title>File:Click2call1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:Click2call1.png"/>
				<updated>2016-04-20T12:22:33Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: Dbabo uploaded a new version of &amp;amp;quot;File:Click2call1.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/Click2call_Windows</id>
		<title>Click2call Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/Click2call_Windows"/>
				<updated>2016-04-20T11:50:08Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
Module for the usage of Click2Call on Windows.&lt;br /&gt;
&lt;br /&gt;
Pages:&lt;br /&gt;
&lt;br /&gt;
* TTTelecom [http://www.tttelecom.nl]&lt;br /&gt;
&lt;br /&gt;
* Taridium [http://wiki.taridium.com/Click_to_Call]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Necessary configurations ==&lt;br /&gt;
&lt;br /&gt;
=== IPBrick Configurations ===&lt;br /&gt;
&lt;br /&gt;
* Go to IPBrick's Web Interface:&lt;br /&gt;
** Advanced Configurations » Telephony » Configurations » IP PBX remote managers » Enable. &lt;br /&gt;
* Configure IP PBX remote managers:&lt;br /&gt;
** Define the authorized networks and determine a login and password;&lt;br /&gt;
** After creating the remote manager, edit its ''Access permissions'', by selecting the checkbox ''originate - Ability to originate''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Click2call1.png| center|1250px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Click2call2.png| center|1250px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Windows Configurations for Outlook, using the modem feature ===&lt;br /&gt;
&lt;br /&gt;
==== Installing the TAPI Clien ====&lt;br /&gt;
&lt;br /&gt;
Download ActivaTSP [http://sourceforge.net/projects/activa/files/].&lt;br /&gt;
&lt;br /&gt;
Open the Zip file and install &amp;quot;SetupActiva.exe&amp;quot; in the folder ''Activa''. This configuration will ask for details of the server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== ActivaTSP Configuration ====&lt;br /&gt;
&lt;br /&gt;
* '''Line DN:''' The extension that will be used (E.g.: For the extension 305, enter SIP/305.)&lt;br /&gt;
* '''Line Prefix:''' AST (default)&lt;br /&gt;
* '''Caller ID Name:''' Empty&lt;br /&gt;
&lt;br /&gt;
===== Asterisk Connection =====&lt;br /&gt;
&lt;br /&gt;
* '''Host IP:''' 192.168.19.5 (IPBrick's IP)&lt;br /&gt;
* '''Port:''' 5038&lt;br /&gt;
* '''User:''' adm&lt;br /&gt;
* '''Password:''' &amp;lt;Password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Context =====&lt;br /&gt;
&lt;br /&gt;
* '''Outgoing:''' local_processing&lt;br /&gt;
* '''Agent:''' local_processing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click ''OK'' to save configurations. It may be necessary to reboot the PC.&lt;br /&gt;
&lt;br /&gt;
We can always access to this menu on Control Panel » Telephones and modems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Test the functioning ====&lt;br /&gt;
&lt;br /&gt;
On the contacts of the list view, right-click and make the call.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call4.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now click on '''Start Call'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It may be necessary to configure the calling line; to do so, go to the menu '''Dialing Properties...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call6.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Windows configurations, using ADAT===&lt;br /&gt;
&lt;br /&gt;
* Link to download ADAT: [http://dl.tttelecom.nl/index.php/en/component/docman/doc_download/6-adat-r2-0713];&lt;br /&gt;
&lt;br /&gt;
* Execute the program and proceed to its installation;&lt;br /&gt;
&lt;br /&gt;
* After installing, go to the configuration menu and perform the following configurations (see images).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call7.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call8.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This configuration allows us to select the number, in any application, and click on '''Alt + c''' to make the call.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Browser support - Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
We can use Google Chrome's extension: [https://chrome.google.com/webstore/detail/asterisk-click2call/hlnmjkbpmnbgeondjeceaomhafdacmlj].&lt;br /&gt;
&lt;br /&gt;
We create a site with the following information (for example, calls.domain.com):&lt;br /&gt;
&lt;br /&gt;
cat /home1/_sites/calls/site/call.php&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?if (!empty( $_REQUEST['phone'])   &amp;amp;&amp;amp; !empty( $_REQUEST['exten']  ) )&lt;br /&gt;
{&lt;br /&gt;
        $num = $_REQUEST['phone'];&lt;br /&gt;
        $ext = $_REQUEST['exten'];&lt;br /&gt;
        $num = preg_replace( &amp;quot;/^\+7/&amp;quot;, &amp;quot;8&amp;quot;, $num );&lt;br /&gt;
        $num = preg_replace( &amp;quot;/\D/&amp;quot;, &amp;quot;&amp;quot;, $num );&lt;br /&gt;
 &lt;br /&gt;
        if ( ! empty( $num ) )&lt;br /&gt;
        {&lt;br /&gt;
                echo &amp;quot;Dialing $num\r\n&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
                $timeout = 10;&lt;br /&gt;
                $asterisk_ip = &amp;quot;192.168.19.5&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
                $socket = fsockopen($asterisk_ip,&amp;quot;5038&amp;quot;, $errno, $errstr, $timeout);&lt;br /&gt;
                fputs($socket, &amp;quot;Action: Login\r\n&amp;quot;);&lt;br /&gt;
                fputs($socket, &amp;quot;UserName: ADM\r\n&amp;quot;);&lt;br /&gt;
                fputs($socket, &amp;quot;Secret: C3r34l1s#\r\n\r\n&amp;quot;);&lt;br /&gt;
 &lt;br /&gt;
                $wrets=fgets($socket,128);&lt;br /&gt;
 &lt;br /&gt;
                echo $wrets;&lt;br /&gt;
 &lt;br /&gt;
                fputs($socket, &amp;quot;Action: Originate\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Channel: Local/$ext@local_processing\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Exten: $num\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Context: local_processing\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Priority: 1\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Async: yes\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;WaitTime: 15\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Callerid: $ext\r\n\r\n&amp;quot; );&lt;br /&gt;
 &lt;br /&gt;
                $wrets=fgets($socket,128);&lt;br /&gt;
                echo $wrets;&lt;br /&gt;
        }&lt;br /&gt;
        else&lt;br /&gt;
        {&lt;br /&gt;
                echo &amp;quot;Unable to determine number from (&amp;quot; . $_REQUEST['phone'] . &amp;quot;)\r\n&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
else&lt;br /&gt;
{?&amp;gt;Please enter a number to dial.&lt;br /&gt;
&amp;lt;?}?&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All we have to do it's modify the IP, login and password.&lt;br /&gt;
&lt;br /&gt;
In the application, we place the extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call9.png]]&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/Click2call_Windows</id>
		<title>Click2call Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/Click2call_Windows"/>
				<updated>2016-04-20T11:33:03Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
Module for the usage of Click2Call on Windows.&lt;br /&gt;
&lt;br /&gt;
Pages:&lt;br /&gt;
&lt;br /&gt;
* TTTelecom [http://www.tttelecom.nl]&lt;br /&gt;
&lt;br /&gt;
* Taridium [http://wiki.taridium.com/Click_to_Call]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Necessary configurations ==&lt;br /&gt;
&lt;br /&gt;
=== IPBrick Configurations ===&lt;br /&gt;
&lt;br /&gt;
* Go to IPBrick's Web Interface:&lt;br /&gt;
** Advanced Configurations » Telephony » Configurations » IP PBX remote managers » Enable. &lt;br /&gt;
* Configure IP PBX remote managers:&lt;br /&gt;
** Define the authorized networks and determine a login and password;&lt;br /&gt;
** After creating the remote manager, edit its ''Access permissions'', by selecting the checkbox ''originate - Ability to originate''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Click2call1.png| center|1250px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Click2call2.png| center|1250px]]&lt;br /&gt;
&lt;br /&gt;
=== Windows Configurations for Outlook, using the modem feature ===&lt;br /&gt;
&lt;br /&gt;
==== Installing the TAPI Clien ====&lt;br /&gt;
&lt;br /&gt;
Download ActivaTSP [http://sourceforge.net/projects/activa/files/].&lt;br /&gt;
&lt;br /&gt;
Open the Zip file and install &amp;quot;SetupActiva.exe&amp;quot; in the folder ''Activa''. This configuration will ask for details of the server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== ActivaTSP Configuration ====&lt;br /&gt;
&lt;br /&gt;
* '''Line DN:''' The extension that will be used (E.g.: For the extension 305, enter SIP/305.)&lt;br /&gt;
* '''Line Prefix:''' AST (default)&lt;br /&gt;
* '''Caller ID Name:''' Empty&lt;br /&gt;
&lt;br /&gt;
===== Asterisk Connection =====&lt;br /&gt;
&lt;br /&gt;
* '''Host IP:''' 192.168.19.5 (IPBrick's IP)&lt;br /&gt;
* '''Port:''' 5038&lt;br /&gt;
* '''User:''' adm&lt;br /&gt;
* '''Password:''' &amp;lt;Password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Context =====&lt;br /&gt;
&lt;br /&gt;
* '''Outgoing:''' local_processing&lt;br /&gt;
* '''Agent:''' local_processing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click ''OK'' to save configurations. It may be necessary to reboot the PC.&lt;br /&gt;
&lt;br /&gt;
We can always access to this menu on Control Panel » Telephones and modems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Test the functioning ====&lt;br /&gt;
&lt;br /&gt;
On the contacts of the list view, right-click and make the call.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call4.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now click on '''Start Call'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It may be necessary to configure the calling line; to do so, go to the menu '''Dialing Properties...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call6.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Windows configurations, using ADAT===&lt;br /&gt;
&lt;br /&gt;
* Link to download ADAT: [http://dl.tttelecom.nl/index.php/en/component/docman/doc_download/6-adat-r2-0713];&lt;br /&gt;
&lt;br /&gt;
* Execute the program and proceed to its installation;&lt;br /&gt;
&lt;br /&gt;
* After installing, go to the configuration menu and perform the following configurations (see photos).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call7.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call8.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This configuration allows us to select the number in any application and click on '''Alt + c''' to make the call.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Browser support - Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
We can use Google Chrome's extension: [https://chrome.google.com/webstore/detail/asterisk-click2call/hlnmjkbpmnbgeondjeceaomhafdacmlj].&lt;br /&gt;
&lt;br /&gt;
We create a site with the following information (for example, calls.domain.com):&lt;br /&gt;
&lt;br /&gt;
cat /home1/_sites/calls/site/call.php&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?if (!empty( $_REQUEST['phone'])   &amp;amp;&amp;amp; !empty( $_REQUEST['exten']  ) )&lt;br /&gt;
{&lt;br /&gt;
        $num = $_REQUEST['phone'];&lt;br /&gt;
        $ext = $_REQUEST['exten'];&lt;br /&gt;
        $num = preg_replace( &amp;quot;/^\+7/&amp;quot;, &amp;quot;8&amp;quot;, $num );&lt;br /&gt;
        $num = preg_replace( &amp;quot;/\D/&amp;quot;, &amp;quot;&amp;quot;, $num );&lt;br /&gt;
 &lt;br /&gt;
        if ( ! empty( $num ) )&lt;br /&gt;
        {&lt;br /&gt;
                echo &amp;quot;Dialing $num\r\n&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
                $timeout = 10;&lt;br /&gt;
                $asterisk_ip = &amp;quot;192.168.19.5&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
                $socket = fsockopen($asterisk_ip,&amp;quot;5038&amp;quot;, $errno, $errstr, $timeout);&lt;br /&gt;
                fputs($socket, &amp;quot;Action: Login\r\n&amp;quot;);&lt;br /&gt;
                fputs($socket, &amp;quot;UserName: ADM\r\n&amp;quot;);&lt;br /&gt;
                fputs($socket, &amp;quot;Secret: C3r34l1s#\r\n\r\n&amp;quot;);&lt;br /&gt;
 &lt;br /&gt;
                $wrets=fgets($socket,128);&lt;br /&gt;
 &lt;br /&gt;
                echo $wrets;&lt;br /&gt;
 &lt;br /&gt;
                fputs($socket, &amp;quot;Action: Originate\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Channel: Local/$ext@local_processing\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Exten: $num\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Context: local_processing\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Priority: 1\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Async: yes\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;WaitTime: 15\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Callerid: $ext\r\n\r\n&amp;quot; );&lt;br /&gt;
 &lt;br /&gt;
                $wrets=fgets($socket,128);&lt;br /&gt;
                echo $wrets;&lt;br /&gt;
        }&lt;br /&gt;
        else&lt;br /&gt;
        {&lt;br /&gt;
                echo &amp;quot;Unable to determine number from (&amp;quot; . $_REQUEST['phone'] . &amp;quot;)\r\n&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
else&lt;br /&gt;
{?&amp;gt;Please enter a number to dial.&lt;br /&gt;
&amp;lt;?}?&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All we have to do it's modify the login and password.&lt;br /&gt;
&lt;br /&gt;
In the application, we place the extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call9.png]]&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/Click2call_Windows</id>
		<title>Click2call Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/Click2call_Windows"/>
				<updated>2016-04-20T11:32:45Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
Module for the usage of Click2Call on Windows.&lt;br /&gt;
&lt;br /&gt;
Pages:&lt;br /&gt;
&lt;br /&gt;
TTTelecom [http://www.tttelecom.nl]&lt;br /&gt;
&lt;br /&gt;
Taridium [http://wiki.taridium.com/Click_to_Call]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Necessary configurations ==&lt;br /&gt;
&lt;br /&gt;
=== IPBrick Configurations ===&lt;br /&gt;
&lt;br /&gt;
* Go to IPBrick's Web Interface:&lt;br /&gt;
** Advanced Configurations » Telephony » Configurations » IP PBX remote managers » Enable. &lt;br /&gt;
* Configure IP PBX remote managers:&lt;br /&gt;
** Define the authorized networks and determine a login and password;&lt;br /&gt;
** After creating the remote manager, edit its ''Access permissions'', by selecting the checkbox ''originate - Ability to originate''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Click2call1.png| center|1250px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Click2call2.png| center|1250px]]&lt;br /&gt;
&lt;br /&gt;
=== Windows Configurations for Outlook, using the modem feature ===&lt;br /&gt;
&lt;br /&gt;
==== Installing the TAPI Clien ====&lt;br /&gt;
&lt;br /&gt;
Download ActivaTSP [http://sourceforge.net/projects/activa/files/].&lt;br /&gt;
&lt;br /&gt;
Open the Zip file and install &amp;quot;SetupActiva.exe&amp;quot; in the folder ''Activa''. This configuration will ask for details of the server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== ActivaTSP Configuration ====&lt;br /&gt;
&lt;br /&gt;
* '''Line DN:''' The extension that will be used (E.g.: For the extension 305, enter SIP/305.)&lt;br /&gt;
* '''Line Prefix:''' AST (default)&lt;br /&gt;
* '''Caller ID Name:''' Empty&lt;br /&gt;
&lt;br /&gt;
===== Asterisk Connection =====&lt;br /&gt;
&lt;br /&gt;
* '''Host IP:''' 192.168.19.5 (IPBrick's IP)&lt;br /&gt;
* '''Port:''' 5038&lt;br /&gt;
* '''User:''' adm&lt;br /&gt;
* '''Password:''' &amp;lt;Password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Context =====&lt;br /&gt;
&lt;br /&gt;
* '''Outgoing:''' local_processing&lt;br /&gt;
* '''Agent:''' local_processing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click ''OK'' to save configurations. It may be necessary to reboot the PC.&lt;br /&gt;
&lt;br /&gt;
We can always access to this menu on Control Panel » Telephones and modems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Test the functioning ====&lt;br /&gt;
&lt;br /&gt;
On the contacts of the list view, right-click and make the call.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call4.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now click on '''Start Call'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It may be necessary to configure the calling line; to do so, go to the menu '''Dialing Properties...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call6.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Windows configurations, using ADAT===&lt;br /&gt;
&lt;br /&gt;
* Link to download ADAT: [http://dl.tttelecom.nl/index.php/en/component/docman/doc_download/6-adat-r2-0713];&lt;br /&gt;
&lt;br /&gt;
* Execute the program and proceed to its installation;&lt;br /&gt;
&lt;br /&gt;
* After installing, go to the configuration menu and perform the following configurations (see photos).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call7.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call8.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This configuration allows us to select the number in any application and click on '''Alt + c''' to make the call.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Browser support - Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
We can use Google Chrome's extension: [https://chrome.google.com/webstore/detail/asterisk-click2call/hlnmjkbpmnbgeondjeceaomhafdacmlj].&lt;br /&gt;
&lt;br /&gt;
We create a site with the following information (for example, calls.domain.com):&lt;br /&gt;
&lt;br /&gt;
cat /home1/_sites/calls/site/call.php&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?if (!empty( $_REQUEST['phone'])   &amp;amp;&amp;amp; !empty( $_REQUEST['exten']  ) )&lt;br /&gt;
{&lt;br /&gt;
        $num = $_REQUEST['phone'];&lt;br /&gt;
        $ext = $_REQUEST['exten'];&lt;br /&gt;
        $num = preg_replace( &amp;quot;/^\+7/&amp;quot;, &amp;quot;8&amp;quot;, $num );&lt;br /&gt;
        $num = preg_replace( &amp;quot;/\D/&amp;quot;, &amp;quot;&amp;quot;, $num );&lt;br /&gt;
 &lt;br /&gt;
        if ( ! empty( $num ) )&lt;br /&gt;
        {&lt;br /&gt;
                echo &amp;quot;Dialing $num\r\n&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
                $timeout = 10;&lt;br /&gt;
                $asterisk_ip = &amp;quot;192.168.19.5&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
                $socket = fsockopen($asterisk_ip,&amp;quot;5038&amp;quot;, $errno, $errstr, $timeout);&lt;br /&gt;
                fputs($socket, &amp;quot;Action: Login\r\n&amp;quot;);&lt;br /&gt;
                fputs($socket, &amp;quot;UserName: ADM\r\n&amp;quot;);&lt;br /&gt;
                fputs($socket, &amp;quot;Secret: C3r34l1s#\r\n\r\n&amp;quot;);&lt;br /&gt;
 &lt;br /&gt;
                $wrets=fgets($socket,128);&lt;br /&gt;
 &lt;br /&gt;
                echo $wrets;&lt;br /&gt;
 &lt;br /&gt;
                fputs($socket, &amp;quot;Action: Originate\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Channel: Local/$ext@local_processing\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Exten: $num\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Context: local_processing\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Priority: 1\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Async: yes\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;WaitTime: 15\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Callerid: $ext\r\n\r\n&amp;quot; );&lt;br /&gt;
 &lt;br /&gt;
                $wrets=fgets($socket,128);&lt;br /&gt;
                echo $wrets;&lt;br /&gt;
        }&lt;br /&gt;
        else&lt;br /&gt;
        {&lt;br /&gt;
                echo &amp;quot;Unable to determine number from (&amp;quot; . $_REQUEST['phone'] . &amp;quot;)\r\n&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
else&lt;br /&gt;
{?&amp;gt;Please enter a number to dial.&lt;br /&gt;
&amp;lt;?}?&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All we have to do it's modify the login and password.&lt;br /&gt;
&lt;br /&gt;
In the application, we place the extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call9.png]]&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/Operating_System</id>
		<title>Operating System</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/Operating_System"/>
				<updated>2016-04-20T11:30:54Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: /* Configuration Hints */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to IPBrick.IC support ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[What is new at IPBrick.IC version 6.0]]&lt;br /&gt;
* [[Update to IPBrick version 6.0]]&lt;br /&gt;
* [[Licensing IPBrick]]&lt;br /&gt;
* [[How to update IPBrick]]&lt;br /&gt;
&lt;br /&gt;
== Information per service ==&lt;br /&gt;
&lt;br /&gt;
* IPBrick.I&lt;br /&gt;
** [[Domain Server]]&lt;br /&gt;
** [[File Server]]&lt;br /&gt;
** [[Email Server]]&lt;br /&gt;
** [[Backup]]&lt;br /&gt;
&lt;br /&gt;
* IPBrick.C&lt;br /&gt;
** [[Email Server]]&lt;br /&gt;
** [[FTP Server]]&lt;br /&gt;
** [[VPN PPTP]]&lt;br /&gt;
** [[VoIP]]&lt;br /&gt;
&lt;br /&gt;
== Information per Apps ==&lt;br /&gt;
&lt;br /&gt;
* [[Archipel]]&lt;br /&gt;
* [[CAFE]]&lt;br /&gt;
* [[Contacts]]&lt;br /&gt;
* [[Groupware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuration Hints ==&lt;br /&gt;
&lt;br /&gt;
* [[Configurations for OpenVPN client]]&lt;br /&gt;
** [[How_to_rewrite_an_OpenVPN_file|How to rewrite an OpenVPN file]]&lt;br /&gt;
* [[Consultation_and_synchronization_of_remote_contacts_on_IPBrick|Consultation and synchronization of remote contacts on IPBrick]]&lt;br /&gt;
* [[Click2call_Windows|Configurations for Click2call on Windows]]&lt;br /&gt;
* [[How to buy and configure a SSL certificate at IPBrick 6.1]]&lt;br /&gt;
* [[How_to_handle_prefixes_on_IPBrick|How to handle prefixes on IPBrick]]&lt;br /&gt;
* [[Hyper-v_tools_for_IPBrick_6.X|Hyper-v tools for IPBrick 6.X]]&lt;br /&gt;
* [[IPBrick Disk migration]]&lt;br /&gt;
* [[Registering Phones with Open-VPN]]&lt;br /&gt;
* [[SIP_Trunks_Configuration|SIP Trunks Configuration]]&lt;br /&gt;
* [[UCoIP DNS/firewall configuration]]&lt;br /&gt;
* [[VMWare tools for IPBrick 6.X]]&lt;br /&gt;
&lt;br /&gt;
== HOW-TO ==&lt;br /&gt;
* [[How to configure a reverse proxy]]&lt;br /&gt;
* [[How to configure WPAD]]&lt;br /&gt;
* [[How to configure IPBRICK as an IP PBX |How to connect an IPBRICK as IP PBX]]&lt;br /&gt;
* [[How to configure DHCP server with no dynamic pool]]&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
* IPBrick v6.0&lt;br /&gt;
** [[NIC device detection/management]]&lt;br /&gt;
** [[Network Configuration / DHCP General Options Network Mask]]&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/Click2call_Windows</id>
		<title>Click2call Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/Click2call_Windows"/>
				<updated>2016-04-20T10:52:17Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: /* IPBrick Configurations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
Module for the usage of Click2Call on Windows.&lt;br /&gt;
&lt;br /&gt;
Pages:&lt;br /&gt;
TTTelecom [http://www.tttelecom.nl]&lt;br /&gt;
Taridium [http://wiki.taridium.com/Click_to_Call]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Necessary configurations ==&lt;br /&gt;
&lt;br /&gt;
=== IPBrick Configurations ===&lt;br /&gt;
&lt;br /&gt;
* Go to IPBrick's Web Interface:&lt;br /&gt;
** Advanced Configurations » Telephony » Configurations » IP PBX remote managers » Enable. &lt;br /&gt;
* Configure IP PBX remote managers:&lt;br /&gt;
** Define the authorized networks and determine a login and password;&lt;br /&gt;
** After creating the remote manager, edit its ''Access permissions'', by selecting the checkbox ''originate - Ability to originate''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Click2call1.png| center|1250px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Click2call2.png| center|1250px]]&lt;br /&gt;
&lt;br /&gt;
=== Windows Configurations for Outlook, using the modem feature ===&lt;br /&gt;
&lt;br /&gt;
==== Installing the TAPI Clien ====&lt;br /&gt;
&lt;br /&gt;
Download ActivaTSP [http://sourceforge.net/projects/activa/files/].&lt;br /&gt;
&lt;br /&gt;
Open the Zip file and install &amp;quot;SetupActiva.exe&amp;quot; in the folder ''Activa''. This configuration will ask for details of the server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== ActivaTSP Configuration ====&lt;br /&gt;
&lt;br /&gt;
* '''Line DN:''' The extension that will be used (E.g.: For the extension 305, enter SIP/305.)&lt;br /&gt;
* '''Line Prefix:''' AST (default)&lt;br /&gt;
* '''Caller ID Name:''' Empty&lt;br /&gt;
&lt;br /&gt;
===== Asterisk Connection =====&lt;br /&gt;
&lt;br /&gt;
* '''Host IP:''' 192.168.19.5 (IPBrick's IP)&lt;br /&gt;
* '''Port:''' 5038&lt;br /&gt;
* '''User:''' adm&lt;br /&gt;
* '''Password:''' &amp;lt;Password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Context =====&lt;br /&gt;
&lt;br /&gt;
* '''Outgoing:''' local_processing&lt;br /&gt;
* '''Agent:''' local_processing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click ''OK'' to save configurations. It may be necessary to reboot the PC.&lt;br /&gt;
&lt;br /&gt;
We can always access to this menu on Control Panel » Telephones and modems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Test the functioning ====&lt;br /&gt;
&lt;br /&gt;
On the contacts of the list view, right-click and make the call.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call4.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now click on '''Start Call'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It may be necessary to configure the calling line; to do so, go to the menu '''Dialing Properties...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call6.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Windows configurations, using ADAT===&lt;br /&gt;
&lt;br /&gt;
* Link to download ADAT: [http://dl.tttelecom.nl/index.php/en/component/docman/doc_download/6-adat-r2-0713];&lt;br /&gt;
&lt;br /&gt;
* Execute the program and proceed to its installation;&lt;br /&gt;
&lt;br /&gt;
* After installing, go to the configuration menu and perform the following configurations (see photos).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call7.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call8.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This configuration allows us to select the number in any application and click on '''Alt + c''' to make the call.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Browser support - Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
We can use Google Chrome's extension: [https://chrome.google.com/webstore/detail/asterisk-click2call/hlnmjkbpmnbgeondjeceaomhafdacmlj].&lt;br /&gt;
&lt;br /&gt;
We create a site with the following information (for example, calls.domain.com):&lt;br /&gt;
&lt;br /&gt;
cat /home1/_sites/calls/site/call.php&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?if (!empty( $_REQUEST['phone'])   &amp;amp;&amp;amp; !empty( $_REQUEST['exten']  ) )&lt;br /&gt;
{&lt;br /&gt;
        $num = $_REQUEST['phone'];&lt;br /&gt;
        $ext = $_REQUEST['exten'];&lt;br /&gt;
        $num = preg_replace( &amp;quot;/^\+7/&amp;quot;, &amp;quot;8&amp;quot;, $num );&lt;br /&gt;
        $num = preg_replace( &amp;quot;/\D/&amp;quot;, &amp;quot;&amp;quot;, $num );&lt;br /&gt;
 &lt;br /&gt;
        if ( ! empty( $num ) )&lt;br /&gt;
        {&lt;br /&gt;
                echo &amp;quot;Dialing $num\r\n&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
                $timeout = 10;&lt;br /&gt;
                $asterisk_ip = &amp;quot;192.168.19.5&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
                $socket = fsockopen($asterisk_ip,&amp;quot;5038&amp;quot;, $errno, $errstr, $timeout);&lt;br /&gt;
                fputs($socket, &amp;quot;Action: Login\r\n&amp;quot;);&lt;br /&gt;
                fputs($socket, &amp;quot;UserName: ADM\r\n&amp;quot;);&lt;br /&gt;
                fputs($socket, &amp;quot;Secret: C3r34l1s#\r\n\r\n&amp;quot;);&lt;br /&gt;
 &lt;br /&gt;
                $wrets=fgets($socket,128);&lt;br /&gt;
 &lt;br /&gt;
                echo $wrets;&lt;br /&gt;
 &lt;br /&gt;
                fputs($socket, &amp;quot;Action: Originate\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Channel: Local/$ext@local_processing\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Exten: $num\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Context: local_processing\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Priority: 1\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Async: yes\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;WaitTime: 15\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Callerid: $ext\r\n\r\n&amp;quot; );&lt;br /&gt;
 &lt;br /&gt;
                $wrets=fgets($socket,128);&lt;br /&gt;
                echo $wrets;&lt;br /&gt;
        }&lt;br /&gt;
        else&lt;br /&gt;
        {&lt;br /&gt;
                echo &amp;quot;Unable to determine number from (&amp;quot; . $_REQUEST['phone'] . &amp;quot;)\r\n&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
else&lt;br /&gt;
{?&amp;gt;Please enter a number to dial.&lt;br /&gt;
&amp;lt;?}?&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All we have to do it's modify the login and password.&lt;br /&gt;
&lt;br /&gt;
In the application, we place the extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call9.png]]&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/Click2call_Windows</id>
		<title>Click2call Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/Click2call_Windows"/>
				<updated>2016-04-20T10:45:24Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: Created page with &amp;quot;== Description == Module for the usage of Click2Call on Windows.  Pages: TTTelecom [http://www.tttelecom.nl] Taridium [http://wiki.taridium.com/Click_to_Call]    == Necessary...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
Module for the usage of Click2Call on Windows.&lt;br /&gt;
&lt;br /&gt;
Pages:&lt;br /&gt;
TTTelecom [http://www.tttelecom.nl]&lt;br /&gt;
Taridium [http://wiki.taridium.com/Click_to_Call]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Necessary configurations ==&lt;br /&gt;
&lt;br /&gt;
=== IPBrick Configurations ===&lt;br /&gt;
&lt;br /&gt;
* Go to IPBrick's Web Interface:&lt;br /&gt;
** Advanced Configurations » Telephony » Configurations » IP PBX remote managers » Enable. &lt;br /&gt;
* Configure IP PBX remote managers:&lt;br /&gt;
** Define the authorized networks and determine a login and password;&lt;br /&gt;
** After creating the remote manager, edit its ''Access permissions'', by selecting the checkbox ''originate - Ability to originate''.&lt;br /&gt;
&lt;br /&gt;
[[File:Click2call1.png]]&lt;br /&gt;
[[File:Click2call2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Windows Configurations for Outlook, using the modem feature ===&lt;br /&gt;
&lt;br /&gt;
==== Installing the TAPI Clien ====&lt;br /&gt;
&lt;br /&gt;
Download ActivaTSP [http://sourceforge.net/projects/activa/files/].&lt;br /&gt;
&lt;br /&gt;
Open the Zip file and install &amp;quot;SetupActiva.exe&amp;quot; in the folder ''Activa''. This configuration will ask for details of the server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== ActivaTSP Configuration ====&lt;br /&gt;
&lt;br /&gt;
* '''Line DN:''' The extension that will be used (E.g.: For the extension 305, enter SIP/305.)&lt;br /&gt;
* '''Line Prefix:''' AST (default)&lt;br /&gt;
* '''Caller ID Name:''' Empty&lt;br /&gt;
&lt;br /&gt;
===== Asterisk Connection =====&lt;br /&gt;
&lt;br /&gt;
* '''Host IP:''' 192.168.19.5 (IPBrick's IP)&lt;br /&gt;
* '''Port:''' 5038&lt;br /&gt;
* '''User:''' adm&lt;br /&gt;
* '''Password:''' &amp;lt;Password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Context =====&lt;br /&gt;
&lt;br /&gt;
* '''Outgoing:''' local_processing&lt;br /&gt;
* '''Agent:''' local_processing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click ''OK'' to save configurations. It may be necessary to reboot the PC.&lt;br /&gt;
&lt;br /&gt;
We can always access to this menu on Control Panel » Telephones and modems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Test the functioning ====&lt;br /&gt;
&lt;br /&gt;
On the contacts of the list view, right-click and make the call.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call4.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now click on '''Start Call'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It may be necessary to configure the calling line; to do so, go to the menu '''Dialing Properties...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call6.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Windows configurations, using ADAT===&lt;br /&gt;
&lt;br /&gt;
* Link to download ADAT: [http://dl.tttelecom.nl/index.php/en/component/docman/doc_download/6-adat-r2-0713];&lt;br /&gt;
&lt;br /&gt;
* Execute the program and proceed to its installation;&lt;br /&gt;
&lt;br /&gt;
* After installing, go to the configuration menu and perform the following configurations (see photos).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call7.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call8.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This configuration allows us to select the number in any application and click on '''Alt + c''' to make the call.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Browser support - Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
We can use Google Chrome's extension: [https://chrome.google.com/webstore/detail/asterisk-click2call/hlnmjkbpmnbgeondjeceaomhafdacmlj].&lt;br /&gt;
&lt;br /&gt;
We create a site with the following information (for example, calls.domain.com):&lt;br /&gt;
&lt;br /&gt;
cat /home1/_sites/calls/site/call.php&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?if (!empty( $_REQUEST['phone'])   &amp;amp;&amp;amp; !empty( $_REQUEST['exten']  ) )&lt;br /&gt;
{&lt;br /&gt;
        $num = $_REQUEST['phone'];&lt;br /&gt;
        $ext = $_REQUEST['exten'];&lt;br /&gt;
        $num = preg_replace( &amp;quot;/^\+7/&amp;quot;, &amp;quot;8&amp;quot;, $num );&lt;br /&gt;
        $num = preg_replace( &amp;quot;/\D/&amp;quot;, &amp;quot;&amp;quot;, $num );&lt;br /&gt;
 &lt;br /&gt;
        if ( ! empty( $num ) )&lt;br /&gt;
        {&lt;br /&gt;
                echo &amp;quot;Dialing $num\r\n&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
                $timeout = 10;&lt;br /&gt;
                $asterisk_ip = &amp;quot;192.168.19.5&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
                $socket = fsockopen($asterisk_ip,&amp;quot;5038&amp;quot;, $errno, $errstr, $timeout);&lt;br /&gt;
                fputs($socket, &amp;quot;Action: Login\r\n&amp;quot;);&lt;br /&gt;
                fputs($socket, &amp;quot;UserName: ADM\r\n&amp;quot;);&lt;br /&gt;
                fputs($socket, &amp;quot;Secret: C3r34l1s#\r\n\r\n&amp;quot;);&lt;br /&gt;
 &lt;br /&gt;
                $wrets=fgets($socket,128);&lt;br /&gt;
 &lt;br /&gt;
                echo $wrets;&lt;br /&gt;
 &lt;br /&gt;
                fputs($socket, &amp;quot;Action: Originate\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Channel: Local/$ext@local_processing\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Exten: $num\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Context: local_processing\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Priority: 1\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Async: yes\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;WaitTime: 15\r\n&amp;quot; );&lt;br /&gt;
                fputs($socket, &amp;quot;Callerid: $ext\r\n\r\n&amp;quot; );&lt;br /&gt;
 &lt;br /&gt;
                $wrets=fgets($socket,128);&lt;br /&gt;
                echo $wrets;&lt;br /&gt;
        }&lt;br /&gt;
        else&lt;br /&gt;
        {&lt;br /&gt;
                echo &amp;quot;Unable to determine number from (&amp;quot; . $_REQUEST['phone'] . &amp;quot;)\r\n&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
else&lt;br /&gt;
{?&amp;gt;Please enter a number to dial.&lt;br /&gt;
&amp;lt;?}?&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All we have to do it's modify the login and password.&lt;br /&gt;
&lt;br /&gt;
In the application, we place the extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Click2call9.png]]&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:Click2call9.png</id>
		<title>File:Click2call9.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:Click2call9.png"/>
				<updated>2016-04-20T09:02:01Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:Click2call8.png</id>
		<title>File:Click2call8.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:Click2call8.png"/>
				<updated>2016-04-20T09:01:52Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:Click2call7.png</id>
		<title>File:Click2call7.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:Click2call7.png"/>
				<updated>2016-04-20T09:01:44Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:Click2call6.png</id>
		<title>File:Click2call6.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:Click2call6.png"/>
				<updated>2016-04-20T09:01:35Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:Click2call5.png</id>
		<title>File:Click2call5.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:Click2call5.png"/>
				<updated>2016-04-20T09:01:28Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:Click2call4.png</id>
		<title>File:Click2call4.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:Click2call4.png"/>
				<updated>2016-04-20T09:01:19Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:Click2call3.png</id>
		<title>File:Click2call3.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:Click2call3.png"/>
				<updated>2016-04-20T09:01:09Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:Click2call2.png</id>
		<title>File:Click2call2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:Click2call2.png"/>
				<updated>2016-04-20T09:00:58Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:Click2call1.png</id>
		<title>File:Click2call1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:Click2call1.png"/>
				<updated>2016-04-20T09:00:48Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/UCoIP_DNS/firewall_configuration</id>
		<title>UCoIP DNS/firewall configuration</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/UCoIP_DNS/firewall_configuration"/>
				<updated>2016-04-07T17:27:29Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: /* Firewall/Router configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=DNS configuration=&lt;br /&gt;
&lt;br /&gt;
In order to get the full UCoIP concept working at LAN/Internet it's necessary to configure some DNS records at internal and external DNS servers of the company domain. &lt;br /&gt;
&lt;br /&gt;
Next is given an example for the public DNS zone configuration. In that example lets suppose that: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DNS domain: domain.com&lt;br /&gt;
IPBrick FQDN: voip.domain.com&lt;br /&gt;
Public IP associated to IPBrick: 88.88.88.88&lt;br /&gt;
User UCoIP page to create: jsmith.domain.com &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So in this case we need to configure the following DNS records:&lt;br /&gt;
&lt;br /&gt;
A records:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
voip           A     88.88.88.88&lt;br /&gt;
webrtc         A     88.88.88.88&lt;br /&gt;
cafe           A     88.88.88.88&lt;br /&gt;
ucoip          A     88.88.88.88&lt;br /&gt;
im             A     88.88.88.88&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CNAME records:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
jwchat             CNAME   voip&lt;br /&gt;
webphone           CNAME   voip&lt;br /&gt;
groupware	   CNAME   voip&lt;br /&gt;
jsmith             CNAME   voip&lt;br /&gt;
webrtcproxy        CNAME   voip&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SRV records for VoIP (SIP):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
_sips._tcp.domain.com.     IN     SRV   1   0   5061   voip.domain.com.&lt;br /&gt;
_sip._tcp.domain.com.      IN     SRV   1   0   5060   voip.domain.com.&lt;br /&gt;
_sip._udp.domain.com.      IN     SRV   1   0   5060   voip.domain.com.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SRV records for chat (Jabber/XMPP):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
_jabber._tcp.domain.com.      86400 IN SRV 5 0 5269 im.domain.com.&lt;br /&gt;
_xmpp-server._tcp.domain.com. 86400 IN SRV 5 0 5269 im.domain.com.&lt;br /&gt;
_xmpp-client._tcp.domain.com. 86400 IN SRV 5 0 5222 im.domain.com.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SRV record for UCoIP:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
_ucoip._tcp.domain.com.       86400 IN SRV 1 0 80   ucoip.domain.com.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SRV record for CAFE:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
_cafe._tcp.domain.com.        86400 IN SRV 1 0 443  cafe.domain.com.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SRV record for WebRTC:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
_webrtc._tcp.domain.com.      86400 IN SRV 1 0 8888 webrtc.domain.com.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If IPBrick will be the email server, we need to modify/add the MX record:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
domain.com         MX       5     voip.domain.com&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Costumer ISP must add this PTR record at reverse DNS zone:&lt;br /&gt;
&lt;br /&gt;
 88.88.88.88     IN PTR      voip.domain.com&lt;br /&gt;
&lt;br /&gt;
=Firewall/Router configuration=&lt;br /&gt;
&lt;br /&gt;
UCoIP concept uses many services running on their standard ports. IPBrick firewall is prepared to accept all this traffic at public interface (eth1).&lt;br /&gt;
&lt;br /&gt;
But if IPBrick public interface is behind a NAT at Router/Firewall, its necessary to forward the necessary traffic to IPBrick. The list is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HTTP     - 80 TCP&lt;br /&gt;
HTTPS    - 443 TCP&lt;br /&gt;
SMTP     - 25 TCP&lt;br /&gt;
SIP      - 5060 UDP/TCP&lt;br /&gt;
SIPS     - 5061 TCP&lt;br /&gt;
RTP      - 40000:45000 UDP&lt;br /&gt;
RTP      - 50000:55000 UDP&lt;br /&gt;
RTP      - 60000:65000 UDP&lt;br /&gt;
XMPP     - 5222 TCP&lt;br /&gt;
XMPP     - 5269 TCP&lt;br /&gt;
XMPPS    - 5223 TCP&lt;br /&gt;
WebRTC   - 8888 TCP&lt;br /&gt;
Webphone - 10060 UDP/TCP&lt;br /&gt;
Webphone - 10062 TCP&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTE: With update04_6.1, it's crucial too to have a Wildcard SSL Certificate. More information here:&lt;br /&gt;
&lt;br /&gt;
[http://eshop.ipbrick.com/eshop/software_info.php?cPath=7_74_16&amp;amp;products_id=907&amp;amp;language=en Update04 security guide]&lt;br /&gt;
&lt;br /&gt;
[https://wiki.ipbrick.com/index.php/How_to_buy_and_configure_a_SSL_certificate_at_IPBrick_6.1 How to buy and configure a SSL certificate at IPBrick]&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/How_to_configure_WPAD</id>
		<title>How to configure WPAD</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/How_to_configure_WPAD"/>
				<updated>2016-04-04T12:49:22Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: /* Configuration Hint - Proxy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:How to configure WPAD}}&lt;br /&gt;
&lt;br /&gt;
'''* * * THIS PAGE IS UNDER CONSTRUCTION * * *''' &lt;br /&gt;
&lt;br /&gt;
This How-to will describe how to configure WPAD on IPBrick.&lt;br /&gt;
&lt;br /&gt;
These configurations allow a user to access an Intranet server without needing to use a proxy service as an intermediary and, at the same time, prohibits an external access without a proxy server. The first aspect promotes a better performance and the second one prevents security issues.&lt;br /&gt;
&lt;br /&gt;
Two scenarios will be presented here:&lt;br /&gt;
# The first scenario will show the configurations for one IPBrick.&lt;br /&gt;
# The second scenario will demonstrate how to configure WPAD between two IPBrick servers:&lt;br /&gt;
#* One IPBrick is the Intranet server where DHCP and DNS services will run;&lt;br /&gt;
#* One IPBrick is the security server where Proxy service will run.&lt;br /&gt;
&lt;br /&gt;
The following examples will explain step by step how to configure a WPAD (Web Proxy Auto-Discovery) for both scenarios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First scenario ==&lt;br /&gt;
&lt;br /&gt;
[[File:cenario1.jpeg]]&lt;br /&gt;
&lt;br /&gt;
On our first scenario, the aim is to configure WPAD with an IPBrick as an Intranet server, where DHCP and DNS services will run.&lt;br /&gt;
&lt;br /&gt;
In order to do this we have to:&lt;br /&gt;
&lt;br /&gt;
# DHCP: activate WPAD.&lt;br /&gt;
#* Go to ''Advanced configurations » Support services » DHCP » Subnets » General options''; [[File:subnets.png]]&lt;br /&gt;
#* On ''Proxy Auto-configuration'', select ''Yes'' (by default is set up to ''No''). [[File:proxyautoconfiguration.png]]&lt;br /&gt;
# Proxy: activate WPAD.&lt;br /&gt;
#* Go to  ''IPBrick.C » Proxy » Auto-configuration''; [[File:proxyautoconfiguration3.png]]&lt;br /&gt;
#* On ''Auto-configuration » Enable Auto-configuration'', select ''Yes'' (by default is set up to ''No''). [[File:proxyautoconfiguration2.png]]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' There is no need to configure anything for DNS because it already points to the server in question.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Second scenario ==&lt;br /&gt;
&lt;br /&gt;
[[File:cenario2.1.jpeg]]&lt;br /&gt;
&lt;br /&gt;
On the second scenario, the aim is to configure WPAD with an IPBrick as a security server, where Proxy server will run.&lt;br /&gt;
&lt;br /&gt;
So, in this case, we have to servers. One of them is an Intranet server which is connected to our LAN; the other is a communication server that links our LAN to the Internet.&lt;br /&gt;
&lt;br /&gt;
As a practical example, let's call &amp;quot;srv01&amp;quot; to our internal server and &amp;quot;srv02&amp;quot; to the external one; &amp;quot;srv01&amp;quot; lodges DNS and DHCP services and &amp;quot;srv02&amp;quot; acts as a proxy.&lt;br /&gt;
&lt;br /&gt;
# To configure our &amp;quot;srv01&amp;quot;:&lt;br /&gt;
#* DNS: it's lodged on &amp;quot;srv01&amp;quot; but it has to point to &amp;quot;srv02&amp;quot;.&lt;br /&gt;
#** Go to ''Advanced configurations » Support services » DNS » Domains''; [[File:DNSdomains.png]]&lt;br /&gt;
#** Select your domain on ''Forward zone''; [[File:aliases.png]]&lt;br /&gt;
#** Here it is possible to see several configurations but, for our configuration, search for WPAD on the ''Aliases'' table; [[File:WPAD.png]]&lt;br /&gt;
#** Select ''WPAD'' and configure it to your server, &amp;quot;srv02&amp;quot;; [[File:WPADsrv02.png]]&lt;br /&gt;
#** Repeat these steps but this time search for ''Proxy'' on ''Aliases''. [[File:proxysrv02.png]]&lt;br /&gt;
#* DHCP: activate WPAD.&lt;br /&gt;
#** Go to ''Advanced configurations » Support services » DHCP » Subnets » General options''; [[File:subnets.png]]&lt;br /&gt;
#** On ''Proxy Auto-configuration'', select ''Yes'' (by default is set up to ''No''). [[File:proxyautoconfiguration.png]]&lt;br /&gt;
&lt;br /&gt;
Now we have both DNS and DHCP configured on our &amp;quot;srv01&amp;quot;, pointing to &amp;quot;srv02&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
#To configure &amp;quot;srv02&amp;quot;:&lt;br /&gt;
#* Proxy: activate WPAD.&lt;br /&gt;
#** Go to  ''IPBrick.C » Proxy » Auto-configuration''; [[File:proxyautoconfiguration3.png]]&lt;br /&gt;
#** On ''Auto-configuration » Enable Auto-configuration'', select ''Yes'' (by default is set up to ''No''). [[File:proxyautoconfiguration2.png]]&lt;br /&gt;
&lt;br /&gt;
== Configuration Hint - Proxy ==&lt;br /&gt;
&lt;br /&gt;
'''How to use a proxy to access sites which aren't running on port 80/443'''&lt;br /&gt;
&lt;br /&gt;
# Let's imagine that you want to access http://site.xpto.com:81;&lt;br /&gt;
# Go to ''Security » Proxy » Settings » Configurations » Other configurations'' and on ''Allowed connections'' add port 81 as authorized; [[File:Proxy_port81.png]]&lt;br /&gt;
# Go to ''Advanced Configurations » Network » Firewall'' and insert the following ''General Settings'' rule:&lt;br /&gt;
#:  Rule: INPUT&lt;br /&gt;
#:  Interface: ETH1&lt;br /&gt;
#:  Protocol: TCP&lt;br /&gt;
#:  Origin port: 81&lt;br /&gt;
#:  Parameters: ! --syn&lt;br /&gt;
#: Policy: ACCEPT [[File:Proxy_port81a.png]]&lt;br /&gt;
# Apply Configurations;&lt;br /&gt;
# Use a LAN PC and test now the connection to http://site.xpto.com:81.&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/How_to_configure_WPAD</id>
		<title>How to configure WPAD</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/How_to_configure_WPAD"/>
				<updated>2016-04-04T12:40:26Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: /* Configuration Hint - Proxy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:How to configure WPAD}}&lt;br /&gt;
&lt;br /&gt;
'''* * * THIS PAGE IS UNDER CONSTRUCTION * * *''' &lt;br /&gt;
&lt;br /&gt;
This How-to will describe how to configure WPAD on IPBrick.&lt;br /&gt;
&lt;br /&gt;
These configurations allow a user to access an Intranet server without needing to use a proxy service as an intermediary and, at the same time, prohibits an external access without a proxy server. The first aspect promotes a better performance and the second one prevents security issues.&lt;br /&gt;
&lt;br /&gt;
Two scenarios will be presented here:&lt;br /&gt;
# The first scenario will show the configurations for one IPBrick.&lt;br /&gt;
# The second scenario will demonstrate how to configure WPAD between two IPBrick servers:&lt;br /&gt;
#* One IPBrick is the Intranet server where DHCP and DNS services will run;&lt;br /&gt;
#* One IPBrick is the security server where Proxy service will run.&lt;br /&gt;
&lt;br /&gt;
The following examples will explain step by step how to configure a WPAD (Web Proxy Auto-Discovery) for both scenarios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First scenario ==&lt;br /&gt;
&lt;br /&gt;
[[File:cenario1.jpeg]]&lt;br /&gt;
&lt;br /&gt;
On our first scenario, the aim is to configure WPAD with an IPBrick as an Intranet server, where DHCP and DNS services will run.&lt;br /&gt;
&lt;br /&gt;
In order to do this we have to:&lt;br /&gt;
&lt;br /&gt;
# DHCP: activate WPAD.&lt;br /&gt;
#* Go to ''Advanced configurations » Support services » DHCP » Subnets » General options''; [[File:subnets.png]]&lt;br /&gt;
#* On ''Proxy Auto-configuration'', select ''Yes'' (by default is set up to ''No''). [[File:proxyautoconfiguration.png]]&lt;br /&gt;
# Proxy: activate WPAD.&lt;br /&gt;
#* Go to  ''IPBrick.C » Proxy » Auto-configuration''; [[File:proxyautoconfiguration3.png]]&lt;br /&gt;
#* On ''Auto-configuration » Enable Auto-configuration'', select ''Yes'' (by default is set up to ''No''). [[File:proxyautoconfiguration2.png]]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' There is no need to configure anything for DNS because it already points to the server in question.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Second scenario ==&lt;br /&gt;
&lt;br /&gt;
[[File:cenario2.1.jpeg]]&lt;br /&gt;
&lt;br /&gt;
On the second scenario, the aim is to configure WPAD with an IPBrick as a security server, where Proxy server will run.&lt;br /&gt;
&lt;br /&gt;
So, in this case, we have to servers. One of them is an Intranet server which is connected to our LAN; the other is a communication server that links our LAN to the Internet.&lt;br /&gt;
&lt;br /&gt;
As a practical example, let's call &amp;quot;srv01&amp;quot; to our internal server and &amp;quot;srv02&amp;quot; to the external one; &amp;quot;srv01&amp;quot; lodges DNS and DHCP services and &amp;quot;srv02&amp;quot; acts as a proxy.&lt;br /&gt;
&lt;br /&gt;
# To configure our &amp;quot;srv01&amp;quot;:&lt;br /&gt;
#* DNS: it's lodged on &amp;quot;srv01&amp;quot; but it has to point to &amp;quot;srv02&amp;quot;.&lt;br /&gt;
#** Go to ''Advanced configurations » Support services » DNS » Domains''; [[File:DNSdomains.png]]&lt;br /&gt;
#** Select your domain on ''Forward zone''; [[File:aliases.png]]&lt;br /&gt;
#** Here it is possible to see several configurations but, for our configuration, search for WPAD on the ''Aliases'' table; [[File:WPAD.png]]&lt;br /&gt;
#** Select ''WPAD'' and configure it to your server, &amp;quot;srv02&amp;quot;; [[File:WPADsrv02.png]]&lt;br /&gt;
#** Repeat these steps but this time search for ''Proxy'' on ''Aliases''. [[File:proxysrv02.png]]&lt;br /&gt;
#* DHCP: activate WPAD.&lt;br /&gt;
#** Go to ''Advanced configurations » Support services » DHCP » Subnets » General options''; [[File:subnets.png]]&lt;br /&gt;
#** On ''Proxy Auto-configuration'', select ''Yes'' (by default is set up to ''No''). [[File:proxyautoconfiguration.png]]&lt;br /&gt;
&lt;br /&gt;
Now we have both DNS and DHCP configured on our &amp;quot;srv01&amp;quot;, pointing to &amp;quot;srv02&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
#To configure &amp;quot;srv02&amp;quot;:&lt;br /&gt;
#* Proxy: activate WPAD.&lt;br /&gt;
#** Go to  ''IPBrick.C » Proxy » Auto-configuration''; [[File:proxyautoconfiguration3.png]]&lt;br /&gt;
#** On ''Auto-configuration » Enable Auto-configuration'', select ''Yes'' (by default is set up to ''No''). [[File:proxyautoconfiguration2.png]]&lt;br /&gt;
&lt;br /&gt;
== Configuration Hint - Proxy ==&lt;br /&gt;
&lt;br /&gt;
'''How to use proxy to access sites not running at port 80/443'''&lt;br /&gt;
&lt;br /&gt;
# Let's imagine that you want to access http://site.xpto.com:81;&lt;br /&gt;
# Go to ''Security » Proxy » Settings » Configurations » Other configurations'' and on ''Allowed connections'' add port 81 as authorized; [[File:Proxy_port81.png]]&lt;br /&gt;
# Go to ''Advanced Configurations » Network » Firewall'' and insert the following ''General Settings rule'':&lt;br /&gt;
#:  Rule: INPUT&lt;br /&gt;
#:  Interface: ETH1&lt;br /&gt;
#:  Protocol: TCP&lt;br /&gt;
#:  Origin port: 81&lt;br /&gt;
#:  Parameters: ! --syn&lt;br /&gt;
#: Policy: ACCEPT [[File:Proxy_port81a.png]]&lt;br /&gt;
# Apply Configurations;&lt;br /&gt;
# Use a LAN PC and test now the connection to http://site.xpto.com:81.&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:Proxy_port81a.png</id>
		<title>File:Proxy port81a.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:Proxy_port81a.png"/>
				<updated>2016-04-04T12:39:33Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:Proxy_port81.png</id>
		<title>File:Proxy port81.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:Proxy_port81.png"/>
				<updated>2016-04-04T12:39:16Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/How_to_configure_WPAD</id>
		<title>How to configure WPAD</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/How_to_configure_WPAD"/>
				<updated>2016-04-04T12:38:37Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:How to configure WPAD}}&lt;br /&gt;
&lt;br /&gt;
'''* * * THIS PAGE IS UNDER CONSTRUCTION * * *''' &lt;br /&gt;
&lt;br /&gt;
This How-to will describe how to configure WPAD on IPBrick.&lt;br /&gt;
&lt;br /&gt;
These configurations allow a user to access an Intranet server without needing to use a proxy service as an intermediary and, at the same time, prohibits an external access without a proxy server. The first aspect promotes a better performance and the second one prevents security issues.&lt;br /&gt;
&lt;br /&gt;
Two scenarios will be presented here:&lt;br /&gt;
# The first scenario will show the configurations for one IPBrick.&lt;br /&gt;
# The second scenario will demonstrate how to configure WPAD between two IPBrick servers:&lt;br /&gt;
#* One IPBrick is the Intranet server where DHCP and DNS services will run;&lt;br /&gt;
#* One IPBrick is the security server where Proxy service will run.&lt;br /&gt;
&lt;br /&gt;
The following examples will explain step by step how to configure a WPAD (Web Proxy Auto-Discovery) for both scenarios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First scenario ==&lt;br /&gt;
&lt;br /&gt;
[[File:cenario1.jpeg]]&lt;br /&gt;
&lt;br /&gt;
On our first scenario, the aim is to configure WPAD with an IPBrick as an Intranet server, where DHCP and DNS services will run.&lt;br /&gt;
&lt;br /&gt;
In order to do this we have to:&lt;br /&gt;
&lt;br /&gt;
# DHCP: activate WPAD.&lt;br /&gt;
#* Go to ''Advanced configurations » Support services » DHCP » Subnets » General options''; [[File:subnets.png]]&lt;br /&gt;
#* On ''Proxy Auto-configuration'', select ''Yes'' (by default is set up to ''No''). [[File:proxyautoconfiguration.png]]&lt;br /&gt;
# Proxy: activate WPAD.&lt;br /&gt;
#* Go to  ''IPBrick.C » Proxy » Auto-configuration''; [[File:proxyautoconfiguration3.png]]&lt;br /&gt;
#* On ''Auto-configuration » Enable Auto-configuration'', select ''Yes'' (by default is set up to ''No''). [[File:proxyautoconfiguration2.png]]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' There is no need to configure anything for DNS because it already points to the server in question.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Second scenario ==&lt;br /&gt;
&lt;br /&gt;
[[File:cenario2.1.jpeg]]&lt;br /&gt;
&lt;br /&gt;
On the second scenario, the aim is to configure WPAD with an IPBrick as a security server, where Proxy server will run.&lt;br /&gt;
&lt;br /&gt;
So, in this case, we have to servers. One of them is an Intranet server which is connected to our LAN; the other is a communication server that links our LAN to the Internet.&lt;br /&gt;
&lt;br /&gt;
As a practical example, let's call &amp;quot;srv01&amp;quot; to our internal server and &amp;quot;srv02&amp;quot; to the external one; &amp;quot;srv01&amp;quot; lodges DNS and DHCP services and &amp;quot;srv02&amp;quot; acts as a proxy.&lt;br /&gt;
&lt;br /&gt;
# To configure our &amp;quot;srv01&amp;quot;:&lt;br /&gt;
#* DNS: it's lodged on &amp;quot;srv01&amp;quot; but it has to point to &amp;quot;srv02&amp;quot;.&lt;br /&gt;
#** Go to ''Advanced configurations » Support services » DNS » Domains''; [[File:DNSdomains.png]]&lt;br /&gt;
#** Select your domain on ''Forward zone''; [[File:aliases.png]]&lt;br /&gt;
#** Here it is possible to see several configurations but, for our configuration, search for WPAD on the ''Aliases'' table; [[File:WPAD.png]]&lt;br /&gt;
#** Select ''WPAD'' and configure it to your server, &amp;quot;srv02&amp;quot;; [[File:WPADsrv02.png]]&lt;br /&gt;
#** Repeat these steps but this time search for ''Proxy'' on ''Aliases''. [[File:proxysrv02.png]]&lt;br /&gt;
#* DHCP: activate WPAD.&lt;br /&gt;
#** Go to ''Advanced configurations » Support services » DHCP » Subnets » General options''; [[File:subnets.png]]&lt;br /&gt;
#** On ''Proxy Auto-configuration'', select ''Yes'' (by default is set up to ''No''). [[File:proxyautoconfiguration.png]]&lt;br /&gt;
&lt;br /&gt;
Now we have both DNS and DHCP configured on our &amp;quot;srv01&amp;quot;, pointing to &amp;quot;srv02&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
#To configure &amp;quot;srv02&amp;quot;:&lt;br /&gt;
#* Proxy: activate WPAD.&lt;br /&gt;
#** Go to  ''IPBrick.C » Proxy » Auto-configuration''; [[File:proxyautoconfiguration3.png]]&lt;br /&gt;
#** On ''Auto-configuration » Enable Auto-configuration'', select ''Yes'' (by default is set up to ''No''). [[File:proxyautoconfiguration2.png]]&lt;br /&gt;
&lt;br /&gt;
== Configuration Hint - Proxy ==&lt;br /&gt;
&lt;br /&gt;
'''How to use proxy to access sites not running at port 80/443'''&lt;br /&gt;
&lt;br /&gt;
# Let's imagine that you want to access http://site.xpto.com:81;&lt;br /&gt;
# Go to ''Security » Proxy » Settings » Configurations » Other configurations'' and on ''Allowed connections'' add port 81 as authorized; [[File:proxy_port81.png]]&lt;br /&gt;
# Go to ''Advanced Configurations » Network » Firewall'' and insert the following ''General Settings rule'':&lt;br /&gt;
#:  Rule: INPUT&lt;br /&gt;
#:  Interface: ETH1&lt;br /&gt;
#:  Protocol: TCP&lt;br /&gt;
#:  Origin port: 81&lt;br /&gt;
#:  Parameters: ! --syn&lt;br /&gt;
#: Policy: ACCEPT [[File:proxy_port81a.png]]&lt;br /&gt;
# Apply Configurations;&lt;br /&gt;
# Use a LAN PC and test now the connection to http://site.xpto.com:81.&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/Operating_System</id>
		<title>Operating System</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/Operating_System"/>
				<updated>2016-04-04T09:50:20Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: /* Configuration Hints */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to IPBrick.IC support ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[What is new at IPBrick.IC version 6.0]]&lt;br /&gt;
* [[Update to IPBrick version 6.0]]&lt;br /&gt;
* [[Licensing IPBrick]]&lt;br /&gt;
* [[How to update IPBrick]]&lt;br /&gt;
&lt;br /&gt;
== Information per service ==&lt;br /&gt;
&lt;br /&gt;
* IPBrick.I&lt;br /&gt;
** [[Domain Server]]&lt;br /&gt;
** [[File Server]]&lt;br /&gt;
** [[Email Server]]&lt;br /&gt;
** [[Backup]]&lt;br /&gt;
&lt;br /&gt;
* IPBrick.C&lt;br /&gt;
** [[Email Server]]&lt;br /&gt;
** [[FTP Server]]&lt;br /&gt;
** [[VPN PPTP]]&lt;br /&gt;
** [[VoIP]]&lt;br /&gt;
&lt;br /&gt;
== Information per Apps ==&lt;br /&gt;
&lt;br /&gt;
* [[Archipel]]&lt;br /&gt;
* [[CAFE]]&lt;br /&gt;
* [[Contacts]]&lt;br /&gt;
* [[Groupware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuration Hints ==&lt;br /&gt;
&lt;br /&gt;
* [[Configurations for OpenVPN client]]&lt;br /&gt;
** [[How_to_rewrite_an_OpenVPN_file|How to rewrite an OpenVPN file]]&lt;br /&gt;
* [[Consultation_and_synchronization_of_remote_contacts_on_IPBrick|Consultation and synchronization of remote contacts on IPBrick]]&lt;br /&gt;
* [[How to buy and configure a SSL certificate at IPBrick 6.1]]&lt;br /&gt;
* [[How_to_handle_prefixes_on_IPBrick|How to handle prefixes on IPBrick]]&lt;br /&gt;
* [[Hyper-v_tools_for_IPBrick_6.X|Hyper-v tools for IPBrick 6.X]]&lt;br /&gt;
* [[IPBrick Disk migration]]&lt;br /&gt;
* [[Registering Phones with Open-VPN]]&lt;br /&gt;
* [[SIP_Trunks_Configuration|SIP Trunks Configuration]]&lt;br /&gt;
* [[UCoIP DNS/firewall configuration]]&lt;br /&gt;
* [[VMWare tools for IPBrick 6.X]]&lt;br /&gt;
&lt;br /&gt;
== HOW-TO ==&lt;br /&gt;
* [[How to configure a reverse proxy]]&lt;br /&gt;
* [[How to configure WPAD]]&lt;br /&gt;
* [[How to configure IPBRICK as an IP PBX |How to connect an IPBRICK as IP PBX]]&lt;br /&gt;
* [[How to configure DHCP server with no dynamic pool]]&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
* IPBrick v6.0&lt;br /&gt;
** [[NIC device detection/management]]&lt;br /&gt;
** [[Network Configuration / DHCP General Options Network Mask]]&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/How_to_handle_prefixes_on_IPBrick</id>
		<title>How to handle prefixes on IPBrick</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/How_to_handle_prefixes_on_IPBrick"/>
				<updated>2016-04-04T09:45:43Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: Created page with &amp;quot;''' ***PAGE ON CONSTRUCTION*** '''  The prefixes inserted in any of these outbound routes shall be automatically available for SIP telephones and for telephones connected to P...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''' ***PAGE ON CONSTRUCTION*** '''&lt;br /&gt;
&lt;br /&gt;
The prefixes inserted in any of these outbound routes shall be automatically available for SIP telephones and for telephones connected to PBX.&lt;br /&gt;
&lt;br /&gt;
These are all the available options (advanced):&lt;br /&gt;
&lt;br /&gt;
* Route name: Type your route's name;&lt;br /&gt;
* Prefix-Number Pattern: Both fields define the destination's number format that enables you to make calls by using this route. The Prefix will be a number and for the Number Pattern you may use this syntax:&lt;br /&gt;
&lt;br /&gt;
    X matches any digit from 0-9&lt;br /&gt;
    Z matches any digit from 1-9&lt;br /&gt;
    N matches any digit from 2-9&lt;br /&gt;
    [1237-9] matches any digit or letter in the brackets&lt;br /&gt;
    (in this example, 1,2,3,7,8,9)&lt;br /&gt;
    [a-z] matches any lower case letter&lt;br /&gt;
    [A-Z] matches any UPPER case letter&lt;br /&gt;
    . wildcard, matches one or more characters&lt;br /&gt;
    ! wildcard, matches zero (none) or more characters immediately&lt;br /&gt;
&lt;br /&gt;
* Include prefix in address: By default, YES;&lt;br /&gt;
* Postrouting prefix: It's a prefix added by the IPBrick when the number is received. E.g: For the Portuguese PSTN network we use the format 2XXXXXXXX. If we use a SIP account route as main route, it's necessary to use prefix 2, include prefix in address and use a postrouting prefix with 00351 (351 is the portuguese international code).&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/Operating_System</id>
		<title>Operating System</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/Operating_System"/>
				<updated>2016-04-04T09:27:44Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: /* Configuration Hints */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to IPBrick.IC support ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[What is new at IPBrick.IC version 6.0]]&lt;br /&gt;
* [[Update to IPBrick version 6.0]]&lt;br /&gt;
* [[Licensing IPBrick]]&lt;br /&gt;
* [[How to update IPBrick]]&lt;br /&gt;
&lt;br /&gt;
== Information per service ==&lt;br /&gt;
&lt;br /&gt;
* IPBrick.I&lt;br /&gt;
** [[Domain Server]]&lt;br /&gt;
** [[File Server]]&lt;br /&gt;
** [[Email Server]]&lt;br /&gt;
** [[Backup]]&lt;br /&gt;
&lt;br /&gt;
* IPBrick.C&lt;br /&gt;
** [[Email Server]]&lt;br /&gt;
** [[FTP Server]]&lt;br /&gt;
** [[VPN PPTP]]&lt;br /&gt;
** [[VoIP]]&lt;br /&gt;
&lt;br /&gt;
== Information per Apps ==&lt;br /&gt;
&lt;br /&gt;
* [[Archipel]]&lt;br /&gt;
* [[CAFE]]&lt;br /&gt;
* [[Contacts]]&lt;br /&gt;
* [[Groupware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuration Hints ==&lt;br /&gt;
&lt;br /&gt;
* [[Configurations for OpenVPN client]]&lt;br /&gt;
** [[How_to_rewrite_an_OpenVPN_file|How to rewrite an OpenVPN file]]&lt;br /&gt;
* [[Consultation_and_synchronization_of_remote_contacts_on_IPBrick|Consultation and synchronization of remote contacts on IPBrick]]&lt;br /&gt;
* [[How to buy and configure a SSL certificate at IPBrick 6.1]]&lt;br /&gt;
* [[How to handle prefixes on IPBrick]]&lt;br /&gt;
* [[Hyper-v_tools_for_IPBrick_6.X|Hyper-v tools for IPBrick 6.X]]&lt;br /&gt;
* [[IPBrick Disk migration]]&lt;br /&gt;
* [[Registering Phones with Open-VPN]]&lt;br /&gt;
* [[SIP_Trunks_Configuration|SIP Trunks Configuration]]&lt;br /&gt;
* [[UCoIP DNS/firewall configuration]]&lt;br /&gt;
* [[VMWare tools for IPBrick 6.X]]&lt;br /&gt;
&lt;br /&gt;
== HOW-TO ==&lt;br /&gt;
* [[How to configure a reverse proxy]]&lt;br /&gt;
* [[How to configure WPAD]]&lt;br /&gt;
* [[How to configure IPBRICK as an IP PBX |How to connect an IPBRICK as IP PBX]]&lt;br /&gt;
* [[How to configure DHCP server with no dynamic pool]]&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
* IPBrick v6.0&lt;br /&gt;
** [[NIC device detection/management]]&lt;br /&gt;
** [[Network Configuration / DHCP General Options Network Mask]]&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/FAQS_CAFE</id>
		<title>FAQS CAFE</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/FAQS_CAFE"/>
				<updated>2016-03-24T18:47:03Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: /* Which communication requirements are necessary for CAFE to be operational? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Why don't the users' accounts created in IPBRICK.I » Users Management appear in the CAFE online/offline list? =&lt;br /&gt;
&lt;br /&gt;
Users status are only displayed in CAFE &amp;quot;users list&amp;quot; after their first log in to the CAFE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= How does one configure CAFE's administration rights, in order to add polls, news items etc.? =&lt;br /&gt;
&lt;br /&gt;
By default, any user has a &amp;quot;User&amp;quot; profile. To promote a user to an administrator, it's necessary to assign him an &amp;quot;Administrator&amp;quot; profile.&lt;br /&gt;
&lt;br /&gt;
Only an Administrator can change users permissions and, to do so, he needs to:&lt;br /&gt;
* Log in CAFE;&lt;br /&gt;
* Go to ''Administration » Users'';&lt;br /&gt;
* Select the user to whom he wishes to assign administrative privileges;&lt;br /&gt;
* Select the profile &amp;quot;administrator&amp;quot; from the pop-list;&lt;br /&gt;
* Click on the button &amp;quot;Associate Users&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
After that, it's only necessary to refresh the browser, without having to clear the cache memory.&lt;br /&gt;
To be sure that it worked, the user may log out and log in again, just to verify his administrative permissions.&lt;br /&gt;
&lt;br /&gt;
= Why don't I have sound when doing a video call? =&lt;br /&gt;
&lt;br /&gt;
Check if you have any other applications running that might be using your microphone. If so, please close those applications and try to do the video call again.&lt;br /&gt;
&lt;br /&gt;
= Which communication requirements are necessary for CAFE to be operational? =&lt;br /&gt;
&lt;br /&gt;
    1- Configure the firewall to allow:&lt;br /&gt;
            Local Network → IPBrick COMMUNICATIONS&lt;br /&gt;
                → TCP/5222 (XMPP) – Instant Messaging&lt;br /&gt;
                → TCP/8888 (WEBRTC) – Video Conference&lt;br /&gt;
                → TCP/19302 (STUN) – Video Conference&lt;br /&gt;
                → TCP/10060 – Webphone&lt;br /&gt;
                → TCP/10062 (SSL) – Webphone&lt;br /&gt;
                → TCP/3478 (TURN) – Webphone&lt;br /&gt;
&lt;br /&gt;
    2- Add the following addresses on the DNS server:&lt;br /&gt;
                → voip.&amp;lt;domain&amp;gt; pointing to IPBrick IP PBX servers IP&lt;br /&gt;
                → im.&amp;lt;domain&amp;gt;, ucoip.&amp;lt;domain&amp;gt; and cafe.&amp;lt;domain&amp;gt; pointing to IPBrick CAFE servers IP&lt;br /&gt;
&lt;br /&gt;
    3- Install a valid SSL certificate on IPBrick server(s):&lt;br /&gt;
                → We use WebRTC protocol to do video conference. To work properly it's necessary to install a valid SSL certificate on IPBrick&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/FAQS_CAFE</id>
		<title>FAQS CAFE</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/FAQS_CAFE"/>
				<updated>2016-03-24T18:46:13Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Why don't the users' accounts created in IPBRICK.I » Users Management appear in the CAFE online/offline list? =&lt;br /&gt;
&lt;br /&gt;
Users status are only displayed in CAFE &amp;quot;users list&amp;quot; after their first log in to the CAFE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= How does one configure CAFE's administration rights, in order to add polls, news items etc.? =&lt;br /&gt;
&lt;br /&gt;
By default, any user has a &amp;quot;User&amp;quot; profile. To promote a user to an administrator, it's necessary to assign him an &amp;quot;Administrator&amp;quot; profile.&lt;br /&gt;
&lt;br /&gt;
Only an Administrator can change users permissions and, to do so, he needs to:&lt;br /&gt;
* Log in CAFE;&lt;br /&gt;
* Go to ''Administration » Users'';&lt;br /&gt;
* Select the user to whom he wishes to assign administrative privileges;&lt;br /&gt;
* Select the profile &amp;quot;administrator&amp;quot; from the pop-list;&lt;br /&gt;
* Click on the button &amp;quot;Associate Users&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
After that, it's only necessary to refresh the browser, without having to clear the cache memory.&lt;br /&gt;
To be sure that it worked, the user may log out and log in again, just to verify his administrative permissions.&lt;br /&gt;
&lt;br /&gt;
= Why don't I have sound when doing a video call? =&lt;br /&gt;
&lt;br /&gt;
Check if you have any other applications running that might be using your microphone. If so, please close those applications and try to do the video call again.&lt;br /&gt;
&lt;br /&gt;
= Which communication requirements are necessary for CAFE to be operational? =&lt;br /&gt;
&lt;br /&gt;
    1- Configure the firewall to allow:&lt;br /&gt;
            Local Network → IPBrick COMMUNICATIONS&lt;br /&gt;
                → TCP/5222 (XMPP) – Instant Messaging&lt;br /&gt;
                → TCP/8888 (WEBRTC) – Video Conference&lt;br /&gt;
                → TCP/19302 (STUN) – Video Conference&lt;br /&gt;
                → TCP/10060 – Webphone&lt;br /&gt;
                → TCP/10062 (SSL) – Webphone&lt;br /&gt;
                → TCP/3478 (TURN) – Webphone&lt;br /&gt;
&lt;br /&gt;
    2- Add the following addresses on the DNS server:&lt;br /&gt;
                → voip.&amp;lt;domain&amp;gt; pointing to IPBrick IP PBX servers IP&lt;br /&gt;
                → im.&amp;lt;domain&amp;gt;, ucoip.&amp;lt;domain&amp;gt; and cafe.&amp;lt;domain&amp;gt; pointing to IPBrick CAFE servers IP&lt;br /&gt;
&lt;br /&gt;
    3- Install a valid SSL certificate on IPBrick server(s):&lt;br /&gt;
                → We use WebRTC protocol to do video conference. To work properly it's necessary to install in IPBrick a valid SSL certificate&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/FAQS_CAFE</id>
		<title>FAQS CAFE</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/FAQS_CAFE"/>
				<updated>2016-03-24T18:40:27Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: /* How does one configure CAFE's administration rights, in order to add polls, news items etc.? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Why don't the users' accounts created in IPBRICK.I » Users Management appear in the CAFE online/offline list? =&lt;br /&gt;
&lt;br /&gt;
Users status are only displayed in CAFE &amp;quot;users list&amp;quot; after their first log in to the CAFE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= How does one configure CAFE's administration rights, in order to add polls, news items etc.? =&lt;br /&gt;
&lt;br /&gt;
By default, any user has a &amp;quot;User&amp;quot; profile. To promote a user to an administrator, it's necessary to assign him an &amp;quot;Administrator&amp;quot; profile.&lt;br /&gt;
&lt;br /&gt;
Only an Administrator can change users permissions and, to do so, he needs to:&lt;br /&gt;
* Log in CAFE;&lt;br /&gt;
* Go to ''Administration » Users'';&lt;br /&gt;
* Select the user to whom he wishes to assign administrative privileges;&lt;br /&gt;
* Select the profile &amp;quot;administrator&amp;quot; from the pop-list;&lt;br /&gt;
* Click on the button &amp;quot;Associate Users&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
After that, it's only necessary to refresh the browser, without having to clear the cache memory.&lt;br /&gt;
To be sure that it worked, the user may log out and log in again, just to verify his administrative permissions.&lt;br /&gt;
&lt;br /&gt;
= Why don't I have sound when doing a video call? =&lt;br /&gt;
&lt;br /&gt;
Check if you have any other applications running that might be using your microphone. If so, please close those applications and try to do the video call again.&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/Operating_System</id>
		<title>Operating System</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/Operating_System"/>
				<updated>2016-03-16T12:40:58Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: /* Configuration Hints */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to IPBrick.IC support ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[What is new at IPBrick.IC version 6.0]]&lt;br /&gt;
* [[Update to IPBrick version 6.0]]&lt;br /&gt;
* [[Licensing IPBrick]]&lt;br /&gt;
* [[How to update IPBrick]]&lt;br /&gt;
&lt;br /&gt;
== Information per service ==&lt;br /&gt;
&lt;br /&gt;
* IPBrick.I&lt;br /&gt;
** [[Domain Server]]&lt;br /&gt;
** [[File Server]]&lt;br /&gt;
** [[Email Server]]&lt;br /&gt;
** [[Backup]]&lt;br /&gt;
&lt;br /&gt;
* IPBrick.C&lt;br /&gt;
** [[Email Server]]&lt;br /&gt;
** [[FTP Server]]&lt;br /&gt;
** [[VPN PPTP]]&lt;br /&gt;
** [[VoIP]]&lt;br /&gt;
&lt;br /&gt;
== Information per Apps ==&lt;br /&gt;
&lt;br /&gt;
* [[Archipel]]&lt;br /&gt;
* [[CAFE]]&lt;br /&gt;
* [[Contacts]]&lt;br /&gt;
* [[Groupware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuration Hints ==&lt;br /&gt;
&lt;br /&gt;
* [[Registering Phones with Open-VPN]]&lt;br /&gt;
* [[Configurations for OpenVPN client]]&lt;br /&gt;
** [[How_to_rewrite_an_OpenVPN_file|How to rewrite an OpenVPN file]]&lt;br /&gt;
* [[UCoIP DNS/firewall configuration]]&lt;br /&gt;
* [[How to buy and configure a SSL certificate at IPBrick 6.1]]&lt;br /&gt;
* [[IPBrick Disk migration]]&lt;br /&gt;
* [[VMWare tools for IPBrick 6.X]]&lt;br /&gt;
* [[Hyper-v_tools_for_IPBrick_6.X|Hyper-v tools for IPBrick 6.X]]&lt;br /&gt;
* [[SIP_Trunks_Configuration|SIP Trunks Configuration]]&lt;br /&gt;
* [[Consultation_and_synchronization_of_remote_contacts_on_IPBrick|Consultation and synchronization of remote contacts on IPBrick]]&lt;br /&gt;
&lt;br /&gt;
== HOW-TO ==&lt;br /&gt;
* [[How to configure a reverse proxy]]&lt;br /&gt;
* [[How to configure WPAD]]&lt;br /&gt;
* [[How to configure IPBRICK as an IP PBX |How to connect an IPBRICK as IP PBX]]&lt;br /&gt;
* [[How to configure DHCP server with no dynamic pool]]&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
* IPBrick v6.0&lt;br /&gt;
** [[NIC device detection/management]]&lt;br /&gt;
** [[Network Configuration / DHCP General Options Network Mask]]&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/Consultation_and_synchronization_of_remote_contacts_on_IPBrick</id>
		<title>Consultation and synchronization of remote contacts on IPBrick</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/Consultation_and_synchronization_of_remote_contacts_on_IPBrick"/>
				<updated>2016-03-16T12:39:26Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''' ***PAGE ON CONSTRUCTION***'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is possible to perform two types of LDAP search on Yealink phones:&lt;br /&gt;
# IPBrick LDAP users&lt;br /&gt;
# IPBrick Contacts (contacts.domain.com)&lt;br /&gt;
&lt;br /&gt;
Relevant information:&lt;br /&gt;
&lt;br /&gt;
* Name of the server (FQDN): ipbrick.domain.com&lt;br /&gt;
* IP (ETH0): 192.168.69.199&lt;br /&gt;
* Contacts: contacts.domain.com&lt;br /&gt;
** IPBrick contacts user, with reading permissions: yealink_contacts&lt;br /&gt;
** Password: *************&lt;br /&gt;
&lt;br /&gt;
== IPBrick LDAP Users ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#######################################################################################&lt;br /&gt;
##It enables or disables LDAP feature.0-Disabled,1-Enabled.&lt;br /&gt;
##The default value is 0.&lt;br /&gt;
ldap.enable = 1&lt;br /&gt;
 &lt;br /&gt;
##It configures the criteria for searching the contact name attributes.&lt;br /&gt;
##Example:ldap.name_filter = (|(cn=%)(sn=%)).&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
## ldap.name_filter = (&amp;amp;(|(cn=%)(sn=%))(|(SIPIdentityVoipUserAlias=*)(mobile=*)(telephoneNumber=*)(SIPIdentityDefaultPhone=*)))&lt;br /&gt;
ldap.name_filter = (&amp;amp;(|(cn=%)(sn=%))(|(SIPIdentityVoipUserAlias=*)(mobile=*)(telephoneNumber=*)(SIPIdentityDefaultPhone=*))(|(objectClass=qmailUser)(&amp;amp;(objectclass=contact)(o=ipbrick))))&lt;br /&gt;
 &lt;br /&gt;
##It configures the criteria for searching the contact number attributes.&lt;br /&gt;
##Example:ldap.number_filter = (|(telephoneNumber=%)(mobile=%)(ipPhone=%))&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.number_filter = (|(telephoneNumber=%)(mobile=%)(ipPhone=%)(pager=%)(departmentNumber=%)(SIPIdentityDefaultPhone=%)(facsimiletelephonenumber=%)(SIPIdentityVoipUserAlias=%))&lt;br /&gt;
 &lt;br /&gt;
##It configures the IP address or domain name of the LDAP server.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.host = 192.168.69.199&lt;br /&gt;
 &lt;br /&gt;
##It configures the port of the LDAP server.&lt;br /&gt;
##The default value is 389.Integer from 1 to 65535.&lt;br /&gt;
ldap.port = 389&lt;br /&gt;
 &lt;br /&gt;
##It configures the LDAP search base which corresponds to the location of the LDAP phonebook.&lt;br /&gt;
##Example:ldap.base = dc=yealink,dc=cn.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.base = dc=domain,dc=com&lt;br /&gt;
 &lt;br /&gt;
##It configures the user name for accessing the LDAP server.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.user = uid=yealink_contacts,ou=users,dc=domain,dc=com&lt;br /&gt;
 &lt;br /&gt;
##It configures the password for accessing the LDAP server.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.password = *************&lt;br /&gt;
 &lt;br /&gt;
##It configures the maximum of the search results returned by the LDAP server to be displayed.&lt;br /&gt;
##The default value is 50.Integer from 1 to 32000.&lt;br /&gt;
ldap.max_hits = 500&lt;br /&gt;
 &lt;br /&gt;
##It configures the name attributes of each record to be returned by the LDAP server.&lt;br /&gt;
##Multiple attributes are separated by spaces.Example:ldap.name_attr =sn cn.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.name_attr = cn&lt;br /&gt;
 &lt;br /&gt;
##It configures the number attributes of each record to be returned by the LDAP server.&lt;br /&gt;
##Multiple attributes are separated by spaces.Example:ldap.numb_attr = Mobile ipPhone.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.numb_attr = SIPIdentityVoipUserAlias mobile telephoneNumber departmentNumber pager SIPIdentityDefaultPhone&lt;br /&gt;
 &lt;br /&gt;
##It configures the display name of the contact record displayed on the LCD screen. The value of this parameter must start with ¡°%¡± symbol.&lt;br /&gt;
##Example:ldap.display_name = %cn&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.display_name = %cn&lt;br /&gt;
 &lt;br /&gt;
##It configures the LDAP version.&lt;br /&gt;
##The default value is 3.&lt;br /&gt;
ldap.version = 3&lt;br /&gt;
 &lt;br /&gt;
##It enables or disables the phone to perform an LDAP search when receiving an incoming call.&lt;br /&gt;
##0-Disabled,1-Enabled.&lt;br /&gt;
##The default value is 0.&lt;br /&gt;
ldap.call_in_lookup = 1&lt;br /&gt;
 &lt;br /&gt;
##It enables or disables the phone to sort the search results in alphabetical order or numerical order.&lt;br /&gt;
##0-Disabled,1-Enabled.&lt;br /&gt;
##The default value is 0.&lt;br /&gt;
ldap.ldap_sort = 1&lt;br /&gt;
&lt;br /&gt;
##It is the electricity + start, automatic search + 00 the beginning and the beginning of the numbe&lt;br /&gt;
##The default value is 0.(0-Disable,1-Enable )(Except T19P/T21P Models)&lt;br /&gt;
ldap.incoming_call_special_search.enable =&lt;br /&gt;
##The default value is 0,value of 0 to 2, respectively the ldap, ldap + StarTLS and ldaps&lt;br /&gt;
ldap.tls_mode = &lt;br /&gt;
ldap.call_out_lookup =&lt;br /&gt;
#######################################################################################&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== IPBrick Contacts ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#######################################################################################&lt;br /&gt;
ldap.enable = 1&lt;br /&gt;
ldap.name_filter = (|(cn=%)(sn=%))&lt;br /&gt;
ldap.number_filter = (|(telephoneNumber=%)(Mobile=%)(IPBrickPhone=%))&lt;br /&gt;
ldap.host = 192.168.69.199&lt;br /&gt;
ldap.port = 389&lt;br /&gt;
ldap.base = ou=Contacts,dc=domain,dc=com&lt;br /&gt;
ldap.user = uid=yealink_contacts,Ou=Users,dc=domain,dc=com&lt;br /&gt;
ldap.password = *************&lt;br /&gt;
ldap.max_hits = 300&lt;br /&gt;
ldap.name_attr = cn displayName&lt;br /&gt;
ldap.numb_attr = Mobile IPBrickPhone telephoneNumber&lt;br /&gt;
ldap.display_name = %cn&lt;br /&gt;
ldap.version = 3&lt;br /&gt;
ldap.call_in_lookup = 0&lt;br /&gt;
ldap.ldap_sort = 0&lt;br /&gt;
#######################################################################################&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/Consultation_and_synchronization_of_remote_contacts_on_IPBrick</id>
		<title>Consultation and synchronization of remote contacts on IPBrick</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/Consultation_and_synchronization_of_remote_contacts_on_IPBrick"/>
				<updated>2016-03-16T12:36:49Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''' ***PAGE ON CONSTRUCTION***'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is possible to perform two types of LDAP search on Yealink phones:&lt;br /&gt;
# IPBrick LDAP users&lt;br /&gt;
# IPBrick Contacts (contacts.domain.com)&lt;br /&gt;
&lt;br /&gt;
Relevant information:&lt;br /&gt;
&lt;br /&gt;
* Name of the server (FQDN): ipbrick.domain.com&lt;br /&gt;
* IP (ETH0): 192.168.69.199&lt;br /&gt;
* Contacts: contacts.domain.com&lt;br /&gt;
** IPBrick contacts user, with reading permissions: yealink_contacts&lt;br /&gt;
** Password: *************&lt;br /&gt;
&lt;br /&gt;
== IPBrick LDAP Users ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#######################################################################################&lt;br /&gt;
##It enables or disables LDAP feature.0-Disabled,1-Enabled.&lt;br /&gt;
##The default value is 0.&lt;br /&gt;
ldap.enable = 1&lt;br /&gt;
 &lt;br /&gt;
##It configures the criteria for searching the contact name attributes.&lt;br /&gt;
##Example:ldap.name_filter = (|(cn=%)(sn=%)).&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
## ldap.name_filter = (&amp;amp;(|(cn=%)(sn=%))(|(SIPIdentityVoipUserAlias=*)(mobile=*)(telephoneNumber=*)(SIPIdentityDefaultPhone=*)))&lt;br /&gt;
ldap.name_filter = (&amp;amp;(|(cn=%)(sn=%))(|(SIPIdentityVoipUserAlias=*)(mobile=*)(telephoneNumber=*)(SIPIdentityDefaultPhone=*))(|(objectClass=qmailUser)(&amp;amp;(objectclass=contact)(o=ipbrick))))&lt;br /&gt;
 &lt;br /&gt;
##It configures the criteria for searching the contact number attributes.&lt;br /&gt;
##Example:ldap.number_filter = (|(telephoneNumber=%)(mobile=%)(ipPhone=%))&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.number_filter = (|(telephoneNumber=%)(mobile=%)(ipPhone=%)(pager=%)(departmentNumber=%)(SIPIdentityDefaultPhone=%)(facsimiletelephonenumber=%)(SIPIdentityVoipUserAlias=%))&lt;br /&gt;
 &lt;br /&gt;
##It configures the IP address or domain name of the LDAP server.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.host = 192.168.69.199&lt;br /&gt;
 &lt;br /&gt;
##It configures the port of the LDAP server.&lt;br /&gt;
##The default value is 389.Integer from 1 to 65535.&lt;br /&gt;
ldap.port = 389&lt;br /&gt;
 &lt;br /&gt;
##It configures the LDAP search base which corresponds to the location of the LDAP phonebook.&lt;br /&gt;
##Example:ldap.base = dc=yealink,dc=cn.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.base = dc=domain,dc=com&lt;br /&gt;
 &lt;br /&gt;
##It configures the user name for accessing the LDAP server.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.user = uid=yealink_contacts,ou=users,dc=domain,dc=com&lt;br /&gt;
 &lt;br /&gt;
##It configures the password for accessing the LDAP server.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.password = pass_busca_contacts&lt;br /&gt;
 &lt;br /&gt;
##It configures the maximum of the search results returned by the LDAP server to be displayed.&lt;br /&gt;
##The default value is 50.Integer from 1 to 32000.&lt;br /&gt;
ldap.max_hits = 500&lt;br /&gt;
 &lt;br /&gt;
##It configures the name attributes of each record to be returned by the LDAP server.&lt;br /&gt;
##Multiple attributes are separated by spaces.Example:ldap.name_attr =sn cn.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.name_attr = cn&lt;br /&gt;
 &lt;br /&gt;
##It configures the number attributes of each record to be returned by the LDAP server.&lt;br /&gt;
##Multiple attributes are separated by spaces.Example:ldap.numb_attr = Mobile ipPhone.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.numb_attr = SIPIdentityVoipUserAlias mobile telephoneNumber departmentNumber pager SIPIdentityDefaultPhone&lt;br /&gt;
 &lt;br /&gt;
##It configures the display name of the contact record displayed on the LCD screen. The value of this parameter must start with ¡°%¡± symbol.&lt;br /&gt;
##Example:ldap.display_name = %cn&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.display_name = %cn&lt;br /&gt;
 &lt;br /&gt;
##It configures the LDAP version.&lt;br /&gt;
##The default value is 3.&lt;br /&gt;
ldap.version = 3&lt;br /&gt;
 &lt;br /&gt;
##It enables or disables the phone to perform an LDAP search when receiving an incoming call.&lt;br /&gt;
##0-Disabled,1-Enabled.&lt;br /&gt;
##The default value is 0.&lt;br /&gt;
ldap.call_in_lookup = 1&lt;br /&gt;
 &lt;br /&gt;
##It enables or disables the phone to sort the search results in alphabetical order or numerical order.&lt;br /&gt;
##0-Disabled,1-Enabled.&lt;br /&gt;
##The default value is 0.&lt;br /&gt;
ldap.ldap_sort = 1&lt;br /&gt;
&lt;br /&gt;
##It is the electricity + start, automatic search + 00 the beginning and the beginning of the numbe&lt;br /&gt;
##The default value is 0.(0-Disable,1-Enable )(Except T19P/T21P Models)&lt;br /&gt;
ldap.incoming_call_special_search.enable =&lt;br /&gt;
##The default value is 0,value of 0 to 2, respectively the ldap, ldap + StarTLS and ldaps&lt;br /&gt;
ldap.tls_mode = &lt;br /&gt;
ldap.call_out_lookup =&lt;br /&gt;
#######################################################################################&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== IPBrick Contacts ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#######################################################################################&lt;br /&gt;
ldap.enable = 1&lt;br /&gt;
ldap.name_filter = (|(cn=%)(sn=%))&lt;br /&gt;
ldap.number_filter = (|(telephoneNumber=%)(Mobile=%)(IPBrickPhone=%))&lt;br /&gt;
ldap.host = 192.168.69.199&lt;br /&gt;
ldap.port = 389&lt;br /&gt;
ldap.base = ou=Contacts,dc=domain,dc=com&lt;br /&gt;
ldap.user = uid=yealink_contacts,Ou=Users,dc=domain,dc=com&lt;br /&gt;
ldap.password = pass_busca_contacts&lt;br /&gt;
ldap.max_hits = 300&lt;br /&gt;
ldap.name_attr = cn displayName&lt;br /&gt;
ldap.numb_attr = Mobile IPBrickPhone telephoneNumber&lt;br /&gt;
ldap.display_name = %cn&lt;br /&gt;
ldap.version = 3&lt;br /&gt;
ldap.call_in_lookup = 0&lt;br /&gt;
ldap.ldap_sort = 0&lt;br /&gt;
#######################################################################################&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/Consultation_and_synchronization_of_remote_contacts_on_IPBrick</id>
		<title>Consultation and synchronization of remote contacts on IPBrick</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/Consultation_and_synchronization_of_remote_contacts_on_IPBrick"/>
				<updated>2016-03-16T12:36:19Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: Created page with &amp;quot;It is possible to perform two types of LDAP search on Yealink phones: # IPBrick LDAP users # IPBrick Contacts (contacts.domain.com)  Relevant information:  * Name of the serve...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It is possible to perform two types of LDAP search on Yealink phones:&lt;br /&gt;
# IPBrick LDAP users&lt;br /&gt;
# IPBrick Contacts (contacts.domain.com)&lt;br /&gt;
&lt;br /&gt;
Relevant information:&lt;br /&gt;
&lt;br /&gt;
* Name of the server (FQDN): ipbrick.domain.com&lt;br /&gt;
* IP (ETH0): 192.168.69.199&lt;br /&gt;
* Contacts: contacts.domain.com&lt;br /&gt;
** IPBrick contacts user, with reading permissions: yealink_contacts&lt;br /&gt;
** Password: *************&lt;br /&gt;
&lt;br /&gt;
== IPBrick LDAP Users ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#######################################################################################&lt;br /&gt;
##It enables or disables LDAP feature.0-Disabled,1-Enabled.&lt;br /&gt;
##The default value is 0.&lt;br /&gt;
ldap.enable = 1&lt;br /&gt;
 &lt;br /&gt;
##It configures the criteria for searching the contact name attributes.&lt;br /&gt;
##Example:ldap.name_filter = (|(cn=%)(sn=%)).&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
## ldap.name_filter = (&amp;amp;(|(cn=%)(sn=%))(|(SIPIdentityVoipUserAlias=*)(mobile=*)(telephoneNumber=*)(SIPIdentityDefaultPhone=*)))&lt;br /&gt;
ldap.name_filter = (&amp;amp;(|(cn=%)(sn=%))(|(SIPIdentityVoipUserAlias=*)(mobile=*)(telephoneNumber=*)(SIPIdentityDefaultPhone=*))(|(objectClass=qmailUser)(&amp;amp;(objectclass=contact)(o=ipbrick))))&lt;br /&gt;
 &lt;br /&gt;
##It configures the criteria for searching the contact number attributes.&lt;br /&gt;
##Example:ldap.number_filter = (|(telephoneNumber=%)(mobile=%)(ipPhone=%))&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.number_filter = (|(telephoneNumber=%)(mobile=%)(ipPhone=%)(pager=%)(departmentNumber=%)(SIPIdentityDefaultPhone=%)(facsimiletelephonenumber=%)(SIPIdentityVoipUserAlias=%))&lt;br /&gt;
 &lt;br /&gt;
##It configures the IP address or domain name of the LDAP server.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.host = 192.168.69.199&lt;br /&gt;
 &lt;br /&gt;
##It configures the port of the LDAP server.&lt;br /&gt;
##The default value is 389.Integer from 1 to 65535.&lt;br /&gt;
ldap.port = 389&lt;br /&gt;
 &lt;br /&gt;
##It configures the LDAP search base which corresponds to the location of the LDAP phonebook.&lt;br /&gt;
##Example:ldap.base = dc=yealink,dc=cn.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.base = dc=domain,dc=com&lt;br /&gt;
 &lt;br /&gt;
##It configures the user name for accessing the LDAP server.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.user = uid=yealink_contacts,ou=users,dc=domain,dc=com&lt;br /&gt;
 &lt;br /&gt;
##It configures the password for accessing the LDAP server.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.password = pass_busca_contacts&lt;br /&gt;
 &lt;br /&gt;
##It configures the maximum of the search results returned by the LDAP server to be displayed.&lt;br /&gt;
##The default value is 50.Integer from 1 to 32000.&lt;br /&gt;
ldap.max_hits = 500&lt;br /&gt;
 &lt;br /&gt;
##It configures the name attributes of each record to be returned by the LDAP server.&lt;br /&gt;
##Multiple attributes are separated by spaces.Example:ldap.name_attr =sn cn.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.name_attr = cn&lt;br /&gt;
 &lt;br /&gt;
##It configures the number attributes of each record to be returned by the LDAP server.&lt;br /&gt;
##Multiple attributes are separated by spaces.Example:ldap.numb_attr = Mobile ipPhone.&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.numb_attr = SIPIdentityVoipUserAlias mobile telephoneNumber departmentNumber pager SIPIdentityDefaultPhone&lt;br /&gt;
 &lt;br /&gt;
##It configures the display name of the contact record displayed on the LCD screen. The value of this parameter must start with ¡°%¡± symbol.&lt;br /&gt;
##Example:ldap.display_name = %cn&lt;br /&gt;
##The default value is blank.&lt;br /&gt;
ldap.display_name = %cn&lt;br /&gt;
 &lt;br /&gt;
##It configures the LDAP version.&lt;br /&gt;
##The default value is 3.&lt;br /&gt;
ldap.version = 3&lt;br /&gt;
 &lt;br /&gt;
##It enables or disables the phone to perform an LDAP search when receiving an incoming call.&lt;br /&gt;
##0-Disabled,1-Enabled.&lt;br /&gt;
##The default value is 0.&lt;br /&gt;
ldap.call_in_lookup = 1&lt;br /&gt;
 &lt;br /&gt;
##It enables or disables the phone to sort the search results in alphabetical order or numerical order.&lt;br /&gt;
##0-Disabled,1-Enabled.&lt;br /&gt;
##The default value is 0.&lt;br /&gt;
ldap.ldap_sort = 1&lt;br /&gt;
&lt;br /&gt;
##It is the electricity + start, automatic search + 00 the beginning and the beginning of the numbe&lt;br /&gt;
##The default value is 0.(0-Disable,1-Enable )(Except T19P/T21P Models)&lt;br /&gt;
ldap.incoming_call_special_search.enable =&lt;br /&gt;
##The default value is 0,value of 0 to 2, respectively the ldap, ldap + StarTLS and ldaps&lt;br /&gt;
ldap.tls_mode = &lt;br /&gt;
ldap.call_out_lookup =&lt;br /&gt;
#######################################################################################&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== IPBrick Contacts ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#######################################################################################&lt;br /&gt;
ldap.enable = 1&lt;br /&gt;
ldap.name_filter = (|(cn=%)(sn=%))&lt;br /&gt;
ldap.number_filter = (|(telephoneNumber=%)(Mobile=%)(IPBrickPhone=%))&lt;br /&gt;
ldap.host = 192.168.69.199&lt;br /&gt;
ldap.port = 389&lt;br /&gt;
ldap.base = ou=Contacts,dc=domain,dc=com&lt;br /&gt;
ldap.user = uid=yealink_contacts,Ou=Users,dc=domain,dc=com&lt;br /&gt;
ldap.password = pass_busca_contacts&lt;br /&gt;
ldap.max_hits = 300&lt;br /&gt;
ldap.name_attr = cn displayName&lt;br /&gt;
ldap.numb_attr = Mobile IPBrickPhone telephoneNumber&lt;br /&gt;
ldap.display_name = %cn&lt;br /&gt;
ldap.version = 3&lt;br /&gt;
ldap.call_in_lookup = 0&lt;br /&gt;
ldap.ldap_sort = 0&lt;br /&gt;
#######################################################################################&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/Operating_System</id>
		<title>Operating System</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/Operating_System"/>
				<updated>2016-03-16T11:44:32Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: /* Configuration Hints */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to IPBrick.IC support ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[What is new at IPBrick.IC version 6.0]]&lt;br /&gt;
* [[Update to IPBrick version 6.0]]&lt;br /&gt;
* [[Licensing IPBrick]]&lt;br /&gt;
* [[How to update IPBrick]]&lt;br /&gt;
&lt;br /&gt;
== Information per service ==&lt;br /&gt;
&lt;br /&gt;
* IPBrick.I&lt;br /&gt;
** [[Domain Server]]&lt;br /&gt;
** [[File Server]]&lt;br /&gt;
** [[Email Server]]&lt;br /&gt;
** [[Backup]]&lt;br /&gt;
&lt;br /&gt;
* IPBrick.C&lt;br /&gt;
** [[Email Server]]&lt;br /&gt;
** [[FTP Server]]&lt;br /&gt;
** [[VPN PPTP]]&lt;br /&gt;
** [[VoIP]]&lt;br /&gt;
&lt;br /&gt;
== Information per Apps ==&lt;br /&gt;
&lt;br /&gt;
* [[Archipel]]&lt;br /&gt;
* [[CAFE]]&lt;br /&gt;
* [[Contacts]]&lt;br /&gt;
* [[Groupware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuration Hints ==&lt;br /&gt;
&lt;br /&gt;
* [[Registering Phones with Open-VPN]]&lt;br /&gt;
* [[Configurations for OpenVPN client]]&lt;br /&gt;
** [[How_to_rewrite_an_OpenVPN_file|How to rewrite an OpenVPN file]]&lt;br /&gt;
* [[UCoIP DNS/firewall configuration]]&lt;br /&gt;
* [[How to buy and configure a SSL certificate at IPBrick 6.1]]&lt;br /&gt;
* [[IPBrick Disk migration]]&lt;br /&gt;
* [[VMWare tools for IPBrick 6.X]]&lt;br /&gt;
* [[Hyper-v_tools_for_IPBrick_6.X|Hyper-v tools for IPBrick 6.X]]&lt;br /&gt;
* [[SIP_Trunks_Configuration|SIP Trunks Configuration]]&lt;br /&gt;
&lt;br /&gt;
== HOW-TO ==&lt;br /&gt;
* [[How to configure a reverse proxy]]&lt;br /&gt;
* [[How to configure WPAD]]&lt;br /&gt;
* [[How to configure IPBRICK as an IP PBX |How to connect an IPBRICK as IP PBX]]&lt;br /&gt;
* [[How to configure DHCP server with no dynamic pool]]&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
* IPBrick v6.0&lt;br /&gt;
** [[NIC device detection/management]]&lt;br /&gt;
** [[Network Configuration / DHCP General Options Network Mask]]&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:GoTelecom66.png</id>
		<title>File:GoTelecom66.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:GoTelecom66.png"/>
				<updated>2016-03-09T09:50:04Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: Dbabo uploaded a new version of &amp;amp;quot;File:GoTelecom66.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:GoTelecom55.png</id>
		<title>File:GoTelecom55.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:GoTelecom55.png"/>
				<updated>2016-03-09T09:49:39Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: Dbabo uploaded a new version of &amp;amp;quot;File:GoTelecom55.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:GoTelecom44.png</id>
		<title>File:GoTelecom44.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:GoTelecom44.png"/>
				<updated>2016-03-09T09:49:16Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: Dbabo uploaded a new version of &amp;amp;quot;File:GoTelecom44.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:GoTelecom33.png</id>
		<title>File:GoTelecom33.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:GoTelecom33.png"/>
				<updated>2016-03-09T09:48:56Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: Dbabo uploaded a new version of &amp;amp;quot;File:GoTelecom33.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:GoTelecom22.png</id>
		<title>File:GoTelecom22.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:GoTelecom22.png"/>
				<updated>2016-03-09T09:48:32Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: Dbabo uploaded a new version of &amp;amp;quot;File:GoTelecom22.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:GoTelecom11.png</id>
		<title>File:GoTelecom11.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:GoTelecom11.png"/>
				<updated>2016-03-09T09:48:02Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: Dbabo uploaded a new version of &amp;amp;quot;File:GoTelecom11.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	<entry>
		<id>https://wiki.ipbrick.com/index.php/File:NOS55.png</id>
		<title>File:NOS55.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ipbrick.com/index.php/File:NOS55.png"/>
				<updated>2016-03-09T09:47:40Z</updated>
		
		<summary type="html">&lt;p&gt;Dbabo: Dbabo uploaded a new version of &amp;amp;quot;File:NOS55.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbabo</name></author>	</entry>

	</feed>