Skip to content

Commit

Permalink
Inclusion of missing statusCalback for rejected calls. Issue #2271.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghjansen committed Nov 26, 2017
1 parent d9d320d commit ca50355
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -1195,6 +1195,10 @@ public void execute(final Object message) throws Exception {
outgoingCallRecord = outgoingCallRecord.setRingDuration(seconds);
recordsDao.updateCallDetailRecord(outgoingCallRecord);
}

if(isOutbound()){
executeStatusCallback(CallbackState.COMPLETED);
}
}
}

Expand Down

0 comments on commit ca50355

Please sign in to comment.