|
|
@@ -330,6 +330,9 @@ public class CallTask implements Runnable {
|
|
|
this.backgroundJobUuid = backgroundJobUuid;
|
|
|
}
|
|
|
public void processFsMsg(Map<String, String> headers) {
|
|
|
+
|
|
|
+ log.info("====processFsMsgHeaders:{}",headers);
|
|
|
+
|
|
|
String uniqueID = headers.get("Unique-ID");
|
|
|
String caller = headers.get("Caller-Caller-ID-Number");
|
|
|
String dest = headers.get("Caller-Destination-Number");
|