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
bcc38ddb
authored
2018-12-11 19:38:42 +0530
by
G Manojkumar
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
dialerblade
1 parent
32555bee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
application/resources/views/layout/module/dashboard/dialer.blade.php
application/resources/views/layout/module/dashboard/dialer.blade.php
View file @
bcc38dd
...
...
@@ -170,6 +170,11 @@ use App\Models\CRMCall;
$number_list
=
array
();
foreach
(
$mc
as
$key
=>
$tcall
)
{
include
(
app_path
()
.
'/Hacks/DisabledDIDs.php'
);
if
(
in_array
(
substr
(
$tcall
->
number
,
-
10
),
$DisableNumbersArray
)
){
continue
;
}
$tccal
=
substr
(
$tcall
->
number
,
-
10
);
$mc_number
=
CRMCall
::
where
(
'userstatus'
,
'!='
,
'InboundDROP'
)
->
where
(
'created_at'
,
'>'
,
$tcall
->
created_at
)
...
...
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