puppet/modules/rhizo_base/templates/rhizoextrtp.xml.erb
Keith Whyte e2046738e2 REGister the FS Gateways.
This helps with timeouts for GW Failover.
2021-11-12 07:40:08 +01:00

10 lines
382 B
Text

<include>
<gateway name="rhizoextrtp">
<param name="username" value="rhizomatica"/>
<param name="from-user" value="<%= @voip_fromuser %>"/>
<param name="password" value="<%= @voip_password %>"/>
<param name="proxy" value="<%= @sip_central_ip_address[0] %>"/>
<param name="register" value="true"/>
<param name="caller-id-in-from" value="true"/>
</gateway>
</include>