Tags: PhantomVl/chan-sccp
Tags
Prevent debug output when loading sccp.conf containing type=line|devi… …ce entries
Fix sccp_config / globals issue. Because sccp_globals was using: "skinny_codec_t global_preferences[SKINNY_MAX_CAPABILITIES];" and sccp_config was expecting assuming it would be a struct (like the ones using in sccp_device etc). When compiling with "--enabled-video" and specifying a video codec in sccp.conf. Globals Memory would be clobered, causing very nasty segfault later on during executation. Synced up the struct used by globals / device / channel to all use the same format.
Fix: configure.ac remnants (again) git-svn-id: https://svn.code.sf.net/p/chan-sccp-b/code/trunk@6716 43c1dc8c-776e-4df2-8ef1-6e829299be21