I'd like to make a GSM data call (Circuit Switched Data). I wasn't able to find any examples. However, it should be possible, as I found those lines in call.cpp:
CALL_INCOM_DATA_AUTH - incoming data call - authorized
CALL_INCOM_DATA_NOT_AUTH - incoming data call - not authorized
CALL_ACTIVE_DATA - active data call
Could someone please provide me with a simple example?