mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 13:48:09 +00:00
fix crash and add missing icon
This commit is contained in:
parent
65b98eb5b5
commit
8436ca70e7
2 changed files with 3 additions and 2 deletions
|
|
@ -3476,7 +3476,8 @@ void linphone_core_play_dtmf(LinphoneCore *lc, char dtmf, int duration_ms){
|
|||
**/
|
||||
void linphone_core_stop_dtmf(LinphoneCore *lc){
|
||||
MSFilter *f=get_dtmf_gen(lc);
|
||||
ms_filter_call_method_noarg (f, MS_DTMF_GEN_STOP);
|
||||
if (f!=NULL)
|
||||
ms_filter_call_method_noarg (f, MS_DTMF_GEN_STOP);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ status-orange.png \
|
|||
status-red.png \
|
||||
status-offline.png \
|
||||
contact-orange.png dialer-orange.png history-orange.png\
|
||||
startcall-green.png stopcall-red.png
|
||||
startcall-green.png stopcall-red.png addcall-green.png
|
||||
|
||||
EXTRA_DIST=$(pixmap_DATA)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue