From a04e6effed0b81ec7495df2a1448484645b20cc5 Mon Sep 17 00:00:00 2001 From: laforge Date: Fri, 12 Jan 2007 23:57:33 +0000 Subject: - use talloc (of samba project) to debug memory allocations and simplify code - introduce new ucmd_alloc() function - add DTMF support to gsmd, libgsmd and gsmd-util - fix crash of libgsmd when events don't have handlers registered - implement call progress for TI modem - split modem init string in separate commands to fit our parser git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@544 99fdad57-331a-0410-800a-d7fa5415bdb3 --- include/libgsmd/voicecall.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/libgsmd') diff --git a/include/libgsmd/voicecall.h b/include/libgsmd/voicecall.h index 4fffe4e..4141283 100644 --- a/include/libgsmd/voicecall.h +++ b/include/libgsmd/voicecall.h @@ -15,4 +15,7 @@ extern int lgsm_voice_in_accept(struct lgsm_handle *lh); /* Terminate outgoing (or incoming) voice call */ extern int lgsm_voice_hangup(struct lgsm_handle *lh); +/* Send DTMF character during voice call */ +extern int lgsm_voice_dtmf(struct lgsm_handle *lh, char dtmf_char); + #endif -- cgit v1.2.3