diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/functions.txt | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/functions.txt b/doc/functions.txt new file mode 100644 index 0000000..638d216 --- /dev/null +++ b/doc/functions.txt @@ -0,0 +1,51 @@ +0. general + +commands +- power up/down phone +- operator selection +- get list of operators +- get operator name / id list +- get (and edit) preferred operator list +- get manufacturer/device/serial info +- get IMSI +- obtain network registration status + + +events +- some pin required +- network registration status +- time zone update + + +1. voice calls + +commands (request/response) +- dial outgoing call +- send dtmf digit (during call) +- hang up (incoming/outgoing) +- accept currently pending incoming call +- enable/disable clip +- enable/disable colp +- enable/disable clir +- call forwarding +- call deflection + +events +- incoming call +- clip +- colp +- call waiting +- + +2. SMS + +commands +- send outgoing message + +3. data calls + +TBD + +4. GPRS + +TBD |