Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
flexisip
Commits
b0f89002
Commit
b0f89002
authored
1 year ago
by
Thibault Lemaire
Browse files
Options
Download
Patches
Plain Diff
feat: Bump SDK to latest 5.3 stable
Fixes account routes not being used to send invite
parent
ae9cf19e
master
FLEXISIP-232-probleme-avec-la-syntaxe-du-parametre-filter-des-modules-flexisip
cherry-pick/FLEXISIP-353-on-master
feat/FLEXISIP-454-update-sdk
feat/FLEXISIP-562-linphone-saas-b2bua-external-accounts
feat/add-libassert
feat/b2bua-call-transfer
feat/b2bua-sip-bridge-pick-random-in-pool-call-transfer-support
feat/multi-domains
feat/uploads_from_docker
feature/audio-conference-package
feature/e2e-encrypted-conference
fix/FLEXISIP-259-b2bua-sip-bridge-mass-reregister-on-reconnect
fix/FLEXISIP-476-b2bua-duped-accounts-on-resub
fix/FLEXISIP-476-b2bua-duped-accounts-on-resub-2.4
fix/b2buaAccount
fix/b2bua_pause
fix/centos7_build_for_customer
fix/crash_on_sigint
fix/dont-use-a-dynamically-sized-array-to-validate-utf8
fix/focus_multi_account
fix/one_to_one_chat_room_db
fix/redis-re-sub-on-ill-formatted-ping
fix/update_sdk_to_5_3_53
fix/webrtc-ice
release/2.4
test/no-rtp-timeout-on-call-hold
tmp/speex-echo-canceller-to-test-similarity
2.5.0-alpha
2.4.0
2.4.0-beta
1 merge request
!1088
Project Jabiru
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
CMakeLists.txt
with
1 addition
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
b0f89002
...
...
@@ -67,7 +67,7 @@ endif()
option
(
ENABLE_SANITIZERS
"Turn on sanitizers, like the LSAN memory leak detector"
${
IS_DEBUG
}
)
option
(
ENABLE_STRICT
"Pass strict flags to the compiler"
ON
)
option
(
ENABLE_STRICT_LINPHONESDK
"Pass strict flags to the compiler for all Linphone SDK submodules"
O
N
)
option
(
ENABLE_STRICT_LINPHONESDK
"Pass strict flags to the compiler for all Linphone SDK submodules"
O
FF
)
option
(
ENABLE_DATEHANDLER
"Build DateHandler module"
OFF
)
option
(
ENABLE_PDFDOC
"Build PDF documentation"
OFF
)
option
(
ENABLE_MONOTONIC_CLOCK_REGISTRATIONS
"Enable monotonic clock for registrations"
OFF
)
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets