#include #include #include "eos.h" #include "cell.h" void eos_cell_voice_handler(unsigned char mtype, unsigned char *buffer, uint16_t size) { int rv; rv = eos_modem_take(1000); if (rv) return; buffer += 1; size -= 1; switch (mtype) { } eos_modem_give(); }