diff --git a/modules/rhizo_base/manifests/freeswitch.pp b/modules/rhizo_base/manifests/freeswitch.pp index 9c7e12b..5aa71aa 100644 --- a/modules/rhizo_base/manifests/freeswitch.pp +++ b/modules/rhizo_base/manifests/freeswitch.pp @@ -189,7 +189,7 @@ class rhizo_base::freeswitch::common { content => template('rhizo_base/rhizoextrtp.xml.erb'), require => [ Package['freeswitch'], - File['/etc/freeswitch/sip_profiles/outgoing'] ], + File['/etc/freeswitch/sip_profiles/extrtp'] ], } file {'/etc/freeswitch/sip_profiles/external': @@ -218,6 +218,13 @@ class rhizo_base::freeswitch::common { File['/etc/freeswitch/sip_profiles/outgoing'] ], } + file { '/etc/freeswitch/sip_profiles/outgoing/rhizoalt.xml': + content => template('rhizo_base/rhizoalt.xml.erb'), + require => + [ Package['freeswitch'], + File['/etc/freeswitch/sip_profiles/outgoing'] ], + } + file { '/etc/freeswitch/autoload_configs/acl.conf.xml': content => template('rhizo_base/acl.conf.xml.erb'), require => Package['freeswitch'], diff --git a/modules/rhizo_base/templates/rhizoalt.xml.erb b/modules/rhizo_base/templates/rhizoalt.xml.erb new file mode 100644 index 0000000..9b2b5e6 --- /dev/null +++ b/modules/rhizo_base/templates/rhizoalt.xml.erb @@ -0,0 +1,9 @@ + + + + + + + + +