summaryrefslogtreecommitdiffstats
path: root/drivers/stemodem/voicecall.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10drivers: Update copyright informationMarcel Holtmann1-2/+2
2011-02-07stemodem: fix memleak when calls are disconnectedJeevaka Badrappan1-0/+1
2011-02-05stemodem: M16 coding style fixJeevaka Badrappan1-4/+4
2011-02-05stemodem: Use defined call_status enumJeevaka Badrappan1-6/+9
2011-02-04stemodem: Check for ok in voicecall_initializeMarit Henriksen1-0/+7
2011-02-03stemodem: Fix handling of local_releaseMarit Henriksen1-5/+16
- Reset local_release when call is disconnected. - Change bitmap for affected types, ste_hangup is only called when call state is Incoming, Dialing, Alerting or Active. - Used macros instead of numbers when creating bitmaps.
2011-02-03stemodem: Add handling of ECAV status ReleasedMarit Henriksen1-9/+11
- *ECAV UR code has been extended with a new state Released, sent immediately when MO call is released. - Apply rule M11 of coding style.
2011-02-01stemodem: use ofono_call initializerLucas De Marchi1-1/+3
2011-01-29stemodem: remove NULL checkJeevaka Badrappan1-7/+0
2011-01-26voicecall: remove ofono_cug_optionJeevaka Badrappan1-10/+2
2011-01-14stemodem: Return immediately if not voice call.Marit Henriksen1-3/+3
2011-01-14stemodem: Use macro for clip validity.Marit Henriksen1-1/+1
2011-01-14stemodem: Removed defaults in switches.Marit Henriksen1-10/+7
Coding style guidline M12.
2011-01-14stemodem: Incorrect string length in dtmf buf.Helen Clemson1-4/+2
Strlen includes a NULL character.
2011-01-14stemodem: Fix spelling mistake in error message.Helen Clemson1-1/+1
2011-01-12stemodem: M15 coding style fixJeevaka Badrappan1-2/+2
2011-01-04stemodem: Fix for MT call not working when caller id is hidden.Marit Henriksen1-4/+9
In *ECAV, the number will not be included if caller id is hidden. Set it to an empty string in that case, and set number type to 128, unknown number type.
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi1-8/+8
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
2010-09-27stemodem: Some cleanups in voice call driverMarcel Holtmann1-3/+6
2010-09-14Fix common misspellings in driversLucas De Marchi1-1/+1
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspellings: subsidary(-ies)->subsidiary(-ies) transfering->transferring
2010-08-16stemodem: Remove useless NULL checks before g_freeMarcel Holtmann1-8/+4
2010-08-12stemodem: register should not be called from probeDenis Kenzior1-3/+12
2010-08-12stemodem: Use g_at_chat_cloneDenis Kenzior1-3/+4
2010-08-12voicecall: Rename hangup to hangup_activeSjur Brændeland1-1/+1
2010-02-08Refactor: Remove atutil dump_responseDenis Kenzior1-7/+0
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1
2010-02-05Fix: Use snprintf instead of sprintf in stemodemDenis Kenzior1-5/+5
2010-01-28Fix: Update copyright notice for 2010Denis Kenzior1-1/+1
2010-01-28Style: Various whitespace issuesDenis Kenzior1-9/+14
2010-01-28Add STE voice call support.Sjur Brændeland1-0/+596