Skip to content
Snippets Groups Projects
Commit 564a8138 authored by Johannes Goderbauer's avatar Johannes Goderbauer Committed by Johannes Goderbauer
Browse files

disabled telephony logging

(cherry picked from commit 348276ab)
parent c62243ae
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ var callData = {
//callData.localAddress = "PJSIP/xyzExample";
var ic = new IncomingCallExecutor(callData);
ic.logData();
//ic.logData();
ic.setHandlerRinging(ringingHandlerFn);
ic.setHandlerTalking(talkingHandlerFn);
ic.setHandlerDisconnect(disconnectingHandlerFn);
......
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