Difference between revisions of "IPitomy"

From WTFwiki
Jump to navigation Jump to search
(Created page with "iPitomy is a on premise solution that is "Asterisk" base in the backend. The PBX is a bare bones style PBX which makes for a simple yet easy to manage phone system. Some not...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
iPitomy is a on premise solution that is "Asterisk" base in the backend.  The PBX is a bare bones style PBX which makes for a simple yet easy to manage phone system.  Some notes;
+
iPitomy is a on premise solution that is "Asterisk" base in the backend.  The PBX is a bare bones style PBX which makes for a simple yet easy to manage phone system.   
  
 +
Some notes;
  
 
When adding new networks/remote locations to the iPitomy Phone system you need to add the following;
 
When adding new networks/remote locations to the iPitomy Phone system you need to add the following;
<code>
+
 
 +
<pre>
 +
 
 
System -> Access Control -> Access Control List;
 
System -> Access Control -> Access Control List;
  
Line 9: Line 12:
  
 
Example would be 10.10.3.0/255.255.255.0
 
Example would be 10.10.3.0/255.255.255.0
</code>
+
 
 +
</pre>
 
This will add the entire network of 10.10.3.0/24.  You will also need to add this to the PBX setup located at;
 
This will add the entire network of 10.10.3.0/24.  You will also need to add this to the PBX setup located at;
<code>
+
<pre>
 +
 
 
PBX Setup -> SIP -> Local Networks and Subnet Masks:
 
PBX Setup -> SIP -> Local Networks and Subnet Masks:
</code>
+
 
 +
</pre>
 
This will grant all the pbx phones in the remote location of 10.10.3.0/24.  I suggest that you use a managed switch and setup vlan with trunking of LLDP so that the phones are on their own network and not using up ip space.  IPv6 will be a bit different as you're dealing with 64bit addresses.  
 
This will grant all the pbx phones in the remote location of 10.10.3.0/24.  I suggest that you use a managed switch and setup vlan with trunking of LLDP so that the phones are on their own network and not using up ip space.  IPv6 will be a bit different as you're dealing with 64bit addresses.  
  
Line 21: Line 27:
  
 
This is due to some sort of access issue, could be related to the firewall, wrong ACL or a password problem.  To change the password on the phone you can go to the IP of that phone input the username/password (default is: root:root) and change the password located in;
 
This is due to some sort of access issue, could be related to the firewall, wrong ACL or a password problem.  To change the password on the phone you can go to the IP of that phone input the username/password (default is: root:root) and change the password located in;
 +
<pre>
  
<code>
 
 
SIP Account -> Account1 -> Basic  
 
SIP Account -> Account1 -> Basic  
  
 
Authenticate Name:xxxx
 
Authenticate Name:xxxx
 
Password: xxxx
 
Password: xxxx
</code>
 
  
 +
</pre>
 
Double check that the auth/password on the server is identical:
 
Double check that the auth/password on the server is identical:
  
<code>
+
<pre>
 +
 
 
Destinations -> Extensions -> Items/Edit PBX Settings for Extensions X -> Advanced -> SIP Password
 
Destinations -> Extensions -> Items/Edit PBX Settings for Extensions X -> Advanced -> SIP Password
</code>
+
 
 +
</pre>

Latest revision as of 09:25, 24 August 2018

iPitomy is a on premise solution that is "Asterisk" base in the backend. The PBX is a bare bones style PBX which makes for a simple yet easy to manage phone system.

Some notes;

When adding new networks/remote locations to the iPitomy Phone system you need to add the following;


System -> Access Control -> Access Control List;

Make sure to add x.x.x.x/255.255.255.0 (subnet)

Example would be 10.10.3.0/255.255.255.0

This will add the entire network of 10.10.3.0/24. You will also need to add this to the PBX setup located at;


PBX Setup -> SIP -> Local Networks and Subnet Masks:

This will grant all the pbx phones in the remote location of 10.10.3.0/24. I suggest that you use a managed switch and setup vlan with trunking of LLDP so that the phones are on their own network and not using up ip space. IPv6 will be a bit different as you're dealing with 64bit addresses.

Notes:

Phone not registering, entering a forbidden state;

This is due to some sort of access issue, could be related to the firewall, wrong ACL or a password problem. To change the password on the phone you can go to the IP of that phone input the username/password (default is: root:root) and change the password located in;


SIP Account -> Account1 -> Basic 

Authenticate Name:xxxx
Password: xxxx

Double check that the auth/password on the server is identical:


Destinations -> Extensions -> Items/Edit PBX Settings for Extensions X -> Advanced -> SIP Password