Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial_v3
/
fullerton
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
99e600e3
authored
2020-04-28 17:42:44 +0000
by
Nitesh
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
dual load calling with pstnweb an webrtc
1 parent
700b4f92
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
app/Http/Controllers/DialerController.php
public/assets/js/dialer.js
public/assets/js/kstych.js
app/Http/Controllers/DialerController.php
View file @
99e600e
This diff is collapsed.
Click to expand it.
public/assets/js/dialer.js
View file @
99e600e
...
...
@@ -1143,13 +1143,13 @@ function updateDialerState(objstr,key,val,key2,val2)
if
(
key
==
"dialnext"
&&
val
==
"redial"
)
{
alert
(
val
+
"1"
);
outgoingCall
(
val
);
}
if
(
key
==
"dialnext"
&&
val
==
""
){
alert
(
val
+
"2"
);
outgoingCall
();
}
...
...
public/assets/js/kstych.js
View file @
99e600e
...
...
@@ -353,7 +353,7 @@ function doAjax(varUrl,dataStr,targetDiv,handleStr,ajaxType,ajaxtype,kcallback)
}
else
{
if
(
kstychAppObject
[
'config'
][
'appdebug'
])
eval
(
response
)
;
if
(
kstychAppObject
[
'config'
][
'appdebug'
])
response
;
else
{
try
{
eval
(
response
)}
catch
(
e
)
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment