|
@@ -244,8 +244,10 @@ public class HandlerThread {
|
244
|
244
|
if (jsonObject.containsKey("phonestate") && jsonObject.get("phonestate").toString().equals("3") || jsonObject.get("phonestate").toString() == "3") {
|
245
|
245
|
if (jsonObject.containsKey("channel")&&jsonObject.get("channel").toString()!=null) {
|
246
|
246
|
Map rMap = new HashMap();
|
|
247
|
+
|
247
|
248
|
if (jsonObject.containsKey("dtmfa") && jsonObject.get("dtmfa").toString() != null && !jsonObject.optString("dtmfa").toString().equals("")){
|
248
|
249
|
rMap.put("phone", jsonObject.opt("dtmfa"));
|
|
250
|
+
|
249
|
251
|
rMap.put("status", 201);
|
250
|
252
|
}else {
|
251
|
253
|
rMap.put("phone","");
|
|
@@ -340,6 +342,7 @@ public class HandlerThread {
|
340
|
342
|
* @param message
|
341
|
343
|
*/
|
342
|
344
|
public void saveCallLog(String message,String his){
|
|
345
|
+
|
343
|
346
|
if (JsonUtil.toJSONObject(message).containsKey("recordList")) {
|
344
|
347
|
List list = JsonUtil.toJSONObject(message).optJSONArray("recordList");
|
345
|
348
|
if (list!=null&&list.size()>0){
|