Skip to content

Tags: chan-sccp/chan-sccp

Tags

v4.3.5

Toggle v4.3.5's commit message

Verified

This commit was signed with the committer’s verified signature.
dkgroot Diederik de Groot
Update version number

v4.3.4

Toggle v4.3.4's commit message

Verified

This commit was signed with the committer’s verified signature.
dkgroot Diederik de Groot
Update version tag

v4.3.3

Toggle v4.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
dkgroot Diederik de Groot
Release 4.3.3 prep

Signed-off-by: Diederik de Groot <[email protected]>

v4.3.2-eta

Toggle v4.3.2-eta's commit message

Verified

This commit was signed with the committer’s verified signature.
dkgroot Diederik de Groot
fixup

Signed-off-by: Diederik de Groot <[email protected]>

v4.3.2-zeta

Toggle v4.3.2-zeta's commit message

Verified

This commit was signed with the committer’s verified signature.
dkgroot Diederik de Groot
Pre for zeta release

Signed-off-by: Diederik de Groot <[email protected]>

v4.3.2-epsilon

Toggle v4.3.2-epsilon's commit message

Unverified

The key that signed this doesn't have usage flags that allow signing.
Add minimal astobj2_refcount implementation (as a potential (testing)…

… replacement for our own sccp_refcount impl).

v4.3.2-delta

Toggle v4.3.2-delta's commit message

Unverified

The key that signed this doesn't have usage flags that allow signing.
Fix out of bounds access to nbparams

v4.3.2-gamma

Toggle v4.3.2-gamma's commit message

Verified

This commit was signed with the committer’s verified signature.
dkgroot Diederik de Groot
Update SEP example file

v4.3.2-beta

Toggle v4.3.2-beta's commit message

Verified

This commit was signed with the committer’s verified signature.
dkgroot Diederik de Groot
Prevent debug output when loading sccp.conf containing type=line|devi…

…ce entries

v4.3.2-alpha

Toggle v4.3.2-alpha's commit message

Verified

This commit was signed with the committer’s verified signature.
dkgroot Diederik de Groot
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.