diff options
author | Marco Bascetta <marco.bascetta@sadel.it> | 2015-05-11 13:40:46 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-08-02 10:39:47 +0200 |
commit | 9874f10e1f27509219b6fe6b0a5374d04d1a3e3b (patch) | |
tree | 2b0b7715451408d90997a011941e94fa8eb84c5c /src/mm-call-list.h | |
parent | 8edead919343809d7c4bd7732a15c1a6c3912cba (diff) |
base-call,iface-modem-voice:: handle DTMF
Diffstat (limited to 'src/mm-call-list.h')
-rw-r--r-- | src/mm-call-list.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-call-list.h b/src/mm-call-list.h index 197bb592..1a63b934 100644 --- a/src/mm-call-list.h +++ b/src/mm-call-list.h @@ -76,5 +76,7 @@ MMBaseCall* mm_call_list_get_new_incoming (MMCallList *self); MMBaseCall* mm_call_list_get_first_ringing_call (MMCallList *self); MMBaseCall* mm_call_list_get_first_outgoing_dialing_call(MMCallList *self); MMBaseCall* mm_call_list_get_first_non_terminated_call (MMCallList *self); +gboolean mm_call_list_send_dtmf_to_active_calls (MMCallList *self, + gchar *tone); #endif /* MM_CALL_LIST_H */ |