Skip to content
Snippets Groups Projects
Commit b7ed6dac authored by j.goderbauer's avatar j.goderbauer Committed by Johannes Goderbauer
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1048209][Telefonie: Ausgehender Anruf...

[Projekt: Entwicklung - Neon][TicketNr.: 1048209][Telefonie: Ausgehender Anruf löst Benachrichtigung für eingehenden Anruf aus]

(cherry picked from commit 000cf83b)
parent e5dc6f63
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,10 @@ var disconnectingHandlerFn = function()
}
db.updateData("AB_CTILOG", cols, null, vals, sqlCond.build());
//do not notify the user when the call is outgoing since the user knows when he/she does initiate a call
if (!this.callData.isIncomingCall)
return null;
this.usersLocal.forEach(function _notify(userObj){
var targetLocale = this.getLocaleFromUser(userObj);
......
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