diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 5661a6e854c7a8aee6c79f764957ea0e72d197be..f5d5a79c60669f117ed73a90e79823f11c368659 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -3928,7 +3928,7 @@ static int retrans_pkt(const void *data)
 				/* there is nothing left to do, mark the dialog as gone */
 				sip_alreadygone(pkt->owner);
 			}
-			ast_queue_hangup_with_cause(pkt->owner->owner, AST_CAUSE_PROTOCOL_ERROR);
+			ast_queue_hangup_with_cause(pkt->owner->owner, AST_CAUSE_NO_USER_RESPONSE);
 			ast_channel_unlock(pkt->owner->owner);
 		} else {
 			/* If no channel owner, destroy now */