Add new version of patched libfreeswitch for RTP type 98
This commit is contained in:
parent
b16e3e3b0b
commit
befe0021eb
4 changed files with 6 additions and 1 deletions
Binary file not shown.
BIN
modules/rhizo_base/files/usr/lib/libfreeswitch.so.1.0.0-10.2
Normal file
BIN
modules/rhizo_base/files/usr/lib/libfreeswitch.so.1.0.0-10.2
Normal file
Binary file not shown.
BIN
modules/rhizo_base/files/usr/lib/libfreeswitch.so.1.0.0-10.3
Normal file
BIN
modules/rhizo_base/files/usr/lib/libfreeswitch.so.1.0.0-10.3
Normal file
Binary file not shown.
|
@ -147,7 +147,12 @@ class rhizo_base::freeswitch::common {
|
|||
}
|
||||
|
||||
file { '/tmp/libfreeswitch.so.1.0.0':
|
||||
source => 'puppet:///modules/rhizo_base/usr/lib/libfreeswitch.so.1.0.0',
|
||||
source => 'puppet:///modules/rhizo_base/usr/lib/libfreeswitch.so.1.0.0-10.2',
|
||||
require => Package['freeswitch'],
|
||||
}
|
||||
|
||||
file { '/tmp/libfreeswitch.so.1.0.0-3':
|
||||
source => 'puppet:///modules/rhizo_base/usr/lib/libfreeswitch.so.1.0.0-10.3',
|
||||
require => Package['freeswitch'],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue