调试
This commit is contained in:
parent
5e982bfb02
commit
e7339a5f78
@ -201,9 +201,11 @@ public class AckRequestProcessor extends SIPRequestProcessorParent implements In
|
||||
if(resp != null){
|
||||
if(resp.getInteger("code") != 0){
|
||||
String msg = resp.getString("msg");
|
||||
if (!msg.equalsIgnoreCase(failMag.get()) && !StringUtils.containsIgnoreCase(msg,"can not find the source stream")) {
|
||||
if (!msg.equalsIgnoreCase(failMag.get())){
|
||||
failMag.set(msg);
|
||||
logger.debug("rtp转推失败 {} {}, {}, {}", msg, channelId, mediaInfo, param);
|
||||
if (!StringUtils.containsIgnoreCase(msg, "can not find the source stream")) {
|
||||
logger.debug("rtp转推失败 {} {}, {}, {}", msg, channelId, mediaInfo, param);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user