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
fa1c5d0f
authored
2018-11-06 19:51:35 +0530
by
G Manojkumar
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
minor change for InboundDrop user_id
1 parent
9cf21838
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
application/app/Jobs/KPAMIListen.php
application/app/Jobs/KPAMIListen.php
View file @
fa1c5d0
...
...
@@ -497,7 +497,7 @@ class KPAMIListen implements IEventListener
if
(
$crmcall
->
type
==
"Inbound"
&&
$crmcall
->
user_id
==
0
)
//InboundDROP
{
$userslist
=
User
::
where
(
'exten'
,
'like'
,
'%'
.
$crmcall
->
did
.
'%'
)
->
get
();
$userslist
=
User
::
where
(
'exten'
,
'like'
,
'%'
.
$crmcall
->
did
.
'%'
)
->
where
(
'status'
,
'='
,
'Active'
)
->
get
();
foreach
(
$userslist
as
$ulist
)
{
$crmcall
->
user_id
=
$ulist
->
id
;
}
...
...
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