summaryrefslogtreecommitdiffstats
path: root/include/voicecall.h
AgeCommit message (Collapse)AuthorFilesLines
2013-09-12include: Add voicecall multiparty hint methodDenis Kenzior1-0/+7
On protocols that support creation of multiparty calls outside of oFono's control, we need a way to detect multiparty call transitions. This method adds a way for the driver to hint the core which calls should be part of the multiparty call. Right now this is relevant only to HFP. Real modem hardware should not be using this method.
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-04-07include: Add ofono_voicecall_en_list_notify apiJeevaka Badrappan1-0/+3
2011-03-29include: Remove unused typedefDenis Kenzior1-5/+0
2011-03-11voicecall: add SSN function declarationsAndras Domokos1-0/+6
2011-01-26voicecall: remove ofono_cug_optionJeevaka Badrappan1-2/+2
2011-01-14include: Clarify hold_all_active semanticsPekka Pessi1-1/+2
2010-10-20voicecall: Document driver methodsDenis Kenzior1-0/+43
2010-08-12voicecall: Add support for function hangup_allSjur Brændeland1-0/+2
This patch fixes problem for modems that cannot terminate DIALING/ALERTING calls with CHUP=1X. The main change is that voicecall driver's hangup function is split into the functions hangup_all and hangup_active. Changes: - In cases where hangup previously was used, hangup_all is used if implemented otherwise hangup_active is used. - Call in state DIALING/ALERTING is released with hangup_active if implemented. - manager_hangup_all will simply call hangup_all if implemented. - manager_hangup_all will release calls in state ALERTING/DIALING/INCOMING using hangup_active otherwise release_specific.
2010-08-12voicecall: Rename hangup to hangup_activeSjur Brændeland1-1/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-04Add utility to get the next free call idDenis Kenzior1-0/+1
2009-12-04Refactor: Remove list_calls from voicecall driverDenis Kenzior1-2/+0
2009-11-13Update some internal documentationDenis Kenzior1-0/+12
2009-09-01Make remove functions not return anythingDenis Kenzior1-1/+1
2009-09-01change int vendor to unsigned int vendorDenis Kenzior1-2/+3
2009-09-01Add vendor flag capability to voicecallsDenis Kenzior1-1/+2
2009-08-19Evolve the voicecall driverDenis Kenzior1-0/+108