mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
add dtmf_player_amp propertyo
This commit is contained in:
parent
2e5e82c03d
commit
aca7607bea
1 changed files with 1 additions and 1 deletions
|
|
@ -4246,7 +4246,7 @@ static MSFilter *get_dtmf_gen(LinphoneCore *lc){
|
|||
return stream->dtmfgen;
|
||||
}
|
||||
if (lc->ringstream==NULL){
|
||||
float amp=0.1;
|
||||
float amp=lp_config_get_float(lc->config,"sound","dtmf_player_amp",0.1);
|
||||
MSSndCard *ringcard=lc->sound_conf.lsd_card ?lc->sound_conf.lsd_card : lc->sound_conf.ring_sndcard;
|
||||
if (ringcard == NULL)
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue