Couple of changes made since the first version of this PR:
simplify baresip makefile more, using original module names with underscore so no '-' '_' conversions are needed.
use cmake option -DMODULES to build only the modules that are enabled by config
Add baresip-apps package. Some of the modules (like multicast) have been moved from the baresip repo to baresip-apps.
There is still one build issue with the gstreamer module (CONFIG_PACKAGE_baresip-mod-gst). For some reason cmake doesn't find the GST_INCLUDE_DIR, even though it's in the staging_dir
Couple of changes made since the first version of this PR:
There is still one build issue with the gstreamer module (CONFIG_PACKAGE_baresip-mod-gst). For some reason cmake doesn't find the GST_INCLUDE_DIR, even though it's in the staging_dir