diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-01-08 15:37:14 +0200 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-01-08 15:37:14 +0200 | 
| commit | 7d2e5fd3f017cd2d48a77cd3c47a3005ddb65338 (patch) | |
| tree | 1f93e5064eea8e08e5f8d3cda36aed573f50ec2d /audio/telephony-maemo.c | |
| parent | 9b0aa29bcf827f24658edec61065e42d24692028 (diff) | |
Also release waiting calls upon AT+CHLD=0
Diffstat (limited to 'audio/telephony-maemo.c')
| -rw-r--r-- | audio/telephony-maemo.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c index 593fe36b..e32da967 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -755,6 +755,8 @@ void telephony_call_hold_req(void *telephony_device, const char *cmd)  	switch (cmd[0]) {  	case '0':  		foreach_call_with_status(CSD_CALL_STATUS_HOLD, release_call); +		foreach_call_with_status(CSD_CALL_STATUS_WAITING, +								release_call);  		break;  	case '1':  		if (idx) { | 
