Skip to content
Snippets Groups Projects
Commit b296a02e authored by Ming Rui Zhang's avatar Ming Rui Zhang Committed by Andreas Traczyk
Browse files

sip: use refuse function instead of hang-up when refusing a call

Gitlab: #325

Change-Id: I03b4352788df912074859e183090658cf27678f0
parent 3befa248
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ Rectangle {
}
onCallCancelButtonIsClicked: {
CallAdapter.hangUpACall(responsibleAccountId, responsibleConvUid)
CallAdapter.refuseACall(responsibleAccountId, responsibleConvUid)
}
visible: callStackMainView.currentItem.stackNumber === stackNumber
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment