summaryrefslogtreecommitdiffstats
path: root/src/voicecall.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-22Move voicecall interface definitions to dbus.hDenis Kenzior1-28/+24
2010-02-10Style: if statementDenis Kenzior1-2/+3
2010-02-08Fix: Don't use ofono_debug directly in the coreDenis Kenzior1-9/+9
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-24Use error label instead of err or err_outMarcel Holtmann1-4/+4
2009-12-17Style: Fix a few more occurences of if/elseDenis Kenzior1-1/+2
2009-12-16Support 51.011 EFecc format.Andrzej Zaborowski1-4/+43
2009-12-04Optimize: call list signal emissionDenis Kenzior1-9/+0
2009-12-04Update voicecall atom to use new callid apiDenis Kenzior1-9/+7
2009-12-04Add utility to get the next free call idDenis Kenzior1-0/+11
2009-12-01Fix: Simplify logic to use g_memdupDenis Kenzior1-5/+3
2009-12-01Fix: Be more signed/unsigned correctDenis Kenzior1-3/+3
2009-11-13Fix: Make sure we don't dial with an incoming callDenis Kenzior1-0/+3
2009-11-13Refactor: Simplify code and add have_incomingDenis Kenzior1-12/+12
2009-11-13Revert: Go back to the old dial behaviorDenis Kenzior1-64/+4
2009-11-12Use release_all_held to release a single held callDenis Kenzior1-0/+8
2009-11-12Remove Voicecall.Busy methodDenis Kenzior1-27/+14
2009-11-05Use localtime_r instead of localtimeDenis Kenzior1-1/+2
2009-10-30Fix: Refine the logic for CHLD=1 and CHLD=2Denis Kenzior1-4/+8
2009-10-29Fix: Refine logic for hangupDenis Kenzior1-4/+6
2009-10-28In the simple single active call case, use hangupDenis Kenzior1-6/+23
2009-10-28Fix: Take care of the logic for DialingDenis Kenzior1-2/+65
2009-10-28Refactor: Avoid unnecessary forward declarationsDenis Kenzior1-45/+44
2009-10-28Refactor: Move more code aroundDenis Kenzior1-69/+67
2009-10-28Refactor: Move code to avoid forward declarationDenis Kenzior1-171/+170
2009-10-28Refactor: Get rid of PENDING_FLAG in voicecallsDenis Kenzior1-128/+44
2009-10-28Add utility to parse CLIR optionDenis Kenzior1-7/+17
2009-10-27Fix: Skip empty emergency numbersDenis Kenzior1-1/+3
2009-10-21Migrate from RFC2822 to ISO8601Olivier Le Thanh Duong1-1/+1
2009-10-08Rename function to express its purpose betterDenis Kenzior1-2/+2
2009-10-08Allow sending DTMF tones in alerting statePekka Pessi1-1/+5
2009-10-08Use swap_without_accept method, if presentPekka Pessi1-0/+20
2009-10-02Refactor: Move elementary file type checkingDenis Kenzior1-5/+4
2009-09-04Some modems don't return from ATD until connectedDenis Kenzior1-1/+2
2009-09-04Don't emit disconnect reason if unknownDenis Kenzior1-1/+3
2009-09-04For incoming call case, send hangupDenis Kenzior1-2/+5
2009-09-01change int vendor to unsigned int vendorDenis Kenzior1-1/+1
2009-09-01Add vendor flag capability to voicecallsDenis Kenzior1-4/+4
2009-08-20Remove unused functionDenis Kenzior1-10/+0
2009-08-20Fix implicit declaration of extract_bcd_numberDenis Kenzior1-0/+1
2009-08-20Fix unused variable pathDenis Kenzior1-1/+1
2009-08-20Fix unused variable lDenis Kenzior1-1/+0
2009-08-19Emit the DisconnectReason signalDenis Kenzior1-1/+28
2009-08-19Make sure call history handles waiting callsDenis Kenzior1-1/+2
2009-08-19Evolve the voicecall driverDenis Kenzior1-437/+458
2009-08-19Update voicecalls to the new SIM APIDenis Kenzior1-12/+29
2009-08-19Refactor ECC: Free the new_en_listDenis Kenzior1-0/+6
2009-08-17Refactor ECC Support: Update when EFecc is readDenis Kenzior1-23/+61
2009-08-17Refactor ECC Support: Don't bother with g_sourceDenis Kenzior1-24/+1
2009-08-17Refactor ECC Support: Free in right spotDenis Kenzior1-7/+6