Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BoxDialer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
BoxDialer
Commits
f4758d7b
Commit
f4758d7b
authored
Jan 29, 2024
by
Muhammadali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
8455cbe7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
178 additions
and
22 deletions
+178
-22
package-lock.json
package-lock.json
+2
-2
package.json
package.json
+1
-1
main.js
prod/main.js
+171
-17
boxDIaler.js
src/lib/boxDIaler.js
+3
-1
index.jsx
src/root/index.jsx
+1
-1
No files found.
package-lock.json
View file @
f4758d7b
{
"name"
:
"boxdialer"
,
"version"
:
"4.8.
78
"
,
"version"
:
"4.8.
81
"
,
"lockfileVersion"
:
3
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"boxdialer"
,
"version"
:
"4.8.
78
"
,
"version"
:
"4.8.
81
"
,
"license"
:
"ISC"
,
"dependencies"
:
{
"@emotion/react"
:
"^11.11.1"
,
...
...
package.json
View file @
f4758d7b
{
"name"
:
"boxdialer"
,
"version"
:
"4.8.8
1
"
,
"version"
:
"4.8.8
2
"
,
"description"
:
""
,
"main"
:
"src/boxDialer.js"
,
"scripts"
:
{
...
...
prod/main.js
View file @
f4758d7b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/lib/boxDIaler.js
View file @
f4758d7b
...
...
@@ -102,7 +102,7 @@ export class BoxDialer {
// this.stop();
// }, 1000);
// if (this.oscillator1 || this.oscillator2) return;
// console.log('Begin dialTone:', this.oscillator1, this.oscillator2);
// console.log('Begin dialTone:', this.oscillator1, this.oscillator2);
// this.oscillator1 = this.musicContext.createOscillator();
// // this.oscillator1.type = null;
// this.oscillator1.frequency.value = freq1;
...
...
@@ -484,6 +484,8 @@ export class BoxDialer {
bool
:
true
,
type
:
'
connected
'
,
from
:
this
?.
callSession
?.
_remote_identity
?.
_uri
?.
user
,
});
console
.
log
(
'
this_callSession_remote_identity_uri:
'
,
this
?.
callSession
)
this
.
startInnerTimer
();
this
.
setGuiPhoneState
({
funcName
:
'
modalState
'
,
stateCode
:
'
connected
'
,
funcParam
:
{
...
...
src/root/index.jsx
View file @
f4758d7b
...
...
@@ -14,7 +14,7 @@ import { useColorConfig } from "../storage/globalColorConfig"
const
Root
=
({
wsphonedata
,
onSetDnd
,
setWsphonedata
,
callMethod
})
=>
{
const
boxDialer
=
window
.
BoxDialer
;
console
.
log
(
'
dsjdashdjhasdkjash
'
)
const
useColorConfigStore
=
useColorConfig
((
store
)
=>
store
)
const
configHoldMute
=
useConfigHoldMute
((
state
)
=>
state
)
const
[
phoneModal
,
setPhoneModal
]
=
useState
(
false
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment