Skip to content

Commit

Permalink
Diasable MOH feature, needs lib work first
Browse files Browse the repository at this point in the history
  • Loading branch information
docwho2 committed Dec 3, 2023
1 parent f2f0747 commit b579aca
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ protected boolean isText() {
*/
@Override
protected boolean isEnabled() {
final var vc_arn = System.getenv("VC_ARN");
return vc_arn != null && ! vc_arn.isBlank() && ! vc_arn.equalsIgnoreCase("PSTN");
//final var vc_arn = System.getenv("VC_ARN");
//return vc_arn != null && ! vc_arn.isBlank() && ! vc_arn.equalsIgnoreCase("PSTN");
return false; // Disable for now until more work can be done on SMA lib
}

/**
Expand Down

0 comments on commit b579aca

Please sign in to comment.