|
|
@@ -55,6 +55,8 @@ public class CdrPush implements ApplicationListener<ApplicationReadyEvent> {
|
|
|
|
|
|
private boolean postCdr(CdrDetail cdr){
|
|
|
try {
|
|
|
+ logger.info("{} postCdr入参数", cdr);
|
|
|
+ logger.info("{} postCdrType: {}", cdr.getCdrType(), JSON.toJSONString(cdr));
|
|
|
String url = SystemConfig.getValue("post_cdr_url");
|
|
|
if ("inbound".equals(cdr.getCdrType())) {
|
|
|
logger.info("{} is inbound cdr.", cdr.getUuid());
|