Commit Graph

7 Commits

Author SHA1 Message Date
Clark Boylan 56f87fa040 Retire this repo
The opendev project has been moving away from puppet and this is one of
the puppet modules that is no longer used. To simplify things for us we
are taking the extra step of retiring this repo.

Change-Id: I46c786779b8f8d5b7dd836250de10f259744b5b5
2022-02-17 11:28:58 -08:00
Paul Belanger ede8d4980e Add support for Ubuntu
This is needed to migrate pbx.openstack.org to Ubuntu Trusty. The
changes will not affect centos6.

Change-Id: I74094e6777ec768bb1ab3f2d480e3eecdb15c363
Depends-On: Id3fc74bf58ba5febac79674e6fd23d6ade3e4bd1
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-12-02 17:01:35 -05:00
Paul Belanger 019abe5a04 Relax silence threshold for ConfBridge
After some more testing with the -infra team, it was found these changes
seem to provide ths best experience within a ConfBridge.

Change-Id: Ibfaa8ede94134e10a699f19913e682e9b042a5ce
Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
2013-10-17 15:12:49 -04:00
Paul Belanger db30ae275f Clean up warning messages for asterisk
*Grumble Grumble* Seems the Asterisk packaging from Digium is missing
asterisk functionality, as such we need to remove some modules from
loading otherwise we see the following warnings:

[2013-08-13 17:21:49.911] WARNING[20375] loader.c: Error loading module
'app_setcallerid.so': /usr/lib64/asterisk/modules/app_setcallerid.so:
cannot open shared object file: No such file or directory
[2013-08-13 17:21:49.914] WARNING[20375] loader.c: Error loading module
'codec_speex.so': /usr/lib64/asterisk/modules/codec_speex.so: cannot
open shared object file: No such file or directory
[2013-08-13 17:21:49.916] WARNING[20375] loader.c: Error loading module
'format_sln16.so': /usr/lib64/asterisk/modules/format_sln16.so: cannot
open shared object file: No such file or directory
[2013-08-13 17:21:49.917] WARNING[20375] loader.c: Error loading module
'func_curl.so': /usr/lib64/asterisk/modules/func_curl.so: cannot open
shared object file: No such file or directory
[2013-08-13 17:21:49.920] WARNING[20375] loader.c: Error loading module
'func_speex.so': /usr/lib64/asterisk/modules/func_speex.so: cannot open
shared object file: No such file or directory
[2013-08-13 17:21:49.922] WARNING[20375] loader.c: Error loading module
'res_curl.so': /usr/lib64/asterisk/modules/res_curl.so: cannot open
shared object file: No such file or directory

Change-Id: I0e148d05b1d73967b335912ffa208670003b44c7
Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
2013-08-13 13:29:21 -04:00
Paul Belanger a343b814f1 Add reload support to Asterisk
I've imported a few puppet scripts from my asterisk package. This
will add reload support to asterisk until I get a chance to update
the module for CentOS.

Change-Id: I6d7f1d7b415de8fc9ccd55e887a6050f2e32f2a7
Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
2013-07-25 17:40:45 +00:00
Russell Bryant 40fa91c46a Enable basic conferencing support
Set up basic conferencing support.  Right now I have reserved 6000-6999
as conference rooms (not that we actually need that many, but whatever).

Change-Id: I9acddf4ffedc7f499740184778b8bd67e5b38a4f
2013-07-18 14:44:51 -04:00
Russell Bryant b00f67a5dc Set up basic Asterisk configuration
This commit sets up the basic configuration for Asterisk.  It will allow
Asterisk to run, but it won't do anything useful yet.

Change-Id: I7975082ff5351db4dc6e3c8cf9dd2d90675e3108
2013-07-18 14:44:51 -04:00