summaryrefslogtreecommitdiff
path: root/fw/esp32/components/eos/cell_voice.c
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2020-08-12 01:49:15 +0200
committerUros Majstorovic <majstor@majstor.org>2020-08-12 01:49:15 +0200
commit57c1824affca858023c65c84e188ea7dc6c0a5f2 (patch)
treea3d701c98b76de279324a0d2318bbcb1259045d4 /fw/esp32/components/eos/cell_voice.c
parent0ca91a2b6a1b112a6e67306e7dbedaeec0225c5b (diff)
ussd service implemented urc
Diffstat (limited to 'fw/esp32/components/eos/cell_voice.c')
-rw-r--r--fw/esp32/components/eos/cell_voice.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fw/esp32/components/eos/cell_voice.c b/fw/esp32/components/eos/cell_voice.c
index 499458f..d28c38c 100644
--- a/fw/esp32/components/eos/cell_voice.c
+++ b/fw/esp32/components/eos/cell_voice.c
@@ -119,10 +119,6 @@ static void call_missed_handler(char *urc, regmatch_t m[]) {
eos_net_send(EOS_NET_MTYPE_CELL, buf, len);
}
-// MISSED_CALL: 02:18AM +381641733314
-// +CLIP: "+381641733314",145,,,,0
-// "+CLIP: \"(\\+?[0-9]+)\""
-
void eos_cell_voice_init(void) {
at_urc_insert("^RING", ring_handler, REG_EXTENDED);
at_urc_insert("^VOICE CALL: BEGIN", call_begin_handler, REG_EXTENDED);