this is a major update - upgrading users should review UPGRADE-12.txt and
UPGRADE.txt in /usr/local/share/doc/asterisk. some configurations will work
unchanged, but there have been big changes in other areas, notably AMI,
CDR and CEL.
Bcg729 is a software G729A encoder and decoder library written in C,
developed by Belledonne Communications, the company supporting the
Linphone project. It was written from scratch and is NOT a derivative
work of ITU reference source code in any kind.
is a telephony library (pjsip) with some sample applications; pjsua
itself is one of those samples. Previously the port built everything
but only installed the application; newer versions of Asterisk require
the libraries, so I've converted to multi-packages, providing a new
pjsip package with the libs, and retaining pjsua as a separate package
providing the CLI SIP client.
Taking maintainership with the agreement of chrisz@.
- GUI
- bugfixes
- experimental daala support
- GTK-dependent modules isolated in -gtk2 subpackage
- default config now only mentions modules that are packaged
OK feinerer@, sthen@
- GUI
- bugfixes
- experimental daala support
- GTK-dependent modules isolated in -gtk2 subpackage
- default config now only mentions modules that are packaged
OK feinerer@, sthen@
instructions are meant to work on a fresh install.
- easy cases: replace some '$ sudo somecommand' with '# somecommand'
(while there I've swapped some "${RCDIR}/foo start" with "rcctl foo start").
- replace some 'sudo -u user somecommand foo bar' with
'su -s /bin/sh user "/path/to/somecommand foo bar"' and similar.
Not pretty with the -s, but many of the uids that need to run
these commands have /sbin/nologin as their usual shell.