Small bugfix for FreeSWITCH conf.
This commit is contained in:
parent
a056937576
commit
08823dc575
1 changed files with 5 additions and 1 deletions
|
@ -241,9 +241,13 @@ class rhizomatica_base_system {
|
||||||
require => Package['freeswitch'],
|
require => Package['freeswitch'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file {'/etc/freeswitch/sip_profiles/external':
|
||||||
|
ensure => directory,
|
||||||
|
}
|
||||||
|
|
||||||
file { '/etc/freeswitch/sip_profiles/external/provider.xml':
|
file { '/etc/freeswitch/sip_profiles/external/provider.xml':
|
||||||
content => template('rhizomatica_base_system/provider.xml.erb'),
|
content => template('rhizomatica_base_system/provider.xml.erb'),
|
||||||
require => Package['freeswitch'],
|
require => [ Package['freeswitch'], File['/etc/freeswitch/sip_profiles/external'] ],
|
||||||
}
|
}
|
||||||
|
|
||||||
#OpenBSC
|
#OpenBSC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue