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
linphone-android
Commits
30ab0fa8
Commit
30ab0fa8
authored
6 months ago
by
Sylvain Berfini
Browse files
Options
Download
Patches
Plain Diff
Enable both SIP INFO & RFC 2833 for DTMFs
parent
439e1153
master
feature/show_unsecure_conversation_event_at_top
feature/use_theme_main_color_for_icon_and_splashscreen
fix/insistent_notification
fix/restore_previous_release_ringtone_player
fix/telecom_default_audio_endpoint
release/6.0
6.1.0-alpha
6.0.0
6.0.0-beta
1 merge request
!1512
Hide software echo canceller toggle
Pipeline
#82918
passed with stage
in 5 minutes and 15 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/src/main/assets/linphonerc_default
+2
-0
app/src/main/assets/linphonerc_default
app/src/main/java/org/linphone/core/CoreContext.kt
+4
-0
app/src/main/java/org/linphone/core/CoreContext.kt
with
6 additions
and
0 deletions
app/src/main/assets/linphonerc_default
+
2
−
0
View file @
30ab0fa8
...
...
@@ -11,6 +11,8 @@ sip_tcp_port=-1
sip_tls_port=-1
media_encryption=none
update_presence_model_timestamp_before_publish_expires_refresh=1
use_rfc2833=1
use_info=1
[net]
#Because dynamic bitrate adaption can increase bitrate, we must allow "no limit"
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/core/CoreContext.kt
+
4
−
0
View file @
30ab0fa8
...
...
@@ -455,6 +455,10 @@ class CoreContext @UiThread constructor(val context: Context) : HandlerThread("C
)
}
Log
.
i
(
"$TAG Making sure both RFC2833 & SIP INFO are enabled for DTMFs"
)
core
.
useRfc2833ForDtmf
=
true
core
.
useInfoForDtmf
=
true
// Add that flag back, was disabled for a time during dev process
core
.
config
.
setBool
(
"misc"
,
"hide_empty_chat_rooms"
,
true
)
}
...
...
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