summaryrefslogtreecommitdiffstats
path: root/src/call-forwarding.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-29Rename dbus_gsm error functions to __ofono_errorDenis Kenzior1-28/+28
2009-07-29Move & Rename dbus_gsm_connectionDenis Kenzior1-4/+4
Move to ofono/dbus.h ofono_dbus_get_connection
2009-06-01Squish another uninitialized warningDenis Kenzior1-1/+1
2009-06-01Change int type to enum for SS control callbacksDenis Kenzior1-1/+2
2009-05-26Create ofono_phone_number structDenis Kenzior1-32/+29
Creates a new structure in driver.h called ofono_phone_number. This is meant to replace const char *number, int number_type arguments everywhere. Fix up all existing code to use this structure instead.
2009-05-21Simplify CallForwarding interfaceDenis Kenzior1-412/+177
Simplify the Call Forwarding interface using some of the ideas from the Call Barring interface. The code should be much easier to follow now Remove Data/Fax attributes and refactor how the Supplementary Service requests are performed. The Data/Fax attributes can still be controlled via supplementary service strings for GCF compliance, but have been removed from general consumption since oFono does not yet support Fax or Data bearers.
2009-05-20Fixup SS control caseDenis Kenzior1-0/+1
In certain cases, querying/setting prperties via SS control req doesn't provide complete state, resulting in subsequent GetProperties reporting incorrect values
2009-05-12Remove some other unused variablesDenis Kenzior1-6/+0
2009-05-05Add implementation of telephony daemonDenis Kenzior1-0/+1431