summaryrefslogtreecommitdiffstats
path: root/src/voicecall.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-04voicecall: CHLD support must be enclosed in a listDenis Kenzior1-4/+5
2011-05-04voicecall: Simplify CHLD support generatorDenis Kenzior1-46/+19
In addition, fix ordering and make sure that lower case 'x' is used
2011-05-04voicecall: CHLD call ids start at 1, not 0Denis Kenzior1-2/+2
2011-05-04voicecall: add +CHLD=2X support for HFP emulatorFrédéric Dalleau1-0/+17
2011-05-04voicecall: add +CHLD=1X support for HFP emulatorFrédéric Dalleau1-2/+20
2011-05-04voicecall: add +CHLD=4 support for HFP emulatorFrédéric Dalleau1-0/+14
2011-05-04voicecall: add +CHLD=3 support for HFP emulatorFrédéric Dalleau1-0/+14
2011-05-04voicecall: add +CHLD=0 support for HFP emulatorFrédéric Dalleau1-1/+24
2011-05-04voicecall: add +CHLD support for HFP emulatorFrédéric Dalleau1-0/+70
2011-05-04voicecall: Fix variable initializationFrédéric Dalleau1-0/+1
2011-04-26voicecall: fix waiting calls for HFP emulatorFrédéric Danis1-1/+3
Fix precedence between waiting and dialing so HFP emulator is notified of dialing/alerting even in case of a waiting call pending.
2011-04-26voicecall: Update CLCC buffer size and commentDenis Kenzior1-3/+4
2011-04-26voicecall: Refactor the previous commit slightlyDenis Kenzior1-13/+11
2011-04-26voicecall: add +CLCC support for HFP emulatorFrédéric Dalleau1-0/+58
2011-04-19voicecall: Tweak the behavior of previous commitDenis Kenzior1-17/+11
Use a generic void pointer to remove the need for emulator_release_done function. Use naming a bit more consistent with the rest of the codebase
2011-04-19voicecall: add +CHUP support for HFP emulatorFrédéric Danis1-5/+86
Update multirelease_callback to be used from DBus calls or HFP Emulator. "release done" is configurable by multirelease caller.
2011-04-19voicecall: Don't go over 80 characters per lineDenis Kenzior1-1/+2
2011-04-19voicecall: add ATA support for HFP emulatorFrédéric Danis1-6/+68
2011-04-19voicecall: add API to find call by statusFrédéric Danis1-0/+16
2011-04-11voicecall: fix to sim ecc free logicDenis Kenzior1-4/+7
Correct copy paste mistakes and a slight logic oversight
2011-04-11voicecall: Fix ECC list generation for empty EFeccDenis Kenzior1-1/+10
2011-04-11voicecall: add call, callsetup and callheld indicatorsFrédéric Danis1-0/+131
2011-04-07voicecall: Handle concurrent Refresh & NW ECC updateDenis Kenzior1-26/+35
There is a potential case where the EFecc is being refreshed due to a SIM refresh and a Network ECC list is updated. In this case we might report a set of numbers that is not yet complete. Take care of this case.
2011-04-07voicecall: Don't reverse sim_en_listDenis Kenzior1-2/+0
The order of the ECCs is not important as they're all unique.
2011-04-07voicecall: Fix ECC list generationDenis Kenzior1-5/+5
If the network list of ECC numbers is updated when we have no SIM, or when the SIM numbers have not yet been read, or there is an error during EFecc read, then the default_no_sim numbers are never added to the ECC list.
2011-04-07voicecall: Localize variable initializationDenis Kenzior1-8/+6
2011-04-07voicecall: network emergency number list supportJeevaka Badrappan1-0/+19
2011-04-07voicecall: Refactor emergency number list handlingJeevaka Badrappan1-65/+65
2011-04-07voicecall: Remove sim_state_watch on atom unregisterJeevaka Badrappan1-6/+7
2011-04-04voicecall: Detect emergency calls initiated by STKDenis Kenzior1-3/+17
2011-04-04voicecall: add emergency mode handlingJeevaka Badrappan1-1/+19
2011-04-04voicecall: generalize emergency call checkJeevaka Badrappan1-9/+5
2011-03-30voicecall: set call_list to NULLDenis Kenzior1-0/+1
2011-03-30core: remove redundant codeMika Liljeberg1-6/+0
2011-03-24voicecall: fix voicecalls_release_queueFrédéric Danis1-2/+2
voicecalls_release_queue uses struct ofono_call instead of struct voicecall (which is used in "calls" list parameter and function voicecalls_release_next)
2011-03-21voicecall: Fix pause character validationLucas De Marchi1-2/+3
manager_tone() converts all tone chars to uppercase. Since everywhere we check for both 'p' and 'P' for a pause, tone_queue() should also check both before claiming the string is invalid.
2011-03-11voicecall: Refactor held and mpty notify logicDenis Kenzior1-40/+22
2011-03-11voicecall: Minor whitespace fix for previous commitDenis Kenzior1-2/+2
2011-03-11voicecall: implement SSN handling functionsAndras Domokos1-0/+174
2011-02-25voicecall: Add CNAP debugging ofono voicecallAntoine Reversat1-2/+3
2011-02-17voicecall: Watch for changes to relevant SIM filesAndrzej Zaborowski1-7/+17
2011-02-07voicecall: Fix check for ECT pre-conditionsDenis Kenzior1-1/+1
We must have 1 Dialing / Alerting / Active call and a single non-multiparty held call.
2011-02-03simfs: implement ofono_sim_context apiAndrzej Zaborowski1-2/+11
2011-01-26voicecall: remove ofono_cug_optionJeevaka Badrappan1-3/+2
2011-01-25common: add function to validate long numbersRafael Ignacio Zurita1-1/+1
Also, adapt voicecall to use the new function for outgoing calls.
2011-01-21voicecall: Fix some minor style issues for voicecall propertiesMarcel Holtmann1-13/+13
2011-01-19voicecall: Handle empty EFecc properlyDenis Kenzior1-4/+1
When EFecc is empty we should still set the calling codes to the default_en_list, not keep the default_en_list + default_en_list_no_sim
2011-01-18voicecall: Update to the new APIDenis Kenzior1-3/+5
2011-01-18voicecall: add support for cdipLucas De Marchi1-2/+36
Enable oFono to show the identification informed with CDIP.
2010-12-17voicecall: Minor style nitpickDenis Kenzior1-2/+2