Add hiera parameter reg_provider
This commit is contained in:
parent
1f1db0f869
commit
f618a53517
2 changed files with 2 additions and 1 deletions
|
@ -86,6 +86,7 @@ class rhizo_base::freeswitch::common {
|
||||||
$voip_password = $rhizo_base::voip_password
|
$voip_password = $rhizo_base::voip_password
|
||||||
$voip_proxy = $rhizo_base::voip_proxy
|
$voip_proxy = $rhizo_base::voip_proxy
|
||||||
$sip_central_ip_address = $rhizo_base::sip_central_ip_address
|
$sip_central_ip_address = $rhizo_base::sip_central_ip_address
|
||||||
|
$reg_provider = $rhizo_base::reg_provider
|
||||||
|
|
||||||
package {
|
package {
|
||||||
['freeswitch', 'freeswitch-lang-en',
|
['freeswitch', 'freeswitch-lang-en',
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<!--/// expire in seconds: *optional* 3600, if blank ///-->
|
<!--/// expire in seconds: *optional* 3600, if blank ///-->
|
||||||
<!--<param name="expire-seconds" value="60"/>-->
|
<!--<param name="expire-seconds" value="60"/>-->
|
||||||
<!--/// do not register ///-->
|
<!--/// do not register ///-->
|
||||||
<!--<param name="register" value="false"/>-->
|
<param name="register" value="<%= @reg_provider %>"/>
|
||||||
<!-- which transport to use for register -->
|
<!-- which transport to use for register -->
|
||||||
<!--<param name="register-transport" value="udp"/>-->
|
<!--<param name="register-transport" value="udp"/>-->
|
||||||
<!--How many seconds before a retry when a failure or timeout occurs -->
|
<!--How many seconds before a retry when a failure or timeout occurs -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue