base-call,iface-modem-voice:: handle DTMF

This commit is contained in:
Marco Bascetta
2015-05-11 13:40:46 +02:00
committed by Aleksander Morgado
parent 8edead9193
commit 9874f10e1f
6 changed files with 252 additions and 7 deletions

View File

@@ -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 */