Difference between revisions of "IPitomy"
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
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; | ||
− | < | + | |
+ | <pre> | ||
+ | |||
System -> Access Control -> Access Control List; | System -> Access Control -> Access Control List; | ||
Line 10: | Line 12: | ||
Example would be 10.10.3.0/255.255.255.0 | Example would be 10.10.3.0/255.255.255.0 | ||
− | </ | + | |
+ | </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; | ||
− | < | + | <pre> |
+ | |||
PBX Setup -> SIP -> Local Networks and Subnet Masks: | PBX Setup -> SIP -> Local Networks and Subnet Masks: | ||
− | </ | + | |
+ | </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 22: | 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> | ||
− | |||
SIP Account -> Account1 -> Basic | SIP Account -> Account1 -> Basic | ||
Authenticate Name:xxxx | Authenticate Name:xxxx | ||
Password: xxxx | Password: xxxx | ||
− | |||
+ | </pre> | ||
Double check that the auth/password on the server is identical: | Double check that the auth/password on the server is identical: | ||
− | < | + | <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 | ||
− | </ | + | |
+ | </pre> |
Latest revision as of 08: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