Swap LCR for osmo-sip-connector
Install osmo-sip-connector from package repo Install the sip connector config file. Disable LCR in runit Also adds hiera param lcls for new functionality with sip-connector
This commit is contained in:
parent
b179f58489
commit
dd2878b076
4 changed files with 23 additions and 2 deletions
|
@ -67,6 +67,7 @@ class rhizo_base {
|
|||
$inter_codec = hiera('rhizo::inter_codec', 'G729')
|
||||
|
||||
# IP address
|
||||
$lcls = hiera('rhizo::lcls', '0')
|
||||
$mncc_ip_address = hiera('rhizo::mncc_ip_address', '172.16.0.1')
|
||||
$vpn_ip_address = hiera('rhizo::vpn_ip_address')
|
||||
$wan_ip_address = hiera('rhizo::wan_ip_address')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue