diff options
-rw-r--r-- | audio/telephony-maemo.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c index 2d87705e..997e4652 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -109,10 +109,6 @@ enum network_alpha_tag_name_type { #define CSD_CALL_STATUS_TERMINATED 15 #define CSD_CALL_STATUS_SWAP_INITIATED 16 -/* Call direction (as returned by GetRemote */ -#define CSD_CALL_DIRECTION_OUTGOING 1 -#define CSD_CALL_DIRECTION_INCOMING 2 - #define CALL_FLAG_NONE 0 #define CALL_FLAG_PRESENTATION_ALLOWED 0x01 #define CALL_FLAG_PRESENTATION_RESTRICTED 0x02 @@ -759,7 +755,7 @@ void telephony_call_hold_req(void *telephony_device, const char *cmd) if (err) telephony_call_hold_rsp(telephony_device, - CME_ERROR_NONE); + CME_ERROR_AG_FAILURE); else telephony_call_hold_rsp(telephony_device, CME_ERROR_NONE); } |