This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
monster-ui-voip
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
UI-3034: Set correct module for qubicle callflows (
#52
)
4.3
Joris Tirado
8 years ago
committed by
GitHub
parent
f632eacc51
commit
5e20473ccf
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
submodules/strategy/strategy.js
+ 4
- 0
submodules/strategy/strategy.js
View File
@ -3382,6 +3382,10 @@ define(function(require) {
advancedCallflows
:
results
.
advancedCallflows
}
;
_
.
forEach
(
callEntities
.
qubicle
,
function
(
queue
)
{
queue
.
module
=
'callflow'
;
}
)
;
_
.
each
(
callEntities
.
play
,
function
(
media
)
{
media
.
module
=
'play'
;
}
)
;
Write
Preview
Loading…
Cancel
Save