diff options
Diffstat (limited to 'include/libgsmd')
-rw-r--r-- | include/libgsmd/voicecall.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |