FS: Convert internal sip profile to template

This commit is contained in:
Wile E. Coyote 2019-05-04 17:31:47 +00:00
parent 8f27bb2dc6
commit 264e850ce0
2 changed files with 6 additions and 2 deletions

View file

@ -160,6 +160,10 @@ class rhizo_base::freeswitch::common {
ensure => directory,
}
file { '/etc/freeswitch/sip_profiles/internal.xml':
content => template('rhizo_base/internal.xml.erb'),
}
file { '/etc/freeswitch/sip_profiles/outgoing/rhizomatica.xml':
content => template('rhizo_base/rhizomatica.xml.erb'),
require =>

View file

@ -227,10 +227,10 @@
<!--<param name="inbound-proxy-media" value="true"/>-->
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<param name="inbound-late-negotiation" value="true"/>
<param name="inbound-late-negotiation" value="false"/>
<!-- Allow ZRTP clients to negotiate end-to-end security associations (also enables late negotiation) -->
<param name="inbound-zrtp-passthru" value="true"/>
<param name="inbound-zrtp-passthru" value="false"/>
<!-- this lets anything register -->
<!-- comment the next line and uncomment one or both of the other 2 lines for call authentication -->