|
|
@ -455,12 +455,16 @@ via the [bcg729](https://www.linphone.org/technical-corner/bcg729/) library
|
|
|
|
the *bcg729* headers in a few locations and uses the library if found. If the library is located
|
|
|
|
the *bcg729* headers in a few locations and uses the library if found. If the library is located
|
|
|
|
elsewhere, see `daemon/Makefile` to control where the build system is looking for it.
|
|
|
|
elsewhere, see `daemon/Makefile` to control where the build system is looking for it.
|
|
|
|
|
|
|
|
|
|
|
|
In a Debian build environment, `debian/control` lists a build-time dependency on *bcg729*. Since
|
|
|
|
In a Debian build environment, `debian/control` lists a build-time dependency
|
|
|
|
Debian proper does not currently include a *bcg729* package, one can be built locally using these
|
|
|
|
on *bcg729*. Newer Debian releases (currently *bullseye*, *bookworm*, *sid*)
|
|
|
|
instructions on [GitHub](https://github.com/ossobv/bcg729-deb). *Sipwise* provides a pre-packaged
|
|
|
|
include *bcg729* as a package so nothing needs to be done there. Older Debian
|
|
|
|
version of this as part of our
|
|
|
|
releases do not currently include a *bcg729* package, but one can be built
|
|
|
|
[C5 CE](https://www.sipwise.com/products/class-5-softswitch-carrier-grade-for-voice-over-ip/)
|
|
|
|
locally using these instructions on
|
|
|
|
product which is [available here](https://deb.sipwise.com/spce/mr6.2.1/pool/main/b/bcg729/).
|
|
|
|
[GitHub](https://github.com/ossobv/bcg729-deb). *Sipwise* provides a
|
|
|
|
|
|
|
|
pre-packaged version of this as part of our [C5
|
|
|
|
|
|
|
|
CE](https://www.sipwise.com/products/class-5-softswitch-carrier-grade-for-voice-over-ip/)
|
|
|
|
|
|
|
|
product which is [available
|
|
|
|
|
|
|
|
here](https://deb.sipwise.com/spce/mr6.2.1/pool/main/b/bcg729/).
|
|
|
|
|
|
|
|
|
|
|
|
Alternatively the build dependency
|
|
|
|
Alternatively the build dependency
|
|
|
|
can be removed from `debian/control` or by switching to a different Debian build profile.
|
|
|
|
can be removed from `debian/control` or by switching to a different Debian build profile.
|
|
|
|