fieldpoc/docs/install/omm.md

68 lines
2.1 KiB
Markdown
Raw Normal View History

2023-09-15 18:00:18 +02:00
# Setup OMM
OMM stands for Open Mobility Manager.
It is there to manage multiple RFPs.
## Designate OMM
The OMM is a pice of software that can be hosted stand-alone or you can designate a RFP to be the OMM.
In setups operating FieldPOC it is usually totally fine and recommended to just designate a RFP to be the OMM.
RFPs automatically host the OMM when they receive their own IP address in the OMM field via DHCP.
## Management interface
The OMM exposes a web interface at their IP address.
2023-09-16 23:13:45 +02:00
It is reachable via its IP address, port 443.
2023-06-18 22:19:30 +02:00
## Setup
2023-09-16 23:13:45 +02:00
When using the OMM the first time, some initial tasks have to be done.
This only apply on a fresh factory reset RFP.
You get a login screen without a PARK shown.
You can login with the credentials `omm` and password `omm`.
Afterwards you get propted to accept the EULA.
2023-06-18 22:19:30 +02:00
### Login credentials
2023-09-16 23:13:45 +02:00
You get asked to set a new password for user `omm`.
Set a new password.
Make sure to leave password aging to `None`.
Next you get ask to set a password for the `root` user too.
It is used to access the OMM via SSH.
Set a password for it too.
2023-06-18 22:19:30 +02:00
2023-09-15 18:00:18 +02:00
### Activate license
2023-06-18 22:19:30 +02:00
2023-09-16 23:13:45 +02:00
You can configure many things, but the OMM does not really do anything without a license.
Go to tab `System` and then `System Settings` and find row `PARK`.
Load PARK file as explained in [howto.dect.network](https://howto.dect.network/#system-settings).
Wait for OMM restarting.
2023-06-18 22:19:30 +02:00
### SIP Settings
2023-09-16 23:13:45 +02:00
Connect the OMM with the SIP server of FieldPOC.
Go to tag `System`, then `SIP` and find rows `Proxy server` and `Registrar server`.
Fill in the IPv4 address of the DECT network interface of the FieldPOC server (`10.42.132.1` in the example).
Save using the `OK` button.
### DECT devices subscription
2023-06-18 22:19:30 +02:00
2023-09-16 23:13:45 +02:00
This enables DECT devices to connect to the phone system.
2023-06-18 22:19:30 +02:00
2023-09-16 23:13:45 +02:00
Go to tab `SIP Users/Devices`.
Set `DECT authentication code` to `0000`.
Set checkbox in row `Auto-create on subscription`.
Change the drop down in row `Subscription` to `Subscription`.
Save using the `OK` button.
2023-06-18 22:19:30 +02:00
2023-09-16 23:13:45 +02:00
> Sometimes the value in row `Subscription` changes to `Off` randomly.
> If you can't subscribe new devices, make sure to check this option.