Extend OMM setup
This commit is contained in:
parent
da0df6bab4
commit
73c2aff0af
52
docs/omm.md
52
docs/omm.md
@ -13,31 +13,55 @@ RFPs automatically host the OMM when they receive their own IP address in the OM
|
|||||||
## Management interface
|
## Management interface
|
||||||
|
|
||||||
The OMM exposes a web interface at their IP address.
|
The OMM exposes a web interface at their IP address.
|
||||||
|
It is reachable via its IP address, port 443.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
### Login credentials
|
### Login credentials
|
||||||
|
|
||||||
- Set password for login `omm`
|
You get asked to set a new password for user `omm`.
|
||||||
- Set password for login `root`
|
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.
|
||||||
|
|
||||||
### Activate license
|
### Activate license
|
||||||
|
|
||||||
1. Go to `System` -> `System Settings` and find row `PARK`.
|
You can configure many things, but the OMM does not really do anything without a license.
|
||||||
2. Load PARK file as explained in [howto.dect.network](https://howto.dect.network/#system-settings).
|
|
||||||
|
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.
|
||||||
|
|
||||||
### SIP Settings
|
### SIP Settings
|
||||||
|
|
||||||
1. Go to `System` -> `SIP` and find rows `Proxy server` and `Registrar server`.
|
Connect the OMM with the SIP server of FieldPOC.
|
||||||
2. Fill in the IPv4 address of the DECT network interface of the FieldPOC server.
|
|
||||||
3. Save using the `OK` button.
|
|
||||||
|
|
||||||
### Subscription
|
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.
|
||||||
|
|
||||||
1. Go to `SIP Users/Devices`.
|
### DECT devices subscription
|
||||||
2. Set checkbox in row `Auto-create on subscription`.
|
|
||||||
3. Change the drop down in row `Subscription` to `Subscription`.
|
|
||||||
4. Save using the `OK` button.
|
|
||||||
|
|
||||||
Sometimes the value in row `Subscription` changes to `Off` randomly.
|
This enables DECT devices to connect to the phone system.
|
||||||
If you can't subscribe new devices, make sure to check this option.
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
> Sometimes the value in row `Subscription` changes to `Off` randomly.
|
||||||
|
> If you can't subscribe new devices, make sure to check this option.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Prepare RFP
|
# Prepare RFP
|
||||||
|
|
||||||
Before adding an RFP to your FieldPOC setup do a [software update](https://howto.dect.network/#software-update) and [factory reset them](https://howto.dect.network/#factory-reset).
|
Before adding an RFP to your FieldPOC setup do a [software update](https://howto.dect.network/#software-update) to **SIP-DECT 8.1** and [factory reset them](https://howto.dect.network/#factory-reset).
|
||||||
|
|
||||||
## Connecting RFP
|
## Connecting RFP
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user