Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
hdfc-beu-v2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f2b79863
authored
2018-11-14 12:02:04 +0530
by
G Manojkumar
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added resetcallArray
1 parent
7f0705ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
application/public/assets/js/dialer.js
application/public/assets/js/dialer.js
View file @
f2b7986
...
...
@@ -143,6 +143,7 @@ function kcallHasConnection(number)
function
dialerQuickOpen
(
varid
,
num
,
state
,
substate
,
autorun
)
{
resetCallArray
();
if
(
kstychCall
[
'mCallState'
]
==
"Wait"
)
{
var
oldpreviewid
=
kstychCall
[
'previewcrmid'
];
...
...
@@ -909,7 +910,9 @@ function updateDialerState(objstr,key,val,key2,val2)
resetCallArray
();
}
if
(
val
==
"Manual"
){
resetCallArray
();
}
$
(
"#dialersearchresults"
).
html
(
""
);
kSetDData
(
'C'
,
'ts_Wait'
,
getNowTS
());
//TODO reset here?
...
...
@@ -927,7 +930,7 @@ function updateDialerState(objstr,key,val,key2,val2)
function
(
retstr
){
if
(
kstychCall
[
'previewcrmid'
]
!=
""
)
{
kSetDData
(
'C'
,
'previewcrmid'
,
""
);
//
kSetDData('C','previewcrmid',"");
updateDialerState
();
}
else
...
...
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