This branch splits the Hold and CallState implementations into their own source file, to make media-channel.c more manageable. % git diff --stat many-ways-to-skin-a-call src/Makefile.am | 2 + src/media-channel-hold.c | 434 +++++++++++++++++++++++++++++++++++++++++ src/media-channel-internal.h | 85 ++++++++ src/media-channel.c | 442 +----------------------------------------- src/media-factory.c | 1 - 5 files changed, 528 insertions(+), 436 deletions(-)
Reviewed.
merged.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.