Commit f289e367 authored by Kulya's avatar Kulya 😊

Change INtegration changes2

parent 4864c379
......@@ -709,7 +709,7 @@ sessid: 40512ed0288d707e78dc4f7ef25214ef
'title'=>'Карточка звонка',
'status'=>'off',
)];
$res['nextintegration'] = 'status_autocallrobot';
$res['nextintegration'] = 'status_useradd';
$res['rescheck'] = $arResults;
return $res;
......@@ -1327,8 +1327,11 @@ function(result){
return array( 'do' => $doResult, 'result' => 'success');
}
if($r["code"]=='autocallrobot'){
return array( 'do' => "soon", 'result' => 'success');
}
if($r["code"]=='inboundcalls'){
//todo
return array( 'do' => "soon", 'result' => 'success');
}
if($r["code"]=='useraddevent'){
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment