diff options
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) { | 
