|
|
@@ -393,7 +393,7 @@ public class CallTask implements Runnable {
|
|
|
// unknown - 未知原因
|
|
|
try {
|
|
|
String reason = "";
|
|
|
-
|
|
|
+ log.info("====emptyNumberDetectionCode:{},hangupCause:{}",emptyNumberDetectionCode,hangupCause);
|
|
|
// 第一优先级:ASR空号识别结果(通过识别运营商提示音判断)
|
|
|
// emptyNumberDetectionCode 对应 cc_call_phone.callstatus 的状态码定义
|
|
|
if (emptyNumberDetectionCode == 33) reason = "empty_number"; // 空号
|