Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AmiBX
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bitrix
AmiBX
Commits
ae7f19e8
Commit
ae7f19e8
authored
Dec 13, 2021
by
Kulya
😊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CRM_CERATE on in calls
parent
200fc324
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
AloVoiceConnector.php
vendor/alovoice/src/AloVoiceConnector.php
+3
-0
AloVoiceHandle.php
vendor/alovoice/src/AloVoiceHandle.php
+1
-1
orderlasttime
vendor/alovoice/src/orderlasttime
+1
-0
telegram-cli
vendor/tg/src/telegram-cli
+0
-0
No files found.
vendor/alovoice/src/AloVoiceConnector.php
View file @
ae7f19e8
...
...
@@ -1687,6 +1687,9 @@ URL='.$addr;
}
public
function
make_sipperini
(
$addr
,
$port
=
'5060'
,
$addr_out
,
$port_out
=
'5060'
,
$num
,
$pass
){
if
(
$port
!=
'5060'
){
$addr_out
=
$addr_out
.
':'
.
$port
;
}
$iniText
=
'[Profile]
Profile=Alovoice_'
.
$num
.
'
...
...
vendor/alovoice/src/AloVoiceHandle.php
View file @
ae7f19e8
...
...
@@ -311,7 +311,7 @@ class AloVoiceHandle implements \PAMI\Listener\IEventListener
$callRegisterParams
=
array
(
// 'CALL_START_DATE' => date("Y-m-d H:i",$bxchannels[$eventKeys["linkedid"]]["BX24_begincall"] ), //'2016-16-11 10:10',
'CALL_START_DATE'
=>
date
(
"c"
,
$bxchannels
[
$eventKeys
[
"linkedid"
]][
"BX24_begincall"
]
),
//'2016-16-11 10:10',
'CRM_CREATE'
=>
0
,
//(!empty($this->config["autocreatelead"]) && !empty($this->config["autocreatelead"]=="false")) ? 0 : 1,
'CRM_CREATE'
=>
1
,
//(!empty($this->config["autocreatelead"]) && !empty($this->config["autocreatelead"]=="false")) ? 0 : 1,
'SHOW'
=>
(
!
empty
(
$this
->
config
[
"showcallcard"
])
&&
!
empty
(
$this
->
config
[
"showcallcard"
]
==
"false"
))
?
0
:
1
,
'DESC'
=>
"AloVoiceCall"
);
...
...
vendor/alovoice/src/orderlasttime
0 → 100644
View file @
ae7f19e8
2021-12-13T15:07:08+05:00
\ No newline at end of file
vendor/tg/src/telegram-cli
100755 → 100644
View file @
ae7f19e8
File mode changed from 100755 to 100644
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment