diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-15 11:07:41 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-15 11:14:40 +0200 |
commit | d61cb4a21cc1f3509c54f841e2eafafc3ea9a4a9 (patch) | |
tree | a3afffafdcd72ceb020b375084216a3180eb1322 /plugins/simtech/mm-modem-helpers-simtech.h | |
parent | 345922caa10fc86dad181ccd83239af1f43fd30e (diff) |
simtech: handle '+RXDTMF' URCs reporting DTMF tones
Diffstat (limited to 'plugins/simtech/mm-modem-helpers-simtech.h')
-rw-r--r-- | plugins/simtech/mm-modem-helpers-simtech.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/simtech/mm-modem-helpers-simtech.h b/plugins/simtech/mm-modem-helpers-simtech.h index b003b029..958d9cfb 100644 --- a/plugins/simtech/mm-modem-helpers-simtech.h +++ b/plugins/simtech/mm-modem-helpers-simtech.h @@ -50,4 +50,9 @@ gboolean mm_simtech_parse_voice_call_urc (GMatchInfo *match_info, GRegex *mm_simtech_get_cring_urc_regex (void); +/*****************************************************************************/ +/* +RXDTMF URC helpers */ + +GRegex *mm_simtech_get_rxdtmf_urc_regex (void); + #endif /* MM_MODEM_HELPERS_SIMTECH_H */ |