Commit 3dd4def8 authored by yinxiaoling's avatar yinxiaoling

自动重呼间隔5分钟

parent daaa07ff
...@@ -369,7 +369,7 @@ class StrategyService ...@@ -369,7 +369,7 @@ class StrategyService
'is_open_remove_duplication'=>'0', 'is_open_remove_duplication'=>'0',
'is_auto_fail_recall'=>'1', //是否自动重呼,是 'is_auto_fail_recall'=>'1', //是否自动重呼,是
'total_fail_recall_times'=>'3', //重呼次数 'total_fail_recall_times'=>'3', //重呼次数
'fail_recall_interval'=>'3',//重呼间隔时间 'fail_recall_interval'=>'5',//重呼间隔时间
'recall_auto'=>'1', //重呼方式; 0新建任务1原任务重呼 'recall_auto'=>'1', //重呼方式; 0新建任务1原任务重呼
'mark'=>'值班策略创建任务', 'mark'=>'值班策略创建任务',
'fail_recall_of_reason'=>'关机,来电提醒,稍后再拨,停机,无法接通,正在通话中,用户正忙,用户拒接,欠费,无人应答,其他,对方示忙', 'fail_recall_of_reason'=>'关机,来电提醒,稍后再拨,停机,无法接通,正在通话中,用户正忙,用户拒接,欠费,无人应答,其他,对方示忙',
......
...@@ -13,9 +13,14 @@ ...@@ -13,9 +13,14 @@
5、添加队列进程 5、添加队列进程
/opt/lampp/bin/php /opt/lampp/xiaoa/xiaoa-aic/artisan queue:work --queue=StrategyTask --sleep=3 --tries=0 --daemon --timeout=360 /opt/lampp/bin/php /opt/lampp/xiaoa/xiaoa-aic/artisan queue:work --queue=StrategyTask --sleep=3 --tries=0 --daemon --timeout=360
6、修改.env文件,以下选项修改ip 6、修改.env文件,以下选项对应修改
DB_CONNECTION=pgsql
DB_HOST=120.77.61.117 DB_HOST=120.77.61.117
DB_PORT=5432
DB_DATABASE=strategy
DB_USERNAME=postgres
DB_PASSWORD=yhhl123
REDIS_HOST=120.77.61.117 REDIS_HOST=120.77.61.117
......
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