You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (statusCallbackEvent.contains(state.toString())) {
564
+
if (statusCallbackEvent.remove(state.toString())) {
565
565
if (logger.isDebugEnabled()) {
566
566
Stringmsg = String.format("About to execute Call StatusCallback for state %s to StatusCallback %s. Call from %s to %s direction %s", state.text, statusCallback.toString(), from.toString(), to.toString(), direction);
Stringmsg = String.format("Call StatusCallback did not run because state %s no in the statusCallbackEvent list", state.text);
580
+
Stringmsg = String.format("Call StatusCallback will not be sent because its either not in the statusCallbackEvent list or already sent, state %s . Call from %s to %s direction %s", state.text, from.toString(), to.toString(), direction);
581
581
logger.debug(msg);
582
582
}
583
583
}
@@ -1722,10 +1722,26 @@ public Stopping(final ActorRef source) {
Copy file name to clipboardExpand all lines: restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingS3UploadTest_Secure.java
Copy file name to clipboardExpand all lines: restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialStatusCallbackTest.java
0 commit comments