Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm
basic
Commits
348276ab
Commit
348276ab
authored
5 years ago
by
Johannes Goderbauer
Browse files
Options
Downloads
Patches
Plain Diff
disabled telephony logging
parent
af793fec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
process/ctiServerEvents/process.js
+1
-1
1 addition, 1 deletion
process/ctiServerEvents/process.js
with
1 addition
and
1 deletion
process/ctiServerEvents/process.js
+
1
−
1
View file @
348276ab
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Johannes Goderbauer
@j.goderbauer
mentioned in commit
564a8138
·
5 years ago
mentioned in commit
564a8138
mentioned in commit 564a8138caa3f7e4fe6721ce12b2c9339571edb2
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment